/* CSS Document */

body {
	background-image: url(../activos/imagenes/fondo.jpg);
	background-repeat:  repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin : 0px 0px 0px 0px;
	background-color: #EBCCA3;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color:#990019;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #990019;
	}
a:hover { 
	font-weight: bold;
	text-decoration: none; 
	color: #CC9900;
	}
a:active { 
	font-weight: bold;
	text-decoration: none; 
	color: #990019;
	}
.rotulo {
	font-size: 18px;
	font-weight: bold;
	color: #990019;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.rojo {
	font-size: 12px;
	font-weight: bold;
	color: #990019;
}
.bold {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.negro_pequeno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.crema_rotulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FCF0DA;
	font-weight: bold;
}
.dorado_rotulo {
	font-size: 18px;
	font-weight: bold;
	color: #CC9900;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #515154;
	text-decoration: none;
	border: 1px solid #CC9900;
}
