@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-attachment: fixed;
	background-color: #634813;
	background-image: url(../graficos/fondo.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #634813;
	text-decoration: underline;
}
a:visited {
	color: #C28B25;
	text-decoration: underline;
}
a:hover {
	color: #E4BD74;
	text-decoration: underline overline;
}
a:active {
	color: #634813;
	text-decoration: underline;
}


.tablaPrincipal {
	background-color: #FFFFFF;
	vertical-align: middle;
	margin: auto;
	border: 1px solid #402F09;
}

.titulos-tarifas-promociones{
	border-bottom:1.5px dotted;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#265715;
}

.formato-tarifas-promociones{
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#996633;
}