/* CSS Document */

.revista_titu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AA935D;
}
.revista_indice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
.titulos_generales {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #AA935D;
}
.titulos_gene_secundarios {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 17px;
	color: #000000;
}

.texto_general {
    color:#333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: 10px
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#fddd02;
	background-image:url(images/background_yellow_shadow.jpg);
	background-repeat:repeat-y;
	background-position:center;
		
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #000033;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
#borde-img {
border: #e1e1e1 solid 3px;
}