@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font: 11px Trebuchet MS, Arial;
	background-image: url(../images/fondo.jpg);
}

#contenedor {
	margin:0 auto;
	padding:0;
	width:800px;
	position: relative;
	background-color: #FF6699;
}

#encabezado {
	margin:0 auto;
	width: 800px;
	height:85px;
}

#logo {
	margin:0;
	width: 800px;
	height:80px;
	background-position: bottom;
	background-color: #000000;
}

#contenedor_menu {
	margin:0 auto;
	width:155px;
	height:428px;
	float:left;
	background-color: #FF6699;
}

#menu {
	margin:0;
	width: 150px;
	height:100%;
	float:left;
	background-color: #FF99FF;
}

.arrowlistmenu{
	width: 135px;
}

.arrowlistmenu .menuheader{
	font: bold 13px Trebuchet MS, Arial;
	color: #000000;
	background: url(../images/menu_fondo_titulo.jpg) no-repeat;
	margin-bottom: 0px;
	padding: 3px 0 3px 6px;
	cursor: hand;
	cursor: pointer;
}
 
.arrowlistmenu .openheader{
	background-image: url(../images/menu_fondo_titulo.jpg);
}
 
.arrowlistmenu ul{
	margin: 0;
	list-style: none;
	padding: 0 0 0 5px;
	color: #fff;
	font-size: 11px;
}
 
.arrowlistmenu ul li{
	display: block;
	padding: .1px 0 0 0;
	border-bottom: 2px dotted #333333;
	text-decoration: none;
}
 
.arrowlistmenu ul li a{
	font-size: 11px;
	text-align:left;
	color: #333333;	
	text-decoration:none;
}
 
.arrowlistmenu ul li a:visited{
	font-size: 11px;
	text-align:left;
	color: #333333;	
	text-decoration:none;
}
 
.arrowlistmenu ul li a:hover{
	font-size: 11px;
	text-align:left;
	color: #FFFFFF;	
	text-decoration:none;
}

#menu .opcion_activa {
	font-size: 11px;
	text-align:left;
	color: #999999;	
	text-decoration:none;
}

#menu .opcion_inactiva {
	font-size: 11px;
	text-align:left;
	color: #333333;	
	text-decoration:none;
}

#menu-botones{
margin: 0;
}

#menu a {
	font-size: 11px;
	text-align:left;
	color: #333333;	
	text-decoration:none;
}

#menu a:hover {
	font-size: 11px;
	text-align:left;
	color: #FFFFFF;	
	text-decoration:none;
}

#contenedor_submenu{
	width:645px;
	height:25px;
	color: #999999;	
	float:left;
	background-color: #000000;
}

#submenu {
	width: 320px;	
	float:right;
	background-color: #000000;
}

#submenu .opcion_activa {
	font-size: 10px;
	text-align:left;
	color: #FFFFFF;	
	text-decoration:none;
}

#submenu .opcion_inactiva {
	font-size: 10px;
	text-align:left;
	color: #999999;	
	text-decoration:none;
}

#submenu .opcion_inactiva_destacada {
	font-size: 10px;
	text-align:left;
	color: #FFFFFF;
	text-decoration:none;
}

#submenu a {
	font-size: 10px;
	text-align:left;
	color: #999999;	
	text-decoration:none;
}

#submenu a:hover {
	font-size: 10px;
	text-align:left;
	color: #FFFFFF;	
	text-decoration:none;
}

#destacados {
	margin:0;
	width:150px;
	height:286px;
	overflow: hidden;
	float:left;
	background-color: #FF99FF;
	background-image: url(../images/seccion_destacados.jpg);
	background-repeat: no-repeat;
}

#banners {
	margin:0;
	width:150px;
	height:286px;
	overflow: hidden;
	float:left;
	background-color: #FF99FF;
	background-image: url(../images/seccion_banners.jpg);
	background-repeat: no-repeat;
}

#banner_uno{
	margin:0;
	margin-top:40px;
	margin-left:15px;
	width:120px;
	height:60px;
	float:left;
}

#banner_dos{
	margin:0;
	margin-top:4px;
	margin-left:15px;
	width:120px;
	height:60px;
	float:left;
}

#banner_tres{
	margin:0;
	margin-top:5px;
	margin-left:15px;
	width:120px;
	height:60px;
	float:left;
}

#logos_externos{
	margin:0;
	margin-top:35px;
	margin-left:10px;
	width:135px;
	height:60px;
	float:left;
}

#contenido {
	margin:0;
	width:645px;
	height: 620px;
	overflow: hidden;
	float:left;
	background-color: #000000;
}

#pie {
	width:100%;
	float: center;
	clear: both;
	font-size: 11px;
	text-align:center;
	color: #FFFFFF;
	font: Trebruchet,Verdana,Sans-serif; 
	padding-top: 5px;
	padding-bottom:5px;
	background-color: #FF6699;
}

#pie a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}

#pie a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:underline;
}
