body {
	background-image: url(../imagenes/plantillas/padres/fondo.gif);
	background-repeat: repeat-x;
}
a:active, a:focus {
	outline:0;
}
/*************************************************************/
#contenido_padres  {
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
}
#contenido_padres a {
	color: #CC0000;
	text-decoration: underline;
	}
#contenido_padres a:hover {
	color: #FF3300;
	text-decoration: none;
}
#contenido_padres p {
	font-size: 0.9em;
	text-align: justify;
	margin-bottom: 10px;
}
#contenido_padres h2 {
	font-size: 1.3em;
	margin-bottom: 15px;
	color: #E32219;
}
#contenido_padres ul {
	margin-left: 20px;
}
#contenido_padres li {
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 5px;
}
#contenido_padres ul.lista_enlaces a {
	background-image: url(../imagenes/flecha_listas.gif);
	background-position: left center;
	padding-left: 35px;
	background-repeat: no-repeat;
	font-size: 1.1em;
}
#contenido_padres ul.lista_enlaces a:hover {
	background-image: url(../imagenes/flecha_listas_over.gif);
}
