/* Estructura INDEX */
#main {
	min-height:100%;
	min-width: 990px;
}

* html #main{
	height:100%;
	width:expression( documentElement.clientWidth < 990 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 990 ? "990" : "auto") : "990px") : "auto" );
}
#main #top {
	background-color: #FF6C00;
	height: 137px;
	min-width: 775px;
	overflow: hidden;
	background-image: url(../imagenes/top-fondo.gif);
	background-repeat: repeat-x;
	margin-right: 2px;
	margin-left: 5px;
	position: relative;
	top: 5px;
}
#main #top a:link, 
#main #top a:visited, 
#main #top a:active {
	color:#FFFFFF
}
#main #top a:hover {
	color: #FF6C00;
	
} 
#main #top #banner1 {
	float: left;
	position: absolute;
	left: 325px;
	margin-top: 1px;
}
#main #top #banner2 {
	position: absolute;
	right: 110px;
	margin-top: 1px;
}


#main #top #left {
	float: left;
	
}
#main #top #right {
	float: right;
}
#main #top #logo {
	padding-top: 1px;
	float: left;
	padding-left: 30px;
}
#main #top #menu1 {
	margin-top: 92px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#main #top #menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 15px;
}

#main #contenido {
	min-width: 775px;
	padding-bottom: 70px;
	margin-top: 5px;
}


#buttom {
	margin-top:-70px;
	position: relative;
	min-width: 775px;
	height: 70px;
}
* html #buttom {
	min-width: 775px;
}
#buttom #menu-bottom {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 15px;
	
}
#buttom #menu-bottom a:link, 
#buttom #menu-bottom a:visited, 
#buttom #menu-bottom a:active {
	color: #999999;

}
#buttom #menu-bottom a:hover {
	color: #FF6C00;

}
#buttom #contenido-bottom{
	background-color: #FF6C00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: center;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #CB5C0C;
	height: 30px;
}
#buttom #contenido-bottom a:link, 
#buttom #contenido-bottom a:visited, 
#buttom #contenido-bottom a:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;

}
#buttom #contenido-bottom a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;

}
#buttom #contenido-bottom #contador {
	float: left;
	margin: 5px;
}
