/* CSS Document */


/*NAVEGADOR LAYOUT*/

#navegador{
	background:#FFF url(images/fondo_nav_escuela.jpg) no-repeat left top;
	height:163px;
	width:771px;
}



/*-----------------------------*/
/*MAIN CONTENT LAYOUT*/

#maincontent{
	margin-top:0px;
	padding:0;
	}
	
.tituloseccion{
	margin-top:0;
	font-size:22px;
	font-weight:bold;
	color:#666666;
	letter-spacing:2px;
	text-align:left;
	margin-left: 10px;
	}

#content{
	float:right;
	width:520px;
	height:510px;
	padding-right:20px;
	font-size:12px;
	border-left:1px solid #CCCCCC;
	
	
}
.titulo{
	margin-left:10px;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	text-align:left;
	line-height:30px;
	background:url(images/navegador_barra2.gif) no-repeat left bottom;
	
	
	}

.p{
	margin-left:10px;
	font-weight:normal;
	text-align:left;
	font-size:12px;	
	color:#666666;
		
	
	}
.foto{
	margin-top:20px;
	margin-left:40px;}
	
#sidebar{
	float:left;
	width:210px;
	height:550px;
	margin-left:10px;

	}
#subbotonera{
	float:left;
	width:210px;
	padding-top:0;
		}
ul.subbot
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width:auto;
	margin:0 10px;
	padding:0;
}

ul.subbot li
{
	display:block;
	padding-left:0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	width: 165px;
	background:url(images/navegador_barra.gif) no-repeat left bottom;
}

ul.subbot a
{
	display: block;
	cursor: pointer;
	line-height:25px;
	height:25px;
	text-decoration: none;	
	text-align:left;
	font-size:14px;
	color:#666666;
	font-weight:bold;

}

ul.subbot a:hover, ul.subbot a:focus
{
	/*background: url(../img/footer_active.gif) repeat-x left bottom;*/
	color:#009933;
}


#campotexto{
float: left;
}
#campotexto input{
padding-top:0px;
width:180px;
padding-left:0px;
margin-left: 6px;
}
#botonbuscar {
float: left;
padding-top : 3px;
padding-left: 135px;

}
#newsletter{
margin-top:30px;
}
#newsletter .pnews{	
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	
	}
#turno{
    background:#ffffff url(images/back_turno.jpg) no-repeat;
	width:210px;
	height:117px;
		
	}
#turno .pturno{	
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding:42px 0 0 0;
	margin-left:10px;
		
	}


