/********** Importados **********/
@import url("reset.css");
@import url("layouts.css");

/***** Textos *****/
h2 { color: #048140; font: bold 24px "Times New Roman", Times, serif; margin: 10px 10px 0px 10px; }

h3 {
	color: #000000;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	margin: 10px;
	text-align: justify;
	text-indent: 10px;
}

p {
	color: #006075;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	margin: 10px;
	text-align: justify;
	text-indent: 10px;
}

	p .subs { font: bold 24px "Times New Roman", Times, serif; }
	
	p span { color: #048140; }
	
	p sup { font-size: 12px; }
	
/***** Imagenes *****/
.imagenes { margin: 10px 7px 0px 7px; }

.fundacion { margin: 6px; text-align: center; }

/***** Comportamientos *****/
a:link { color: #006075; text-decoration: none; }

a:visited { color: #006075; text-decoration: none; }

a:hover { text-decoration: underline; }

a:active { text-decoration: none; }

/***** Diseñado por: Lic. en Diseño Gráfico, José María López Romera *****/
