/************************************
    Hoja de estilos: Sitios Original
    Autor: e-ducativa
*************************************/

/*** GLOBAL ***/
html, body {
	margin:0;
	padding:0;
	
	height: 100%;
	background-color:#dbe1ed;	
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

#contenedor_principal{
width:920px;
background-color:#FFFFFF;
text-align:center;
margin: 0 auto;
padding:10px;
border:1px solid #889cc1;
margin-top:18px;
}

#banners_down{
width:740px;
text-align:left;
	
}


#conenedor_contenido{
	margin-bottom:10px;
	background-color: #fff;
	
	background-repeat: repeat-y;
	background-position: right;
}


#contenido_pagina{
	width:695px;
	padding-right:15px;
	float:left;
	background-color:#FFFFFF;
	text-align:left;

}



#lateral{

width:200px;
float:right;
padding:5px;
text-align:left;
background-color:#e0e4ef;
font-size: 11px;

}

#titulo_lateral{
background-color:#8396be;
color:#FFFFFF;
text-align:center;
font-size:11px;
font-weight:bold;

}


a, a:link:visited:active {
	color: #316AC5;
	
	text-decoration:none;
}

a:hover {
	color: #4B81CF;
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	margin:0;
	padding: 0;
}

h2{
	margin: 0 0;
	padding: 5px 3px;
	
	font-size: 17px;
	font-weight: normal;
	
	background: url('../img/principal_bkg_title.jpg') repeat-x;
	color: #0066CC;
}
.nocss {
    display: none;
}
.clearer {
    clear: both;
}
/*** HEADER ***/
#encabezado {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	
	background: url('../img/principal_top.jpg') no-repeat;
}
    #encabezado .encabezado_links {
        display: inline;
        width: 200px;
        float: right;
        text-align: right;
    }
    #encabezado .encabezado_links ul {
        list-style-type: none;
        padding: 10px 20px;
    }
    #encabezado .encabezado_links ul a {
        color: #fff;
    }
    #encabezado .encabezado_links ul a:hover {
        color: #999;
    }

/*** BARRA DE MENU ***/
#barra {
	width: 100%;
	height:27px;
	margin: 0 auto;
	padding: 3px 0 0 0 ;
	background: url('../img/principal_bkg_barra.jpg') repeat-x;
	clear:both;
}
	/* menu de 1er nivel */
	#menu_seccion {
		height: 27px;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#menu_seccion li.item_seccion {
			display:inline;
			float: left;
            
            background: url('../img/principal_sep_barra.jpg') right no-repeat;
			padding: 0;
		}
		#menu_seccion a.item_seccion, #menu_seccion a.item_seccion:link:visited:active{
	display: block;
	height: 21px;
	color: #e5e5e5;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
		}
		#menu_seccion a.item_seccion:hover {
			color: #fff;
		}
	/* menu de 2do nivel */
	#menu_seccion ul.menu_pagina {
		display: none;
		position: absolute;
		list-style-type: none;
		margin: 0;
		padding: 0 0 5px 0;
		
		border: 1px solid #005DBA;
		
		text-align:left;
		background-color:#1b89ff;	
	}
		#menu_seccion li.item_pagina {
			width:132px;
			margin: 3px 0 0 8px;
			padding:0;			
		}
		#menu_seccion a.item_pagina, a.item_pagina:link:visited:active {
			text-decoration: none;
			font-size:10px;
			font-weight:bold;
			color: #e5e5e5;
		}
			#menu_seccion a.item_pagina:hover{
				text-decoration: underline;
				color: #fff;
			}
	

