/**** HOJA DE ESTILOS DEL SITIO WEB***/
@import url("contenido.css");
#fondo {
	background: url(../img/fondo.png) no-repeat top left;
	margin: 0px;
}

#bg_line{
	background: url(../img/bg_azul.png) no-repeat top left;
	margin: 0px;
	position: absolute;
	z-index: 2;
	height: 350px;
	width: 700px;
	border: 0;
}

body{
	background: #FFF url(../img/bg_web1.jpg) repeat-x top left;
	color: #333333;
	font-family: "Lucida Sans", Trebuchet, Arial;
	font-size: 11px;
	line-height: 17px;
	padding: 0 0 26px 0;
	margin: 0 0 0 0;
}

ul{
	margin: 5px 0 0 0;
}

li{
	margin: 0;
}

a{
	color: #3e89c2;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	color: #0099CC;
}

hr{
	border: #DDDDDD solid 1px;
	height: 0px;
	margin: 8px 0 8px 0;
	padding: 0;
}

#separator {
	display: block;
	float: left;
	height: 2px;
	width: 580px;
	margin: 5px 0 5px 0;
}

#global{
	width: 970px;
	margin: 0 auto 0 0;
	height: auto;
}

#header_bg{
	width: 970px;
	height: 340px;
	padding: 0;
	border: 0;
	display: block;
}

#header{
	height: 340px;
	width: 970px;
	padding: 0;
	border: 0;
	display: block;
	position: absolute;
	z-index: 4;
}

#logos{
	height: 84px;
	padding: 40px 0 0 0;
	display: block;
	width: 100%;
	border: 0px;
}

#logos img{
	border: 0px;
	float: left;
	vertical-align:text-bottom;
}

#logo_colegio{
	top: 44px;
	left: 15px;
	border: 0px;
	float: left;
	vertical-align:text-bottom;
	position: absolute;
	z-index: 10;
}

#logo_colegio img{
	border: 0px;
}

#patrocinadores{
	text-align: right;
	display: block;
	width: 200px;
	float: right;
}

#cabecera{	
	clear: both;
	display: block;
	height: 170px;
	top: 162px;
	left: 0;
	margin: 0 0 10px 3px;
	padding: 0px;
	position: absolute;
	width: 970px;
	z-index: 0;
}

/***************** MENU SUPERIOR *********************/
#menu{
	height: 30px;
	display: block;
	background: url(../img/dot_bg.png) repeat-x top;
	padding: 6px 0 3px 0;
	width: auto;
	clear: both;
}

#menu_top{
	height: 28px;
	display: block;
	padding: 0;
	width: 970px;	
	position: relative;
	z-index: 9;
}

#menu_top ul{
	margin: 0px;
    padding: 0px;
	list-style: none;
}

#menu_top li{
    float:left;
	display: block;
	background:url(../img/line_top.gif) no-repeat center right;
	width: auto;
}

#menu_top li a{
	display: block;
	color: #333333;
	font-size: 11px;
	text-align: center;
	font-family: "Lucida Sans", Trebuchet, Arial;
	padding: 0 9px 0 9px;
	height: 24px;
	line-height: 22px;
	text-decoration: none;
	font-weight: normal;
}

#menu_top li a:hover{
	color: #3e89c2;
	background: url(../img/boton_off.png) no-repeat bottom center;
}

#menu_top li a:visited{
	color: #000000;
}

#menu_top #_activo a{
	color: #3e89c2;
	background: url(../img/boton_off.png) no-repeat bottom center;
}

/***************** BLOQUE IZQUIERDO DEL SITIO *********************/
#leftbar{
	width: 260px;
	display: block;
	float:left;
	padding: 10px 0 10px 0;
	margin: 40px 0 0 0;
}

/*********** MENU INFERIOR ************/
#footer{
	background: url(../img/dot_foot.gif) no-repeat top right;
	color: #333333;
	font-size: 11px;
	height: 55px;
	width: 960px;
	border: 0px;
	padding: 0;
	margin: 0 auto 20px 0;
	text-align: right;
	clear: both;
}

#fo_text{
	text-align: right;
	padding: 0 0 0 0;
}

#footer_menu{
	margin: 0 0 10px 0;
	padding: 7px 3px 0 0;
	height: 17px;
}

#footer_menu a{
	font-size: 11px;
	color: #333;
	font-weight: normal;
}

#footer_menu a:hover{
	font-size: 11px;
	color: #3e89c2;
	font-weight: normal;
}

/*--------------- Formularios estructura -------------------*/

#_label{
	background: url(../img/line_form.gif) no-repeat bottom left;
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 5px 0 3px 0;
	vertical-align: middle;
	width: 100%;
}

#_label_com{
	background: url(../img/line_form.gif) no-repeat bottom left;
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 5px;
	width: 100%;
	height: 130px;
}

#_label_btn{
	background: url(../img/line_form.gif) no-repeat bottom left;
	display: block;
	height: 50px;
	text-align: right;
	margin: 0;
	padding: 5px;
	width: 100%;
}

/*--------------- DESCARGAS -----------------*/
#descargas {
	margin: 8px 0 8px 0;
	display: block;
}

#descargas ul{
	text-align: left;
	list-style: none;
}

#descargas li a{
	background: url(../img/pdf_button.png) no-repeat center left;
	display: block;
	height: 19px;
	line-height: 19px;
	padding: 3px 3px 3px 24px;
	margin: 3px 0 0 0;
	width: 250px;
}

/*--------------- DESCARGAS -----------------*/
#estatutos {
	margin: 8px 0 0 0;
	display: block;
}

#estatutos ul{
	text-align: left;
	list-style: none;
}

#estatutos li a{
	background: url(../img/pdf_button.png) no-repeat center left;
	display: block;
	height: 19px;
	line-height: 19px;
	padding: 3px 3px 3px 24px;
	margin: 10px 0 0 -27px;
	width: 250px;
}
