.titulo{
	
	text-align: center;
	margin-bottom: 10px;
	margin-top: -15px;
}

.historia{
	
	width: 700px;
	margin: 0 auto;
	text-align: justify;
}

.historia p{
	
	margin-bottom: 10px;
}

.historia .e{
	
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -80px;
}

.historia .imagen{
	
	float: right;
	margin-left: 10px;
}

/*Contacto*/
/*----------------------------------------------------------------------*/
#contacto{
	float: left;
	display: block;
	margin-top: -45px;
}

.texto{
	
	display: block;
	float: left;
	text-align: center;
	width: 300px;
	padding: 0 30px;
	line-height: 18px;
}

#contacto .textarea{
	
	background-image: url("../imagenes/textarea.png");
	width: 424px;
	height: 144px;
	padding: 40px;
	display: block;
}

#contacto textarea{
	
	padding: 5px;
	border: none;
	background: none;
	width: 411px;
	height: 131px;
	font-size: 12px;
	color: gray;
}

#contacto p{
	
	margin-bottom: 10px;
}

#contacto label{
	
	float: left;
	width: 70px;
	color: #4678a1;
	text-align: right;
	padding-right: 10px;
	margin-left: 40px;
}

#contacto input[type="text"]{
	
	border: none;
	width: 310px;
	border-bottom: 1px solid #4678a1;
	color: gray;
}

#contacto input[type="image"]{
	
	margin-top: 5px;
	float: right;
	margin-right: -85px;
}

/*Menú*/
/*----------------------------------------------------------------------*/

.titulo_menu{
	
	position: relative;
	z-index: 2;
}

#menu1{
	
	margin-left: 10px;
}

.carta{
	
	background-color: #FEFAD3;
	width: 265px;
	height: 538px;
	float: left;
	margin-left: 10px;
	border: 5px solid #DEC57D; 
	overflow: hidden;
}

.carta ul li{
	
	padding: 7px;
	margin-top: -1px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #DEC57D;
}

.carta ul li:hover{
	
	background: #F5EAB9;
}

.carta ul li.selected{
	
	background: #DEC57D;
	cursor: pointer;
}

.carta ul li h1{
	
	font-family: Georgia;
	font-size: 11px;
	color: #4678A1;
}

.carta ul li h2{
	
	font-family: Georgia;
	font-size: 10px;
	color: #4678A1;
}

.carta ul li p{
	
	font-size: 10px;
}

#menu3 h1{
	
	font-size: 15px;
	color: #4678A1;
	font-family: Georgia;
	border-bottom: 1px dotted #DEC57D;
	text-align: center;
	padding: 5px;
}

#menu3 p{
	
	text-align: justify;
	font-size: 11px;
	margin: 10px;
}

#n1 {
  border:2px solid #DEC57D;
  background:#FEFAD3;
  padding:104px 0px;
  margin-top:0px;
  margin-right:40px;
  height:337px;
  width:507px;
  float:right;
  list-style:none;
}

#n1 img{
   margin-top:2px;
   overflow:hidden;
   width:507px;
}

#n2 {
  border:5px solid #DEC57D;
  background:#FEFAD3;
  margin-top:0px;
  margin-right:39px;
  height:538px;
  width:250px;
  float:right;
  list-style:none;
  display:none;
}

#n2 img{
   height:538px;
   width:250px;
   overflow:hidden;
}

/*Sucursales*/
/*----------------------------------------------------------------------*/
ul#sucs{
	
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#sucs li{
	
	float: left;
	padding: 5px;
	display: block;
	margin-right: 2px;
	background: #A3D1F8;
}

ul#sucs li.foodcourt{
	
	background: #339BF1;
}

ul#sucs li a{
	
	display: block;
	overflow: hidden;
	height: 335px;
	width: 23px;
	text-decoration: none;
}

ul#sucs li img.titulo{
	
	float: left;
	margin-left: -12px;
	margin-top: 0px;
}


#a1{ width: 550px; }

#sucs li .content{
	
	margin: 0px auto;
	width: 550px;
	float: left;
}

#sucs li .title{
	
	float: left;
	display: block;
	width: 460px;
	text-align: center;
	margin-bottom: 10px;
}

#sucs li .telefono{

	font-family: Georgia;
	font-size: 12px;
	color: #4678A1;
	font-weight: bold;
}

#sucs li .titulin{
	
	font-size: 18px;
	font-family: Georgia;
	color: #213747;
	font-weight: bold;
}

