/* CSS Document */

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

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

#container {
	background-image: url(../images/fondo.png);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 780px;
	overflow: hidden;
	padding: 0 10px 0 10px;
}

/****************************************************************************/
/* Estilos para la cabecera */
/****************************************************************************/
#cabecera {
	width: 760px;
	height: 124px;
	background-image: url(../images/cabecera.jpg);
	margin: 0 auto;
}

#titulo {
	width: 200px;
	float: left;
	text-align: center;
}

#banner {
	width: 560px;
	margin: 30px 0 0 0;
	float: left;
}
/****************************************************************************/

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

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

#barra li {
	display: inline;
        list-style-type: none;
        margin: 0 10px;
}

#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;
}
/****************************************************************************/

#cuerpo {
	width: 760px;
	overflow: hidden;
	background-image: url(../images/fondo2.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#lateral {
	width: 189px;
	float: left;
	border-right: #000 1px solid;
	background-color: #d8c0a6;
}

#lateral div, p {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#lateral h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

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

#menu {
	padding: 0;
	margin: 0;
}

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

#menu li: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 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	margin: 0 auto;
	padding: 20px;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	width: 520px;
}

#contenido div{
	text-align: center;
	margin: 10px auto;
}

#contenido p {
	margin: 10px;
	text-align: justify;
}

#contenido img.derecha {
	margin: 0 0 10px 10px;
}

#contenido div.directorio {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

#contenido div.directorio ul, #contenido div.directorio2 ul{
	margin: auto;
	width: 500px;
	padding: 0 0 5px 0;
	overflow: hidden;
}

#contenido div.directorio li, div.directorio2 li{
	list-style-type: none;
	float: left;
	text-align: center;
	margin: auto;
	padding: 0;
	width: 25%;
}

#contenido div.directorio li a, div.directorio2 li a{
	color: #000;
	text-decoration: none;
}

#contenido div.directorio li a:hover, div.directorio2 li a:hover{
	color: #C00;
	text-decoration: none;
}

/****************************************************************************/

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

#enlaces {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	clear: both;
	width: 100%;
}

#enlaces ul {
	margin: 10px 0 10px 0;
	padding: 0;
	clear: both;
}

#enlaces li {
	margin: 5px 0 0 0;
	float: left;
	list-style-type: none;
	width: 25%;
}

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

/****************************************************************************/
/* Estilos para el texto legal de tarificacion */
/****************************************************************************/
#tarifas {
	color: #000000;
	font-size: 10px;
	width: 520px;
	margin-bottom: 20px;
}
/****************************************************************************/

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 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;
}
/****************************************************************************/


.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;
}

