/************************************
    e-ducativa :: hoja de estilos CEIL
    Autor: Daniel Locatelli
    Validación: Aquaman
*************************************/

/*** GLOBAL ***/
html, body {
	margin:0;
	padding:0;
	
	height: 100%;
	
	background: #003366;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
a, a:link:visited:active {
	color: #033399;
	
	text-decoration:none;
}

a:hover {
	color: #999;
}

/*** HEADER ***/
#encabezado {
	width: 740px;
	height: 85px;
	margin: 0 auto;
}
	#logo {
		width:645px;
		float:left;
	}
	#logo img {
	    border: none;
	}
	#accesorapido {
		width:75px;
		padding: 20px 0 0 18px;
		text-align:left;
		float:right;
	}
	#js_fechahoy {
		display:block;
		padding: 20px 0 0 0;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
	}
	a.btnar {
		display:block;
		height:10px;
		padding-top:3px;
	}
		a.contacto, a.contacto:link:visited:active { 
			background: url('img/bo_contacto.gif') no-repeat;
			width:62px;
		}
		a.contacto:hover {
			background: url('img/bo_contacto_f2.gif') no-repeat; 
		}
		a.home, a.home:link:visited:active { 
			background: url('img/bo_home.gif') no-repeat;
			width:30px;
		}
		a.home:hover {
			background: url('img/bo_home_f2.gif') no-repeat; 
		}

/*** BARRA DE MENU ***/
#barra {
	width: 740px;
	height:22px;
	margin: 0 auto 3px auto;
	padding: 0;
	background: #B2CBE1 url('img/bot_inicio.jpg') left no-repeat;
	clear:both;
}
		
	/* menu de 1er nivel */
	#menu_seccion {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#menu_seccion li.item_seccion {
			display:inline;
			float: right;

			padding: 0;
		}
		#menu_seccion a.item_seccion, #menu_seccion a.item_seccion:link:visited:active{
			display: block;
			width:102px;
			height: 17px;
			padding: 5px 0 0 0;
			margin:0;
			
			background: url('img/bot_sep.gif') left top no-repeat;
			color: #003366;;
			text-decoration:none;
			text-align:center;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
		}
		#menu_seccion a.item_seccion:hover {
			color: #0066CC;
		}
	/* menu de 2do nivel */
	#menu_seccion ul.menu_pagina {
		display: none;
		position: absolute;
		list-style-type: none;
		margin: 0;
		padding: 0 0 5px 0;
		
		background: #018CCE;
	}
		#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 {
			color:#CEDEEC;
			text-decoration: none;
			font-size:10px;
			font-weight:bold;
		}
			#menu_seccion a.item_pagina:hover{
				color:#fff;
				text-decoration: underline;
			}
	

/*** 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/fondo_home.gif') repeat-y;

}
	/* home */
	#banners {
		float:left;
		width: 130px;
		text-align: center;
	}
	#contenido_home {
		float:left;
		width: 388px;
		padding: 10px 5px 20px 5px;		
		
	}
	
	/* no home */
	#menu_izquierdo {
		float:left;
		width: 140px;
		padding: 5px 0 20px 0;
	}
		#menu_izquierdo span.item_seccion {
			display:block;
			height: 19px;
			padding: 3px 0 0 3px;
			margin-top: 5px;
			
			font-size: 13px;
			background: #B2CBE1;
			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: #CEDEEC;
				font-size:10px;
				font-weight:bold;
			}
			#menu_izquierdo a.item_pagina:hover{
				text-decoration: underline;
				color: #fff;
			}
		
	#contenido_sitio {
		float:left;
		width: 590px;
		padding: 5px 5px 20px 5px;		
	}
		#nav_position {
			height: 20px;
			border-bottom:1px solid #B2CBE1;
			
			color: #003366;
			font-size:13px;
			text-align:right;
		}
		#nav_position span.item {
			color: #018CCE;
			font-size:10px;
			font-weight:bold;
		}
	
	/* novedades */
	#novedades {
		float:left;
		width: 172px;
		padding: 8px 8px 5px 13px;
	}

		div.noticia {
			margin-top:10px;
		}
			a.noticia_titulo, a.noticia_titulo:link:visited:active {
				display:block;
				padding-left:10px;
				
				background: url('img/ic_noticia.gif') left 4px no-repeat;
				color: #048bd1;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-weight: bold;
				font-variant: normal;
				text-decoration: none;
			}
			a.noticia_titulo:hover {
				color: #6CBC43;
			}
			
			a.noticia_resumen, a.noticia_titulo:link:visited:active {
				display:block;
				padding-left:10px;
				text-decoration:none;
				color: #000;
			}
			a.noticia_resumen:hover {
				color: #333;
			}
			
/*** PIE ***/
#pie {
	width: 786px;
	margin: 0 auto;
	height: 5px;
	background: url('img/fondo_pie.gif') top no-repeat;
}