#sucs li.foodcourt .direccion{ color: white; }

#sucs li .pagos{
	
	text-align: center;
	margin: 10px 0px;
}

#sucs li .pagos img{
	
	margin: 5px;
}

#sucs li .direccion{
	
	font-family: Georgia;
	font-size: 12px;
	color: #4678A1;
	font-weight: bold;
	margin-bottom: 10px;
}

#sucs li .galeria{
	
	float: left;
	margin-right: 2px;
}

#sucs li .galeria .thumbs{ text-align: center; }

#sucs li .galeria .thumbs img{
	
	cursor: pointer;
	max-width: 35px;
	margin: 7px 1px;
	border: 1px solid #00A3E4;
	opacity:0.7;
	filter:alpha(opacity=70);
}

#sucs li .galeria .thumbs img:hover{
	
	opacity: 1;
	filter:alpha(opacity=100);
}

#sucs li .datos{
	
	padding-top: 10px;
	text-align: right;
}

/*_______________sucursalesV2__________________________*/
.loading_sucursal{
	width:580px;
	height:350px;
	background-image:url(../imagenes/sucursales/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.wrapper_sucursales{ /*wrapper general */
	width:900px;
	line-height:460px;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3d99c4;
}

.wrapper_sucursales h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#3d99c4;
}

.wrapper_sucursales a{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#3d99c4;
}

.wrapper_sucursales a:active{
	color:#661d0a;
}

.wrapper_sucursales ul{
	border:none;
	margin:0;
	padding:0;
}

.wrapper_sucursales li{
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style-type:none;
	margin-top:4px;
	padding-top:2px;
	list-style-image:url(../imagenes/sucursales/bullet.png);
	padding-left:0px;
	list-style-position:inside;
	background-image:url(../imagenes/sucursales/line.png);
	background-repeat:no-repeat;
}

.menu_sucursales{  /*menu de sucursales */
	margin-top:85px;
	position:absolute;
	width:240px;
	height:421px;
	background-image:url(../imagenes/sucursales/fondo_menu.jpg);
	margin-left:50px;
}

.titulo_menu_sucursales{
	margin-top:70px;
}

.contenido_menu_sucursales{
	width:200px;
	margin:0 auto;
	margin-top:8px;
}

.contenido_sucursales{  /*El contenido general */
	position:absolute;
	margin-left:260px;
	margin-top:0px;
	z-index:901;
	width:630px;
	height:500px;
}
/**/
.wrapper_info_sucursal{  /*wrapper general */
	width:480px;
	margin-top:35px;
	margin-left:60px;
	padding-top:12px;
}

.info_sucursal{  /*Wrapper del contenido*/
	margin-top:65px;
	width:474px;
	height:344px;
	background:#49a5f3;
	padding:3px;
	margin-left:20px;
}

.slider_sucursal{  /*El slide de fotos*/
	width:474px;
	height:240px;
	background:#FFF;
	background-image:url(../imagenes/sucursales/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.sucursal_tarjetas{
	width:480px;
	margin-left:80px;
	height:30px;
	margin-top:7px;
	padding-top:3px;
	padding-left:108px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#900;
	font-size:11px;
	background-image:url(../imagenes/sucursales/iconos_tarjetas.png);
	background-repeat:no-repeat;
	font-style:italic;
}

.ribbon{
	width:624px;
	height:143px;
	position:absolute;
	*right:-15px;
	z-index:901;
}

.contenido_sucursal{  /*Informaciónd de la sucursal */
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	color:#FFF;
	padding:5px;
	text-shadow:#069 0px 1px 1px;
}
	
.contenido_sucursal h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	font-size:16px;
	padding-bottom:2px;
	margin:0;
}

.contenido_sucursal a, .contenido_sucursal a:visited {
	color:#FFF;
	text-decoration:none;
}

.contenido_sucursal a:hover{
	text-decoration:underline;
}
.prev{
	width:34px;
	height:34px;
	position:absolute;
	z-index:902;
	margin-left:-20px;
	margin-top:120px;
}
.next{
	width:34px;
	height:34px;
	position:absolute;
	z-index:902;
	margin-top:120px;
	margin-left:460px;
}

/*SLIDES*/
		/*
			Load CSS before JavaScript
		*/
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
			width:470px;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div {
			width:470px;
			height:170px;
			display:block;
		}
		
		/*
			Optional:
			Reset list default style
		*/
		.pagination, .pagination  li {
			list-style-image:none;
			background-image:none;
			margin:0;
			padding:0;
			font-size:1px;
		}

		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination .current a {
			color:inherit;
		}


/*Eventos*/
/*----------------------------------------------------------------------*/

ul#evts{
	
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#evts li{
	
	float: left;
	padding: 10px;
	display: block;
	margin-right: 2px;
	background: #A3D1F8;
}

ul#evts li.pasado{
	
	background: #FFB236;
}

