a:link {
	color: #BC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BC0000;
}
a:hover {
	text-decoration: none;
	color: #656565;
}
a:active {
	text-decoration: none;
	color: #BC0000;
}

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CFCFCF;
	background-image: url(imagenes/fondo_rayado.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	text-align:left;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: ##000000;
	scrollbar-highlight-color: ##000000;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #999999;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color:#000000;
	text-align: left;
	
}
.titulo_opcion {
	font-size: 15px;
	font-weight: bold;
	color: #4A4A4A;
}
.subtitulo {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.texto_en_rojo {color: #FF0000;}
.direccion {
	font-size: 10px;
	font-weight: normal;
	color:#666666;
}
