/* CSS Document */

/****************************************************************************/
/* Estilos generales para la pagina */
/****************************************************************************/

body {
	background-color: #FFFFFF;
	margin: 0px;
}

.sombrai {
	background-image: url(../images/sombrai.gif);
	background-repeat: repeat-y;
	width: 10px;
}

.sombrad {
	background-image: url(../images/sombrad.gif);
	background-repeat: repeat-y;
	width: 10px;
}

h1 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

h2 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.TextoGeneral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.TextoRojo {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
/****************************************************************************/


/****************************************************************************/
/* Estilos para la barra */
/****************************************************************************/
#barra {
	background-color: #D8C0A6;
	background-image: url(../images/barramenu.gif);
	width: 780px;
	height: 25px;
}

#barra div {
	margin-left: 40px;
	text-align: left;
}

#barra ul {
	padding: 0px;
	margin: 0px;
}

#barra li {
	display: inline;
	padding: 20px;
}

#barra a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#barra a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
/****************************************************************************/


/****************************************************************************/
/* Estilos para el menu */
/****************************************************************************/

#menu {
}

.opcion {
	width: 189px;
	height: 26px;
	list-style: none;
	text-align: left;
	background-image: url(../images/menu.gif);
}

.opcion:hover {
	width: 189px;
	height: 26px;
	list-style: none;
	text-align: left;
	background-image: url(../images/menuhover.gif);
}

#menu a {
	background-image: url(../images/opcion.gif);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	width: 189px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 26px;
	text-indent: 40px;
}

#menu a:hover {
	background-image: url(../images/opcionhover.gif);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	width: 189px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-indent: 40px;
}
/****************************************************************************/


/****************************************************************************/
/* Estilos para el contenido */
/****************************************************************************/

#contenido {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	width: 520px;
}

#contenido img {
	margin: 10px;
	margin-top: 0px;
}
/****************************************************************************/


/****************************************************************************/
/* Estilos para la tabla de enlaces */
/****************************************************************************/

#enlaces {
	text-align: center;
}

#enlaces table {
	border: 0px;
	width: 100%;
	padding: 5px;
}

#enlaces td {
	margin: 0px;
	text-align: center;
	vertical-align: top;
	text-align: center;
}

#enlaces th {
	color: #CC0000;
}

#enlaces a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
/****************************************************************************/


/****************************************************************************/
/* Estilos para lso numeros */
/****************************************************************************/
.numeros {
	text-align: center;
}

.numeros a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.numeros a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/****************************************************************************/


/****************************************************************************/
/* Estilos para el texto legal de tarificacion */
/****************************************************************************/
#tarifas {
	color: #000000;
	font-size: 10px;
	width: 520px;
	margin-bottom: 20px;
}
/****************************************************************************/
.a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #392B1A;
	font-weight: bold;
}
.a:link {
	text-decoration: none;
}
.a:visited {
	text-decoration: none;
	color: #392B1A;
}
.a:hover {
	text-decoration: none;
	color: #990000;
}
.a:active {
	text-decoration: none;
	color: #990000;
}