/* 

HTML5/CSS3
Grilla 960 v1.3
AD Interactives
http://www.adinteractives.com

*/


/* =============================================================================
   Reset HTML5 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }  /* === Fuente y Color === */
::-moz-selection { background: #878787; color: #fff; text-shadow: none; }
::selection { background: #878787; color: #fff; text-shadow: none; }


/* =============================================================================
   Links */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; cursor:pointer;}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }


/* =============================================================================
   Fuentes */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 16px 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 16px 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 16px; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lista Estilo */

ul, ol { margin: 16px 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content - Corrección */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }


/* =============================================================================
   Reset Forms */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Reset Tables */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==================================================
	Estilos Primarios
===================================================== */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/*----> Helpers */
.clear {clear: both;} .left{float:left;} .right{float:right;}
a img {border: none; text-decoration: none;}
fieldset { border: none;}


/*----> Shadow y Round */

/* Sombra */

.shadowtext {
	    text-shadow: 0px 0px 3px rgba(0,0,0,1);
		-webkit-text-shadow: 0px 0px 3px rgba(0,0,0,1);
		-moz-text-shadow: 0px 0px 3px rgba(0,0,0,1);}

/* Relieve */

.relieve_b {
	    text-shadow: 0px 1px 0px rgba(255,255,255,1);
		-webkit-text-shadow: 0px 1px 0px rgba(255,255,255,1);
		-moz-text-shadow: 0px 1px 0px rgba(255,255,255,1);}
		
.relieve_n {
	    text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
		-webkit-text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
		-moz-text-shadow: 0px -1px 0px rgba(0,0,0,0.3);}
		
/* Sombra Box */

.boxshadow {
			box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
			-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);}

/* Round */

.rounded_b {
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;}
		
.rounded_t {
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;}


/*----> Estructura Grilla */

