/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul,li {list-style-type:none;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
img {border:0;}  

/* FIN RESET */

html, body { 
  margin: 0; 
  padding: 0; 
  width: 100%; 
  height:100%;
} 

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A171B;
	display: table;
	background:#E3E2CF url(./imagenes/fondo.jpg) no-repeat; 
	background-position: center top;
}




.contenedor {
	margin-left: auto;
	margin-right: auto;
	width: 980px;

}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 1px;
}

.pngTrans{margin:0px;padding:0px;}


.cabecera{
	text-align:right;
	padding-right:45px;
	padding-top:43px;
	color:#FFF;
	font-style:italic;
	font-weight:bold;
	font-size:13px;
}

.logo_central{
	width:100%;
	text-align:center;	
	padding-top:125px;
}

.menu_principal{
	width:100%;
	text-align:center;	
	padding-top:60px;
	height:101px;
	
}

#menu{
	height:101px;	
	list-style:none;
	font-size:15px;
	
}

#menu li{
	display:inline;	
	
}

#menu li a{
	color:#975802;
	text-decoration:none;
	background: url(./imagenes/separador.png) right no-repeat;
	padding-right:30px;
	padding-bottom:100px;
	margin-left:30px;
}

#menu li a:hover{
	color:#4b2653;
	text-decoration:none;
	background: url(./imagenes/separador2.png) right no-repeat;
	padding-right:30px;
	padding-bottom:100px;
	margin-left:30px;
	
}


/* Menú lateral */

.menu_derecha{
	float:right;		
}

#menu_lateral li{
	width:63px;
	height:47px;
		
}

.bt_home{
	border:0;
	float:left;
	cursor: pointer;
	text-indent:-9000px;
	margin-left:20px;
	height:50px;
	width:53px;
	background: url(./imagenes/bt_home.png) right no-repeat;
	background-position: -20px 0px;
	
}

.bt_home_selec{
	border:0;
	float:left;
	cursor: pointer;
	text-indent:-9000px;
	margin-left:20px;
	height:50px;
	width:53px;
	background: url(./imagenes/bt_home_selec.png) right no-repeat;
	background-position: -5px 0px;
	
}

.bt_home:hover{
	background-position: -5px 0px;
	
}


.bt_links{
	border:0;
	float:left;
	cursor: pointer;
	text-indent:-9000px;
	margin-left:20px;
	height:51px;
	width:53px;
	background: url(./imagenes/bt_links.png) right no-repeat;
	background-position: -20px 0px;
	
}

.bt_links_selec{
	border:0;
	float:left;
	cursor: pointer;
	text-indent:-9000px;
	margin-left:20px;
	height:51px;
	width:53px;
	background: url(./imagenes/bt_links_selec.png) right no-repeat;
	background-position: -5px 0px;
	
}

.bt_links:hover{
	background-position: -5px 0px;
	
}

.bt_contacto{
	border:0;
	float:left;
	cursor: pointer;
	text-indent:-9000px;
	margin-left:20px;
	height:53px;
	width:53px;
	background: url(./imagenes/bt_contacto.png) right no-repeat;
	background-position: -20px 0px;
	
}

.bt_contacto_selec{
	border:0;
	float:left;
	cursor: pointer;
	text-indent:-9000px;
	margin-left:20px;
	height:53px;
	width:53px;
	background: url(./imagenes/bt_contacto_selec.png) right no-repeat;
	background-position: -5px 0px;
	
}

.bt_contacto:hover{
	background-position: -5px 0px;
	
}

.bt_info{
	border:0;
	float:left;
	cursor: pointer;
	text-indent:-9000px;
	margin-left:20px;
	height:51px;
	width:53px;
	background: url(./imagenes/bt_info.png) right no-repeat;
	background-position: -20px 0px;
	
}

.bt_info_selec{
	border:0;
	float:left;
	cursor: pointer;
	text-indent:-9000px;
	margin-left:20px;
	height:51px;
	width:53px;
	background: url(./imagenes/bt_info_selec.png) right no-repeat;
	background-position: -5px 0px;
	
}

.bt_info:hover{
	background-position: -5px 0px;
	
}

.bt_tarifas{
	border:0;
	float:left;
	cursor: pointer;
	text-indent:-9000px;
	margin-left:20px;
	height:51px;
	width:53px;
	background: url(./imagenes/bt_tarifas.png) right no-repeat;
	background-position: -20px 0px;
	
}

.bt_tarifas_selec{
	border:0;
	float:left;
	cursor: pointer;
	text-indent:-9000px;
	margin-left:20px;
	height:51px;
	width:53px;
	background: url(./imagenes/bt_tarifas_selec.png) right no-repeat;
	background-position: -5px 0px;
	
}


