/* CSS Especial Escuela de Verano */
/* CC SA-NonCommercial Use- Atributtion Ownership RoD */

body{
	background-image: url(../images/imgs/fondo.gif);
	background-repeat: repeat-x;

}
.titulos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #CC0;
	text-align: justify;
}

.sub_titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #F00;
	text-align: justify;
}
.texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: justify;
}


#container{
	width: 550px;
	height: 830px;
	margin-left: auto;
	margin-right: auto;
	padding: 2em;
	border: 1px 
	
}

#texto{
  padding-left: 10px;
  padding-right: 10px;

}


a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#006;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}

a:hover{
  text-decoration:underline;
  
}

a:visited{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#000000;
  text-decoration: none;

}