body { background:#000 url(../images/fondo.jpg) center top no-repeat;}

.site  { width:960px; margin:auto; position:relative; }

.col_60,  .col_140, .col_220,
.col_300, .col_380, .col_460,
.col_540, .col_620, .col_700,
.col_780, .col_860, .col_940 { float:left; margin-right:10px; margin-left:10px;}

.col_60 { width:60px;}
.col_140 { width:140px;}
.col_220 { width:220px;}
.col_300 { width:300px;}
.col_380 { width:380px;}
.col_460 { width:460px;}
.col_540 { width:540px;}
.col_620 { width:620px;}
.col_700 { width:700px;}
.col_780 { width:780px;}
.col_860 { width:860px;}
.col_940 { width:940px; float:none;}

.head { height:90px; position:relative;}

.principal { margin-bottom:20px;}

/* ==================================================
	SITE
===================================================== */

h3 { font-size:18px; font-weight:normal; margin:0px 0px 5px;}
p { font-size:14px;}

header { height:115px;}
a.logo { width:270px; float:left; height:115px; display:block; background:url(../images/logo-pasionel.png) no-repeat;}
nav { width:440px; height:70px; padding:45px 0 0 50px; float:left;}
.nav2 { width:200px; float:left; height:75px; padding:40px 0 0 0;}

.pie_destacados { margin-top:40px;}
a.destacado { display:block; padding:0px 20px 0px 20px; text-decoration:none;}
a.destacado h3 { color:#d8bc7f; text-decoration:none;}
a.destacado:hover h3 { color:#fff; text-decoration:none;}
a.destacado p { color:#d8d3bf; font-size:13px; line-height:18px; text-decoration:none;}
a.destacado p.mark { color:#f3de8c; padding-left:20px; font-size:15px; background:url(../images/mark.png) no-repeat; margin:0px 0px 5px; text-decoration:none;}

.pie { margin:30px 10px 20px; background:url(../images/pie_05.jpg) repeat-x; height:60px;}
.pie_copy { background:url(../images/pie_03.jpg) left top no-repeat; padding:22px 0px 22px 20px; width:620px; float:left; color:#d8bc7f;}
.pie_copy a { color:#d8bc7f;}
.pie_social { width:285px; padding-left:15px; float:left;}
a.p_compartir { width:100px; height:38px; padding-top:22px; padding-left:5px; float:left; display:block; background:url(../images/pie_07.jpg) no-repeat;}
a.p_facebook { width:180px; height:60px; float:left; display:block; background:url(../images/pie_08.jpg) no-repeat;}

.contenido { color:#f3de8c; margin:20px 20px 0 20px;}
.contenido h1 { font-size:16px; color:#d8bc7f; border-bottom:#292115 1px solid; padding-bottom:10px;}
.contenido p { font-size:14px; padding-top:10px;}
.contenido p.grande { font-size:20px; padding-top:10px; margin-bottom:20px;}

.lista_locales h3 { color:#776; font-size:16px; font-weight:normal; padding:10px 0 10px 0; border-top: #292115 1px solid; clear:both;}

.un_local { width:200px; margin:0 10px 0 0; float:left;}
.un_local p { padding:0 0 15px 0; color:#d8d3bf; font-size:13px; line-height:18px;}
.un_local p strong { font-weight:bold; color:#d8bc7f;}

.con_firulete { padding:0 0 50px 0; background:url(../images/separador.png) bottom no-repeat;}

.galeria_wrap { margin:0 10px; width:940px; height:500px; position:relative;}
.galeria_foto {width:640px; height:500px; float:left;}
.galeria_wrap_thumb { width:270px; height:480px; display:none; padding:20px 15px 0 15px; right:0px; top:0px; position:absolute; z-index:10;}
.galeria_wrap_thumb_mobile { width:270px; height:480px; display:block; padding:20px 15px 0 15px; right:0px; top:0px; position:absolute; z-index:10;}

ul#slider2 li a { width:70px; height:87px; margin:10px; float:left; color:#FFF;}
ul#slider2 li a:hover { width:70px; height:87px; margin:10px; float:left; color:#FFF;
			box-shadow: 0px 0px 10px rgba(170,0,0,0.9);
			-webkit-box-shadow: 0px 0px 10px rgba(170,0,0,0.9);
			-moz-box-shadow: 0px 0px 10px rgba(170,0,0,0.9);}

#ventana_newsletter { background-color:#ad0000; padding:20px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;}

#ventana_newsletter p {
	display:block;
	padding:10px 0px 20px 0px;
	font-family:Helvetica, Arial, sans-serif;
	color:#fee;
	font-size:24px;
}
#ventana_newsletter h4 {
	display:block;
	padding:0px 0px 10px 0px;
	font-size:17px;
	color:#fff;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
	border-bottom: #CCC 1px solid;
}

#ventana_newsletter ul li label { color:#FFF;}

/* ==================================================
	PLUGINS
===================================================== */

/*_-_-_-_-_-> ContentSlider */

/*next button*/
.bx-next {
	position:absolute;
	bottom:-50px;
	right:50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	background: url(../images/plugins/content-slider/next.png) no-repeat 0 -30px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	bottom:-50px;
	left:50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	background: url(../images/plugins/content-slider/prev.png) no-repeat 0 -30px;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url(gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */

/*control thumbs*/
.thumbs a { width:16px; height:16px; display:block; float:left; background:url(../images/plugins/content-slider/control.png); background-position:0px 16px;}
.thumbs a.pager-active { background-position:0px 0px;}

/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}

/*_-_-_-_-_-> Cierra ContentSlider */

/*_-_-_-_-_-> FancyBox - Version: 1.3.4 (11/11/2010) */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/plugins/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	margin: 0 0 0 0px;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #000;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/plugins/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/plugins/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/plugins/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/plugins/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/plugins/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/plugins/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/plugins/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/plugins/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/plugins/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/plugins/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/plugins/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/plugins/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/plugins/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/plugins/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/plugins/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/plugins/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/*_-_-_-_-_-> Cierra FancyBox */

/*_-_-_-_-_-> MenuDrop */

/* Main menu settings */

#centeredmenu {
	clear:both;
	width:440px;
	margin:0;
	padding:0;
	font-size:14px;
	z-index:1000;
	position:relative;
	
}

/* Top menu items */
#centeredmenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#centeredmenu ul li {
	margin:0 0 0 0px;
	padding:0;
	float:left;
	position:relative;
	top:1px;
}
#centeredmenu ul li a {
	display:block;
	margin:0;
	padding:10px 12px 26px;
	font-size:14px;
	line-height:16px;
	/*background: ; Fondo botonera principal (normal) */
	text-decoration:none;
	color:#d8bc7f;
	font-weight:normal;
}

#centeredmenu ul li.active {
	color:#fff;
	/*background: ;  Fondo botonera principal (activo) */
}
#centeredmenu ul li a:hover {
	/*background: ;  Fondo botonera principal (hover) */
	color:#fff;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a {
	/*background: ;  Fondo botonera principal (hover) */
	color:#fff;
}

/* Submenu items */
#centeredmenu ul ul {
	display:none;
	position:absolute;
	top:52px; /* Espacio entre drop-down y botonera
	esta ralacinado con el padding-bottom de
	#centeredmenu ul li a*/
	left:0;
	float:left;
	right:auto;
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	/*width:200px;  width de todos los drop-down */
}
#centeredmenu ul ul li {
	left:auto;
	margin:0;
	clear:left;
	float:left;
	width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a {
	font-size:20px;
	font-weight:normal;
	background:#810700;
	padding:10px 12px 6px;
	color:#e5ce9d;
	line-height:1.4em;
	border-bottom:1px solid #6e0600; /* Linea entre item en drop-down */
	float:left;
	width:100%;
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover {
	background:#6e0600; /* drop-down fondo (hover) */
	color:#fff3d9;
	float:left;
}

.img_menu { float:left; margin:0 5px 5px 0} /*Imagen del manu*/


#centeredmenu ul ul.last {
	left:auto;
	right:0;
}
#centeredmenu ul ul.last li {
	float:right;
	position:relative;
	right:13px;
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}

/*_-_-_-_-_-> Cierra MenuDrop */

/* ==================================================
	Formularios
===================================================== */	
	
/*---> Boton Link */

a.boton_link {
	line-height:30px;
	padding:0.8em 1em;
	height:2.0833em;
	border:1px solid #ccc;
	color:#000;
	background:#f6f6f6;
	background-image:-moz-linear-gradient(top, #ffffff, #efefef);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff, endColorStr=#efefef);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	overflow:visible;
	text-decoration:none;
}

a.boton_link:hover, a.boton_link:focus {
	border-color:#999;
	background:#f3f3f3;
	background-image:-moz-linear-gradient(top, #ffffff, #ebebeb);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff, endColorStr=#ebebeb);
	outline:0;
	-moz-box-shadow:0 0 3px #999;
	-webkit-box-shadow:0 0 3px #999;
	box-shadow:0 0 3px #999;
	text-decoration:none;
}
a.boton_link:active{
	border-color:#999;
	background:#ddd;
	background-image:-moz-linear-gradient(top, #cccccc, #ffffff);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#cccccc, endColorStr=#ffffff);
}

/*Rojo*/
a.boton_rojo {
	border:1px solid #700;
	color:#fff;
	background:#900;
	background-image:-moz-linear-gradient(top, #dd0000, #990000);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#dd0000), to(#990000));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#dd0000, endColorStr=#990000);
}
a.boton_rojo:hover, a.boton_link:focus {
	border-color:#900;
	background:#a00;
	background-image:-moz-linear-gradient(top, #ee0000, #aa0000);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ee0000), to(#aa0000));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ee0000, endColorStr=#aa0000);
}
a.boton_rojo:active{
    border-color:#500;
	background:#700;
	background-image:-moz-linear-gradient(top, #990000, #dd0000);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#990000), to(#dd0000));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#990000, endColorStr=#dd0000);
}


/*-----> Form Chico */

#form_chico {
	margin:0 auto;
	position:relative;
} 

#form_chico fieldset {
	border:0;
	margin:0;
	padding:0;
}

#form_chico input.textinput {
	border:1px solid #ddd;
	background-color:#f8f8f8;
	padding:2px;
	margin:0;
	color:#666;
	font-size:12px;
	width:130px;
	display:inline;
	
	/* CSS3 spicing */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}

#form_chico input.boton {
	border:1px solid #ddd;
	background:url(../images/plugins/formyboton/boton_form.png);
	background-color:#f8f8f8;
	color:#333;
	font-size:11px;
	padding:3px 0px 3px 0px;
	margin:0;
	width:60px;
	display:inline;
	
	/* CSS3 spicing */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}

#form_chico input.boton:hover,   
#form_chico input.boton:focus,   
#form_chico input.boton:active {
	background-position:0px -25px; cursor:pointer;
	background-color:#fff;
	border:1px solid #fff;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}

#form_chico input.textinput:focus    { background-color:#eee; }
#form_chico input.textinput:active 	{ background-color:#eee; }

#form_chico textarea {
	border:1px solid #ddd;
	background-color:#f8f8f8;
	padding:2px;
	color:#333;
	font-size:12px;
	width:150px;
	
	/* CSS3 spicing */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

/* field label */
#form_chico ul li {clear:both; padding:15px 0px 0px 0px; }
#form_chico label {float:left ;margin:4px 5px 0px 0px ; padding:0px 0px 0px 0px; font-size:12px; color:#999;}
/*#form_chico .linea { padding:0px 0px 0px 0px;}*/

/*-----> form Comun */

#form_comun {
	margin:0 auto;
	position:relative;
} 

#form_comun fieldset {
	border:0;
	margin:0;
	padding:0;
}

#form_comun input.textinput {
	border:1px solid #ddd;
	background-color:#f8f8f8;
	padding:4px;
	margin:0;
	color:#666;
	font-size:12px;
	width:200px;
	display:inline;
	
	/* CSS3 spicing */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#form_comun input.textinput_muycorto {
	border:1px solid #ddd;
	background-color:#fff;
	color:#333;
	font-size:12px;
	display:inline;
	width:40px; height:20px; margin-left:15px; display:block; float:left;
	
	/* CSS3 spicing */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#form_comun input.textinput_corto {
	border:1px solid #ddd;
	background-color:#f8f8f8;
	padding:4px;
	margin:0;
	color:#666;
	font-size:12px;
	width:100px;
	display:inline;
	
	/* CSS3 spicing */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#form_comun select.selectinput {
	border:1px solid #ddd;
	background-color:#f8f8f8;
	padding:4px;
	margin:0;
	color:#666;
	font-size:12px;
	width:200px;
	display:inline;
	
	/* CSS3 spicing */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#form_comun input.boton {
	border:1px solid #ddd;
	background:url(../images/plugins/formyboton/boton_form.png);
	background-color:#f8f8f8;
	color:#333;
	font-size:12px;
	padding:3px 0px 4px 0px;
	margin:20px 0 20px 100px ;
	width:90px;
	display:inline;
	
	/* CSS3 spicing */
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

#form_comun input.boton:hover,    
#form_comun input.boton:focus,   
#form_comun input.boton:active {
	background-position:0px -25px; cursor:pointer;
	background-color:#fff;
	border:1px solid #fff;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);}

#form_comun input.textinput:focus        { background-color:#eee; }
#form_comun input.textinput:active        { background-color:#eee; }
#form_comun input.textinput_corto:focus    { background-color:#eee; }
#form_comun input.textinput_corto:active 	{ background-color:#eee; }
#form_comun input.textinput_muycorto:focus   { background-color:#eee; }
#form_comun input.textinput_muycorto:active   { background-color:#eee; }

#form_comun textarea {
	border:1px solid #ddd;
	background-color:#f8f8f8;
	padding:2px;
	color:#666;
	font-size:12px;
	width:200px;
	height:40px;
	
	/* CSS3 spicing */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}

#form_comun textarea:focus    { background-color:#eee; }
#form_comun textarea:active 	{ background-color:#eee; }

/* field label */

#form_comun ul li {clear:both; padding:15px 0px 0px 0px; }
#form_comun label {float:left ;margin:5px 0px 0px 0px; padding:0px 0px; width:100px; font-size:12px; color:#999;}
#form_comun label.check {float:left ;margin:0px 0px 0px 0px; padding:0px 0px; width:100px; font-size:12px; color:#999;}
/*#form_comun .linea { padding:20px 0px 0px 0px;}*/

/* ==========================================================================
   MOVILES y PRINT
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Estilos para dispositivos móviles */
  
body { background:#000 url(../images/fondo.jpg) center top no-repeat;}

h3 { font-size:18px; font-weight:normal; margin:0px 0px 5px;}
p { font-size:14px;}

header { height:115px;}
a.logo { width:270px; float:left; height:115px; display:block; background:url(../images/logo-pasionel.png) no-repeat;}
nav { width:440px; height:70px; padding:45px 0 0 50px; float:left;}
.nav2 { width:200px; float:left; height:75px; padding:40px 0 0 0;}

.pie_destacados { margin-top:40px;}
a.destacado { display:block; padding:0px 20px 0px 20px; text-decoration:none;}
a.destacado h3 { color:#d8bc7f; text-decoration:none;}
a.destacado:hover h3 { color:#fff; text-decoration:none;}
a.destacado p { color:#d8d3bf; font-size:13px; line-height:18px; text-decoration:none;}
a.destacado p.mark { color:#f3de8c; padding-left:20px; font-size:15px; background:url(../images/mark.png) no-repeat; margin:0px 0px 5px; text-decoration:none;}

.pie { margin:30px 10px 20px; background:url(../images/pie_05.jpg) repeat-x; height:60px;}
.pie_copy { background:url(../images/pie_03.jpg) left top no-repeat; padding:22px 0px 22px 20px; width:620px; float:left; color:#d8bc7f;}
.pie_copy a { color:#d8bc7f;}
.pie_social { width:285px; padding-left:15px; float:left;}
a.p_compartir { width:100px; height:38px; padding-top:22px; padding-left:5px; float:left; display:block; background:url(../images/pie_07.jpg) no-repeat;}
a.p_facebook { width:180px; height:60px; float:left; display:block; background:url(../images/pie_08.jpg) no-repeat;}

.contenido { color:#f3de8c; margin:20px 20px 0 20px;}
.contenido h1 { font-size:16px; color:#d8bc7f; border-bottom:#292115 1px solid; padding-bottom:10px;}
.contenido p { font-size:14px; padding-top:10px;}
.contenido p.grande { font-size:20px; padding-top:10px; margin-bottom:20px;}

.lista_locales h3 { color:#776; font-size:16px; font-weight:normal; padding:10px 0 10px 0; border-top: #292115 1px solid; clear:both;}

.un_local { width:200px; margin:0 10px 0 0; float:left;}
.un_local p { padding:0 0 15px 0; color:#d8d3bf; font-size:13px; line-height:18px;}
.un_local p strong { font-weight:bold; color:#d8bc7f;}

.con_firulete { padding:0 0 50px 0; background:url(../images/separador.png) bottom no-repeat;}

.galeria_wrap { margin:0 10px; width:940px; height:500px; position:relative;}
.galeria_foto {width:640px; height:500px; float:left;}
.galeria_wrap_thumb { width:270px; height:480px; display:none; padding:20px 15px 0 15px; right:0px; top:0px; position:absolute; z-index:10;}
.galeria_wrap_thumb_mobile { width:270px; height:480px; display:block; padding:20px 15px 0 15px; right:0px; top:0px; position:absolute; z-index:10;}

ul#slider2 li a { width:70px; height:87px; margin:10px; float:left; color:#FFF;}
ul#slider2 li a:hover { width:70px; height:87px; margin:10px; float:left; color:#FFF;
			box-shadow: 0px 0px 10px rgba(170,0,0,0.9);
			-webkit-box-shadow: 0px 0px 10px rgba(170,0,0,0.9);
			-moz-box-shadow: 0px 0px 10px rgba(170,0,0,0.9);}

#ventana_newsletter { background-color:#ad0000; padding:20px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;}

#ventana_newsletter p {
	display:block;
	padding:10px 0px 20px 0px;
	font-family:Helvetica, Arial, sans-serif;
	color:#fee;
	font-size:24px;
}
#ventana_newsletter h4 {
	display:block;
	padding:0px 0px 10px 0px;
	font-size:17px;
	color:#fff;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
	border-bottom: #CCC 1px solid;
}

#ventana_newsletter ul li label { color:#FFF;}

#fancybox-wrap {
	position: absolute;
	margin: 0 0 0 0px;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

}

@media only screen and (min-width: 768px) {
  /* Estilos para dispositivos móviles */
  
body { background:#000 url(../images/fondo.jpg) center top no-repeat;}

h3 { font-size:18px; font-weight:normal; margin:0px 0px 5px;}
p { font-size:14px;}

header { height:115px;}
a.logo { width:270px; float:left; height:115px; display:block; background:url(../images/logo-pasionel.png) no-repeat;}
nav { width:440px; height:70px; padding:45px 0 0 50px; float:left;}
.nav2 { width:200px; float:left; height:75px; padding:40px 0 0 0;}

.pie_destacados { margin-top:40px;}
a.destacado { display:block; padding:0px 20px 0px 20px; text-decoration:none;}
a.destacado h3 { color:#d8bc7f; text-decoration:none;}
a.destacado:hover h3 { color:#fff; text-decoration:none;}
a.destacado p { color:#d8d3bf; font-size:13px; line-height:18px; text-decoration:none;}
a.destacado p.mark { color:#f3de8c; padding-left:20px; font-size:15px; background:url(../images/mark.png) no-repeat; margin:0px 0px 5px; text-decoration:none;}

.pie { margin:30px 10px 20px; background:url(../images/pie_05.jpg) repeat-x; height:60px;}
.pie_copy { background:url(../images/pie_03.jpg) left top no-repeat; padding:22px 0px 22px 20px; width:620px; float:left; color:#d8bc7f;}
.pie_copy a { color:#d8bc7f;}
.pie_social { width:285px; padding-left:15px; float:left;}
a.p_compartir { width:100px; height:38px; padding-top:22px; padding-left:5px; float:left; display:block; background:url(../images/pie_07.jpg) no-repeat;}
a.p_facebook { width:180px; height:60px; float:left; display:block; background:url(../images/pie_08.jpg) no-repeat;}

.contenido { color:#f3de8c; margin:20px 20px 0 20px;}
.contenido h1 { font-size:16px; color:#d8bc7f; border-bottom:#292115 1px solid; padding-bottom:10px;}
.contenido p { font-size:14px; padding-top:10px;}
.contenido p.grande { font-size:20px; padding-top:10px; margin-bottom:20px;}

.lista_locales h3 { color:#776; font-size:16px; font-weight:normal; padding:10px 0 10px 0; border-top: #292115 1px solid; clear:both;}

.un_local { width:200px; margin:0 10px 0 0; float:left;}
.un_local p { padding:0 0 15px 0; color:#d8d3bf; font-size:13px; line-height:18px;}
.un_local p strong { font-weight:bold; color:#d8bc7f;}

.con_firulete { padding:0 0 50px 0; background:url(../images/separador.png) bottom no-repeat;}

.galeria_wrap { margin:0 10px; width:940px; height:500px; position:relative;}
.galeria_foto {width:640px; height:500px; float:left;}
.galeria_wrap_thumb { width:270px; height:480px; display:none; padding:20px 15px 0 15px; right:0px; top:0px; position:absolute; z-index:10;}
.galeria_wrap_thumb_mobile { width:270px; height:480px; display:block; padding:20px 15px 0 15px; right:0px; top:0px; position:absolute; z-index:10;}

ul#slider2 li a { width:70px; height:87px; margin:10px; float:left; color:#FFF;}
ul#slider2 li a:hover { width:70px; height:87px; margin:10px; float:left; color:#FFF;
			box-shadow: 0px 0px 10px rgba(170,0,0,0.9);
			-webkit-box-shadow: 0px 0px 10px rgba(170,0,0,0.9);
			-moz-box-shadow: 0px 0px 10px rgba(170,0,0,0.9);}

#ventana_newsletter { background-color:#ad0000; padding:20px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;}

#ventana_newsletter p {
	display:block;
	padding:10px 0px 20px 0px;
	font-family:Helvetica, Arial, sans-serif;
	color:#fee;
	font-size:24px;
}
#ventana_newsletter h4 {
	display:block;
	padding:0px 0px 10px 0px;
	font-size:17px;
	color:#fff;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
	border-bottom: #CCC 1px solid;
}

#ventana_newsletter ul li label { color:#FFF;}

#fancybox-wrap {
	position: absolute;
	margin: 0 0 0 0;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}
}

@media only screen and (min-width: 960px) {


.galeria_wrap_thumb { width:270px; height:480px; display:block; padding:20px 15px 0 15px; right:0px; top:0px; position:absolute; z-index:9999;}
.galeria_wrap_thumb_mobile { width:270px; height:480px; display:none; padding:20px 15px 0 15px; right:0px; top:0px; position:absolute; z-index:10;}	

#fancybox-wrap {
	position: absolute;
	margin: 0 0 0 -150px;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}	
}
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