ul#evts li a{
	
	display: block;
	overflow: hidden;
	height: 335px;
	width: 23px;
	text-decoration: none;
}

ul#evts li img.titulo{
	
	float: left;
	margin-left: -10px;
	margin-top: 0px;
}


#proximo{ width: 510px; }

#evts li .content{
	
	margin: 0px auto;
	width: 650px;
	float: left;
}

#evts li .title{
	
	float: left;
	display: block;
	width: 470px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, serif;
}

#evts li .brief{

	font-family: Georgia;
	font-size: 18px;
	color: #4678A1;
	font-weight: bold;
	margin-bottom: 10px;
}

#evts li .galeria{
	
	float: left;
	margin-right: 10px;
}

#evts li .galeria .thumbs{ text-align: center; }

#evts li .galeria .thumbs img{
	
	cursor: pointer;
	max-width: 70px;
	margin: 5px 2px;
	border: 1px solid #00A3E4;
	opacity:0.7;
	filter:alpha(opacity=70);
}

#evts li .galeria .thumbs img:hover{
	
	opacity: 1;
	filter:alpha(opacity=100);
}

#evts li .datos{
	
	padding-top: 60px;
	text-align: right;
}

#domicilio{
	
	z-index: 50;
	position: absolute;
	height: 190px;
	width: 206px;
	background-image: url("../imagenes/domicilio2.png");
	background-position: center bottom;
	margin-left: 690px;
	top: -220px;
	padding-top: 110px;
	cursor: pointer;
}

#domicilio .domic{
	
	margin-top: 20px;
	text-align: center;
}

#domicilio a{
	
	display: block;
	width: 160px;
	height: 15px;
	margin: 0 auto;
	margin-top: 3px; 
	cursor: pointer;
}

#domicilio .vermenu{
	background-image: url("../imagenes/boton_menu_domicilio.jpg");
	background-repeat: no-repeat;
	height:38px;
	width:96px;
	float:left;
	margin-left:-85px;
	margin-top:10px;
}

#domicilio #vermenu2{
  display:none;
}

.follow{
	
	float: right;
}

#twitter{
	
	float: left;
	width: 595px;
}

#twitter .tweet{
	
	margin-top: 10px;
	border-bottom: 1px dotted #4678A1;
	padding-bottom: 15px;
	font-size: 11px;
}

#twitter .tweet img{
	
	float: left;
	margin-right: 10px;
}

#twitter .tweet h2{
	
	font-size: 14px;
	font-family: Georgia;
	color: #4678A1;
}

#twitter .tweet .creado{
	
	font-size: 10px;
	color: gray;
}

/*Eventos*/
/*----------------------------------------------------------------------*/
#evento_principal{
	
	height: 200px;
	padding: 5px;
	background: #B6DDFF;
	padding-right: 10px;
	margin-bottom: 5px;
}

#evento_principal h1{
	
	font-size: 35px;
	font-family: Georgia;
	color: #4678A1;
	margin-bottom: 10px;
}

#evento_principal #imagen{
	
	float: left;
	width: 180px;
	height: 180px;
	background: white;
	margin-right: 10px;
	padding: 10px;
}

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

#evento_principal p.brief{
	
	font-family: Georgia;
	text-align: justify;
	font-weight: bold;
	font-size: 15px;
}

.evento{
	
	width: 276px;
	background: #B6DDFF;
	float: left;
	margin-right: 6px;
	padding: 5px;
	text-align: center;
	height: 310px;
}

.evento h1{
	
	font-size: 20px;
	font-family: Georgia;
	color: #4678A1;
	margin-bottom: 10px;
	text-align: center;
}

.evento .brief{
	
	font-family: Georgia;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.evento p{
	
	text-align: center;
	margin-bottom: 10px;
}

.evento .imagen{
	
	height: 70px;
	background: white;
	padding: 10px;
	margin-bottom: 10px;
}

/*Bolsa*/
/*----------------------------------------------------------------------*/

#bolsa_wrapper{
	
	width: 720px; 
	padding: 10px; 
	height: 350px;
}

