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

body {
	background:url(img2/fondo.gif) repeat-x;
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1.6em;
color:#333;
}

h1 {
font-size:15px;
font-weight:bold;
color:#FF9900;
padding-bottom: 2px;
margin-bottom: 2px;
}

.nomcolegio
{
font-size:15px;
font-weight:bold;
color:#FF9900;
padding-bottom: 2px;
margin-bottom: 2px;
}

h2 {
font-size:15px;
font-weight:bold;
color:#666;
padding-bottom: 2px;
margin-bottom: 2px;
}

a:link {
color:#0066FF;
text-decoration:none;
}

a:visited {
color:#0066FF;
text-decoration:none;
}

a:hover {
color:#FFFFFF;
background-color:#0066FF;
text-decoration:underline;
}
a:active {
color:#0066FF;
text-decoration:none;
}


#listacolegios a:link {
text-decoration:none;
}

#listacolegios a:visited {
text-decoration:none;
}

#listacolegios a:hover {
text-decoration:underline;
}
#listacolegios a:active {
text-decoration:none;
}

#encabezado {
	width:950px;
	height:40px;
	padding-top:5px;
}

#pantalla {
	width:950px;
	height:250px;
	background:url(img2/pantalla.png) no-repeat;
	padding:15px;
}

#frame {
	width:950px;
	margin:0 auto;
}

#izquierda {
	float:left;
    width:130px;
	min-height:500px;
	margin-right:15px;
	margin-left:10px;
	background:url(img2/fondo_nav.png) no-repeat;
}

#centro {
	float:left;
    width:537px;
	min-height:500px;
	font-size:13px
	}

#derecha {
	float:left;
    width:220px;
	min-height:500px;
	margin-left:20px;
	border-left:#dedede 1px solid;
	padding-left:10px;
}


#pie {
	height:20px;
	clear:both;
	width:950px;
}

.logocolegio {
	display:block;
	height:130px;
	width:130px;
	float:left;
	border:1px solid #dedede;
	margin:1px;
	text-align:center;
	color:#333;
	font-size:11px;
}

.logocolegio img {
	margin-bottom:5px;
}

p {
	margin:0px;
	padding:0px;
}

.titulolateral {
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#333;
	line-height:16px;
	border-bottom:1px solid #ccc;
	height:20px;
}

.itemcartelera {
	height:70px;
	width:240px;
	clear:both;
	float:left;
}

#derecha img {
	padding:3px;
	border:1px solid #666;
	margin:5px;
	float:left;
}

h4 {
	font-size:11px;
	color:#3b5998;
	margin:0px;
	padding:0px;
}

#navbar {
	list-style-type:none;
	margin:0xp;
	padding:0px;
}


#navbar li a:link {
	line-height:26px;
	padding-left:10px;
	font-size:13px;
	text-decoration:none;
	color:#fff;
	display:block;
	width:110px;
	height:26px;
	border-bottom:1px dashed #dedede;
}

#navbar li a:visited {
line-height:26px;
	padding-left:10px;
	font-size:13px;
	text-decoration:none;
	color:#fff;
	display:block;
	width:110px;
	height:26px;
	border-bottom:1px dashed #dedede;
}


#navbar li a:hover {
	padding-left:10px;
	color:#fff;
	background:#1457b1;

}

#navbar li a:active {
line-height:26px;
	padding-left:10px;
	font-size:13px;
	text-decoration:none;
	color:#fff;
	display:block;
	width:110px;
	height:26px;
	border-bottom:1px dashed #dedede;
	
}

#listacolegios {
	padding-top:10px;
}

#panelinferior {
	height:117px;
	background:url(img2/panel_inferior.jpg)
}

#contenidoinferior {
	width:930px;
	height:100px;
	margin:0px auto;
	padding:15px;
}

#contenidoinferior h1 {
	color:#FFF;
}

#formulario {
	width:550px;
	float:right;
}