.bt_tarifas:hover{
	background-position: -5px 0px;
	
}

#contenido{
	width:920px;
	height:540px;	
}

#columna_izquierda{
	float:left;
	padding-left:40px;
	padding-top:15px;
	padding-right:20px;
	width:170px;
	
}

#columna_derecha{
	float:left;
	margin-left:20px;
	width:665px;
	padding-top:15px;
}

#logo_lateral{
	width:100%; 
	text-align:center;
}
#contenido_izquierda{
	width:160px;
	text-align:justify;
	height:260px;
	overflow:auto;
	padding-top:20px;
	
}

#contenido_izquierda2{
	color:#4b2653;
	/*background: url(./imagenes/separador2.png) right no-repeat;*/
	font-size:16px;
	height:101px;
	width:160px;
	text-align:right;
	padding-right:30px;
}

#contenido_derecha{
	height:460px;	
	overflow:hidden;
	
}
#contenido_derecha2{
	padding-top:5px;
	
}

.menu_cont{
	float:left;
	width:105px;
	margin-left:30px;
	
}

.menu_cont_g{
	float:left;
	width:143px;
	margin-left:25px;
	
}

.la_casa{
	margin-top:75px;
	margin-right:-35px;
}

.la_casaa{
	margin-top:0px;
	margin-right:-35px;
	padding-right:28px;
	background: url(./imagenes/separador2.png) top right no-repeat;
}

.la_casa a{
	background: url(./imagenes/separador.png) top right no-repeat;
	padding-right:28px;
	padding-bottom:14px;
}
.la_casa a:hover{
	background: url(./imagenes/separador2.png) top right no-repeat;
	padding-right:28px;
	padding-bottom:14px;
}

.menu_cont a{
	color:#975802;
	text-decoration:none;
	background: url(./imagenes/separador.png) top right no-repeat;
	padding-right:28px;
	padding-bottom:14px;
	font-size:15px;

}



.menu_cont_g a{
	color:#975802;
	text-decoration:none;
	background: url(./imagenes/separador.png) top right no-repeat;
	padding-right:28px;
	padding-bottom:14px;
	font-size:15px;

}


.menu_cont a:hover{
	color:#4b2653;
	text-decoration:none;
	background: url(./imagenes/separador2.png) top right no-repeat;
	padding-right:28px;
	padding-bottom:14px;
	font-size:15px;

	
}

.menu_cont_g a:hover{
	color:#4b2653;
	text-decoration:none;
	background: url(./imagenes/separador2.png) top right no-repeat;
	padding-right:28px;
	padding-bottom:14px;
	font-size:15px;

}

.submenu{
	font-size:12px;
	margin-right:-18px;
}

.submenu li.selec{
	background: url(./imagenes/lunita.png) right no-repeat;
	padding-right:20px;
	
}

.submenu li.noselec{
	padding-right:20px;
	
}

.submenu li a{
	color:#975802;	
	text-decoration:none;
	padding-right:20px;
	background: none;
}

.submenu li a:hover{
	color:#4b2653;	
	text-decoration:none;
}

.submenu2{
	color:#4b2653;
	font-size:16px;
	border-top: 1px dashed #e58e1a;
	border-bottom: 1px dashed #e58e1a;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
	width:150px;
	
	
}

.submenu3{
	font-size:12px;
}

.submenu3 li.selec{
	background: url(./imagenes/lunita2.png) right no-repeat;
	padding-right:18px;
}

.submenu3 li.noselec{
	padding-right:18px;
}

.submenu3 li a{
	color:#975802;	
	text-decoration:none;
	background: none;
	padding-right:18px;

}

.submenu3 li a:hover{
	color:#4b2653;	
	text-decoration:none;
}


/* OTROS */

p{
	font-size:13px;
	text-align:justify;
	
}


/*PL3*/
#contenido_derecha_texto{
	width:250px;
	float:left;	
	padding-top:15px;
	padding-right:10px;
}

#cont_der_img{
	width:405px;
	float:left;	
}

#cont_der_img2{
	float:right;
	margin-top:10px;
	padding-top:10px;
	color:#e89f40;
	font-size:16px;
	border-top: 1px dashed #e58e1a;
	text-align:right;
	width:200px;	
}



a:link{
	color:#975802;	
	text-decoration:none;

}

a:visited{
	color:#975802;	
	text-decoration:none;

}

a:hover{
	color:#4b2653;	
	text-decoration:none;
}

a:active{
	color:#975802;	
	text-decoration:none;	
}


