body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	background-image: url(imagenes/fondo.gif);
}
.tit_rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DA1A1A;
}
.txt_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.fondo_gris3 {
	background-color: #ECECEC;
}
.fondo_rojo {
	background-color: #DA1A1A;
}
.fondo_coche {
	background-image: url(imagenes/coche_fondo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}



.fondo_gris {
	background-color: #CCCCCC;
}
.txt_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
}
a.txt_menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
}
a.txt_menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
}
.fondo_negro {
	background-color: #000000;
}
.fondo_blanco {
	background-color: #FFFFFF;
}

a.txt_menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: underline;
}

.fondo_gris2 {
	background-color: #4D4D4D;
}
.txt_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.borde_total {
	border: 1px dotted #666666;
}
a.txt_blanco:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.txt_blanco:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.txt_blanco:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.txt_rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DA1A1A;
	text-decoration: none;
}
.fondo_cuadrados {
	background-image: url(imagenes/fondo_cuadrados.gif);
	background-repeat: repeat-x;
	height: 20px;
	background-position: center;
}