#bolsa .textarea{
	
	background-image: url("../imagenes/textarea_bolsa.png");
	width: 285px;
	height: 144px;
	padding: 40px;
	display: block;
	float: right;
	margin-top: -20px;
}

#bolsa div{
	
	float: left;
	width: 340px;
	margin-top: 10px;
}

#bolsa textarea{
	
	padding: 5px;
	border: none;
	background: none;
	width: 275px;
	height: 131px;
	font-size: 12px;
	color: gray;
	float: right;
}

#bolsa p{
	
	margin-bottom: 10px;
}

#bolsa label{
	
	font-size: 11px;
	float: left;
	width: 90px;
	color: #4678a1;
	text-align: right;
	padding-right: 10px;
}

#bolsa input[type="text"]{
	
	border: none;
	width: 230px;
	border-bottom: 1px solid #4678a1;
	color: gray;
}

#bolsa input[type="image"]{
	
	position: relative;
	z-index: 100000;
	right: -430px;
	top: 10px;
}

/*Favoritos*/

#favoritos{
	
	float: right;
	position: relative;
	z-index: 89;
	background: white;
	display: block;
	right: 5px;
	top: 10px;
	height: 22px;
	padding-top: 6px;
	padding-left: 5px;
}

#favoritos a{
	
	padding: 5px;
	font-size: 11px;
	cursor: pointer;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#favoritos a.fav{ background-image: url("../imagenes/favorito.png"); }
#favoritos a.home{ background-image: url("../imagenes/home.png"); }

#iframe{
	
	background: white;
	border-width: 0px;
	width:590px;
	height: 230px;
	float: left;
}

#menu_domicilio_completo{
  width:900px;
  height:780px;
  margin-left:-15px;
}

#menu_domicilio_completo img{
  width:900px;
  height:780px;
  
}

#header_domicilio{
  width:900px;
  height:107px;
  margin-left:-15px;
  margin-top:-20px;
}

#controles_domicilio{
  width:900px;
  height:30px;
  margin-left:-15px;
  background-color:#FFEA97;
}

#prevBtn, #nextBtn{ 
	display:block;
	width:176px;
	height:30px;
	position:absolute;
}	
	
#nextBtn{  
  margin-top:-807px;
  margin-left:690px;
}

#prevBtn{  
  margin-top:-807px;
  margin-left:0px;
}

#prevBtn a, #nextBtn a{  
	display:block;
	width:176px;
	height:30px;
	background:url(../imagenes/back_button.jpg) no-repeat 0 0;
}
	
#nextBtn a{ 
	background:url(../imagenes/next_button.jpg) no-repeat 0 0;
}

#radio_div
{
  height:200px;
  width:400px;
  background:url("../imagenes/radio_background.jpg");
}

#main_event
{
  border:2px solid #55ABF3;
  width: 860px;
  height: 354px;
  margin-bottom: 5px; 
  display:none;
}

#main_event img
{
  
}

/*------------------------------------------------------------------------------------------------*/

#tweets{
	
	min-height: 300px;
}

.tweet_avatar{
	
	float: left;
	margin-right: 10px;
}

.tweet_list li{
	
	margin: 10px 0px;
	border-bottom: 1px dotted #4678A1;
	padding: 10px;
}
/*Slider*/
		.slides_container {
			width:474px;
			display:none;
		}
		.slides_container div {
			width:474px;
			height:240px;
			display:block;
		}
		.pagination {
			list-style:none;
			margin:0;
			padding:0;
		}
		.pagination .current a {
			color:red;
		}
/*Banner Header*/
.banner_header_boton{
	position:absolute;
	width:267px;
	height:25px;
	margin-top:10px;
	z-index:100;
}
#bt_wrapper{
	width:900px;
	height:221px;
	background-image:url(../banner_header/imagenes/background.jpg);
	display:none;
	margin:0 auto 0 auto;
}
.bt_c3 img{
	margin-top:86px;
	margin-left:10px;
}
.bt_c1{
	width:315px;
	height:221px;
	float:left;
}
.bt_c2{
	width:270px;
	height:221px;
	float:left;
	padding-top:20px;
}
.bt_c3{
	width:290px;
	height:221px;
	float:left;
	padding-left:25px;
}
.bt_cerrar{
	position:absolute;
	width:46px;
	height:11px;
	margin-left:840px;
	margin-top:15px;
	z-index:101;
}


