@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-image: url(../images/fondo_principal.gif);
	background-repeat: repeat-y;
	font-family: arial, sans-serif;
	font-size: 80%;
	background-color: white;
	background-position: center;	
	
}
/*contenedor principal de toda la diagramacion*/
#contenedor{
	position:relative;
	width:980px;
	height:100%;
	margin:0px auto;
	padding-left:10px;
	padding-right:10px;
	display: block;
	text-align:left;
}

#barrasuperior2colores{
	position: relative;
	width:980px;
	height:16px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #717171;
	background-color: #CFCFDA;
	margin: 0px;
	padding: 0px;	
	
}
#contenedor_menu{
	position: relative;
	width:980px;
	height:90px;
	text-align:left;
	z-index:100;
}

#contenedor_menu_izquierdo{
	position:relative;
	display:block;
	width: 870px;
	height:88px;
	padding:0px;
	margin:0px;
	float:left;
}

#logoMenu{
	position: relative;
	float:right;
	width:100px;
	height:88px;
	padding-top:2px;
	display:block;
	clear:none;
}

#logoMenu a img{
	border:0px;
}


#menu {
	position: relative;
	top:32px;
	width: 870px;
	height: 22px;
	float:left;	
	background-image:url(../images/fondo_barraNavegacion_doble.gif);
	background-repeat:repeat-x;
}
#menu ul{
padding:0px;
margin:0px;
}
#menu li {
	list-style-type: none;		
	display: inline;
}


#menu li a:link, #menu li a:visited, #menu li a:active {
	display:block;
	height:19px;
	padding-top:3px;
	padding-left:13px;
	padding-right:14px;	
	border-right-color: #292755;
	border-right-width: 1px;
	border-right-style: solid;
	clear:none;
	float:left;	
	background-image:url(../images/fondo_barraNavegacion_doble.gif);
	background-repeat:repeat-x;
	
	color:#292755;
	font-size:10pt;
	font-weight:bolder;
	text-decoration:none;
}

#menu li a:hover, #menu li a:focus, #menu li a.paginaActual:visited {
	background-position:0px -27px;
	color:#FFFFFF;	
}

#menu li#current a{
background-position:0px -27px;
	color:#FFFFFF;	

}


#contenedor_banner{
	position: relative;
	width:940px;
	height:255px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-left:20px;
	margin-right:20px;
	z-index:99;
}

#contenedor_banner #banner_fondo{
	position: relative;
	width:940px;
	height:240px;
	background-image: url(../images/fondo_banner.gif);
	background-repeat: repeat-x;
}

#contenedor_banner #banner_fondo #banner_esquinaarriba{
	position: relative;
	width:940px;
	height:189px;
	background-image: url(../images/esquina_sup_banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contenedor_banner #banner_fondo #banner_esquinaabajo{
	position: relative;
	width:910px;
	height:180px;
	background-image: url(../images/esquina_inf_banner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 9px;
	padding-left: 15px;
	padding-right:15px;
	text-align:left;
}

	
#banner_esquinaabajo img.banner_derecha {
	float: right;
}
#banner_esquinaabajo img.banner_izquierda {
	float:left;
}

#contenido{
	display:block;
	position: relative;
	width:940px;
	height:100%;
	margin-top: 0px;
	z-index:99;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	color: #FFFFFF;
}


#lineaFinal {
	position:relative;
	display:block;
	width:940px;
	height: 10px;
	font-size:0px;
	float: none;
	clear: both;
	padding-top:10px;
	padding-bottom:5px;
	margin:0px 20px 0px 20px;
	background-image: url(../images/fondo_lineaFinal.gif);
	background-position: 0px 20px;
	background-repeat: repeat-x;
}

#inicio {
	position:relative;
	display:block;
	width:940px;
	float: none;
	clear: both;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px 20px 0px 20px;

}