/*--------------------------------------------------------------------------------
									estilos generales
--------------------------------------------------------------------------------*/
* {

}
body {
	color: #000;
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: normal;
}

img {
	border: 0;
}
a:link {
	text-decoration: none;
	color: #633088;
}
a:visited{
	color: #633088;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #633088;
}
#apLOGO {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
.curva1 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #eae5ff;
	padding: 10px;
	width: 580px;
	float: left;
	clear: left;
}
.texto80 {
	font-size: 80%;
	line-height: 130%;
}
.colboletines {
	background-image: url(../img/col_boletiensenviados_2.jpg);
	background-repeat: repeat-y;
	padding-left: 650px;
}
.2columnas {
	float: none;
	width: 955px;
	display: block;
	clear: none;
}
.proteccion {
	float: none;
	width: 955px;
	display: block;
}
.texto140 {
	font-size: 140%;
}
.listaboletines {
	font-size: 90%;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
}
.escuelasintro {
	text-align: justify;
	font-size: 110%;
	line-height: 20px;
	padding: 20px;
}
.escuelastitulo {
	font-size: 140%;
	font-weight: bold;
	font-variant: small-caps;
	color: #3357AF;
	text-align: left;
}
.escuelastexto {
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.escuelasenlace {
	background-color: #0FF;
	padding: 2px;
	margin-bottom: 2px;
}
.escuelastitulo2 {
	font-size: 140%;
	font-weight: bold;
	font-variant: small-caps;
	color: #AF3026;
	text-align: left;
}
.escuelasenlace2 {
	background-color: #C2857C;
	padding: 2px;
	margin-bottom: 2px;
}

