/* CSS Document */
body {
	margin: 0px;
	background-color:#8B3241;
	font-family: "Times New Roman", Times, serif; 
	font-size: 12px; 
	color: #000000; 
	text-align: justify; 
}
a, a:hover{
	font-weight: bold;
	color: #A30133;
	text-decoration: none;
}
.menu{
	height:20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:bold;
	letter-spacing:1px;
	color: #A30133;
	
}
.menu a,{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:bold;
	letter-spacing:1px;
	color: #000000;
	text-decoration: none;
}
.menu a:hover,{
	color: #A30133;
	font-weight: bold;
	text-decoration: none;
}
.botonera{
	background-color: #F0FADF;
}

/* estilos */
.titulodcha {  
	font-family: "Times New Roman", Times, serif; 
	font-size: 22px; 
	color: #e4d4ba;
	line-height:26px;
}
.titulo1{
	font-size: 14px;
}
.titulo2{
	font-size: 12px;
}
.subtitulo1{
	font-size: 11px;
}

/* colores */
.bg_v1{
	background-color: #8CC229;
}
.bg_v2{
	background-color: #B0EE3D;
}
.bg_v3{
	background-color: #F0FADF;
}

.fg_r{
	color:#A30133;
}



/*fuentes*/
.titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}