/*** CUERPO ***/
#cuerpo {
	clear: both;
	width: 740px;
	
	margin: 0 auto;
	padding: 0;
	
	background: #fff;
}
#cuerpo_nohome {
	clear: both;
	width: 740px;
	
	margin: 0 auto;
	padding: 0;
	
	background: #fff url('../img/principal_bkg_sitio.jpg') repeat-y;

}
	/* home */
	#banners {
		display: block;
		text-align: center;
	}
	#contenido_home {
		float:left;
		display: inline;
		width: 350px;
		padding: 10px 5px 20px 5px;		
	}
	
	/* no home */
	#menu_izquierdo {
		float:left;
		display: inline;
		width: 140px;
		margin: 15px 0 20px 0;
		padding: 5px 0 5px 0;
		
		background: #D5EEFF;
	}
		#menu_izquierdo span.item_seccion {
			display: block;
			padding: 3px 0 0 3px;
			margin-top: 5px;

			font-size: 14px;
			font-weight: bold;

			color: #003366;
		}
		#menu_izquierdo ul.menu_pagina {
			list-style-type: none;
			margin: 0;
			padding: 0;
			
		}
		#menu_izquierdo li.item_pagina {
			padding: 4px;
		}
			#menu_izquierdo a.item_pagina, #menu_izquierdo a.item_pagina:link:visited:active {
				text-decoration: none;
				color: #316AC5;
				font-size:10px;
				font-weight:bold;
			}
			#menu_izquierdo a.item_pagina:hover{
				text-decoration: underline;
				color: #CC9900;
			}
		
	#contenido_sitio {
		float:left;
		width: 572px;
		padding: 5px 5px 20px 5px;		
	}
		#nav_position {
			height: 17px;
			border-bottom:1px solid #B2CBE1;
			
			color: #003366;
			font-size:11px;
			font-weight: bold;
			text-align:left;
		}
		#nav_position span.item {
			color: #316AC5;
			font-size:10px;
			font-weight:bold;
		}
	
	/* con iz */
	#contenedor_izq {
	    float:left;
	    display: inline;
		margin: 0;
		padding: 0;
	}
	/* novedades */
	#novedades {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
	    #novedades .contenedor_noticias {
           /* background: #D5EEFF;*/
		   
        }
		div.noticia {
		    display: block;
		    padding-top: 5px;
			padding-bottom: 5px;
			border-bottom:1px solid #8396be;
		}
			a.noticia_titulo, a.noticia_titulo:link:visited:active {
				display:block;
			
				font-size: 11px;
				font-weight: bold;
				font-variant: normal;
				text-decoration: none;
			}
			a.noticia_titulo:hover {
			}
			
			p.noticia_resumen {
			    margin: 0;
				padding: 0 0 0 3px;
				text-decoration:none;
				color: #000;
			}
			a.vermas {
			    display: block;
			    text-align: right;
			    margin: 0 15px 0 0;
			}
			
/*** PIE ***/
#pie {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #8396be;
	color: #FFFFFF;
	font-size: 11px;
	margin-top:5px;
}

/*#pie a{
color:#FFFFFF;
text-decoration:none;
}

#pie a:hover{
text-decoration:underline;
}*/

#logo_edu{
	width: 920px;
	text-align:right;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
}

a.enlace_edu{
	display:block;
	float:right;
	height:22px;
	width:75px;
	background-image: url(../img/educativa.jpg);
	background-repeat: no-repeat;
	background-position: 0px -22px;
}

a.enlace_edu:hover{
background-image: url(../img/educativa.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* dgl */



ul, li{
	list-style: none;
}

#pie{
	width: 920px;
	margin: 0 auto;
	text-align: left;
	background: url(fdoPie.jpg) top center no-repeat;
	height: 300px;
	color: #fff;
	padding: 14px 10px 40px 10px;
}

#pie #tituloPie{
}

#pie #tituloPie h3{
	font-size: 14px; 
	font-weight: bold;
	float: left;
	margin-top: 17px;
}

#pie #tituloPie a{
	background: url(interSalud.gif) top center no-repeat;
	display: block;
	width: 136px;
	height: 42px;
	float: left;
	margin-left: 3px;
}

#pie #tituloPie a strong{
	display: none;
}

#pie ul{
	clear: both;
	float: none;
	margin-top: 14px;
}

#pie ul li{
	float: left;
	width: 160px;
	margin-right: 10px;
}

#pie ul li a{
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	font-size: 12px;
}

#pie ul li p{
	font-size: 11px;
	margin-top: 4px;
	width: auto;
	font-weight: normal;
	top: 0px;
}

#pie p{
	width: 362px;
	font: bold 12px Arial, Helvetica, sans-serif;
	position: relative;
	top: 30px;
}

#pie ul.enlacesPie li{
	float: right;
	margin: 0px;
	width: auto;
	margin-left: 10px;
}

#pie ul.enlacesPie li a{
	font-weight: normal;
}


/* pie flotante */
#pieFlotante{
	text-align: left;
	background: url(fdoPie.jpg) top center repeat-x;
	height: 20px;
	color: #fff;
	padding: 10px 20px 30px 0px;
}

#pieFlotante ul{
	clear: both;
	margin-top: 14px;
}

#pieFlotante ul li{
	width: 171px;
	margin-right: 15px;
}

#pieFlotante ul.enlacesPie li{
	float: right;
	margin: 0px;
	width: auto;
	margin-left: 10px;
}

#pieFlotante ul.enlacesPie li a{
	text-decoration: underline;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
