@charset "UTF-8";
BODY{
background-image:url(images/fondo-tapiz.jpg);
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

A {
	color:#D2026A;
	text-decoration:underline;
	border:0px;
	}
	
A.2 {
	color:#FFFFFF;
	text-decoration:underline;
	}	
	
A:hover {
color:#95007F;
text-decoration:underline;
}

/*A:visited {
color:#FFCCCC;
}
*/

.linksGray {color:#666666;}

.menusCofre {
	font-size: 11px;
	color: #FFFFFF;
}
abbr {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
td.border {
	border: outset 1px;
	border-color:#FFFFFF;
}
.textosGeneral {
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 10px;*/
	color: #000000;
	text-align: justify;
	padding-left:0px;
	/*padding-top: 5px;*/
	
	
}
.textosGeneralTitulos {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	color: #000000;
	line-height: normal;
	font-weight: bold;
	text-align:left;
	padding-top: 13px;
}

.resalte {
	font-size: 11px;
	font-weight: bold;
	color: #800040;
	
}
.resalte2 {
	font-size: 14px;
	font-weight: bold;
	color:#4F0028;
}

