/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

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

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #333; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

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

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 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, serif; _font-family: 'courier new', monospace; font-size: 1em; }
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; }

ul, ol { margin: 1em 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; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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, input[type="search"]::-webkit-search-cancel-button { -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; }

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

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ===== Initializr Styles =====================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body{ font:16px/26px Helvetica, Helvetica Neue, Arial; }

.wrapper{
	width:90%;
	margin:0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

#title{ color:white; }

::-moz-selection { background: #f16529; color: #fff; text-shadow: none; }
::selection      { background: #f16529; color: #fff; text-shadow: none; }


/* ==============
    MOBILE: Main
   ============== */

#main{
	padding:30px 0;
}

#main article h1{
	font-size:2em;
}

#main aside{
	color:white;
	padding:0px 5% 10px;
}

#footer-container footer{
	color:white;
	padding:20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 #title{ padding-top:20px; }


/* ===== Primary Styles ========================================================
   Author	: Producciones ZOE Ltda.
   Client	: Chacance.
   Modify	: Enero 27, 2015
   Copyright: ©2015 by zoeproducciones®
   ========================================================================== */

/************************************************** 
 Fuentes
**************************************************/
@font-face {
	font-family:'Verdana';
	src: url('../fonts/verdana/verdana-webfont.eot');
	src: url('../fonts/verdana/verdana-webfont.eot?#iefix') format('embedded-opentype');
	src: local('☺'), url('../fonts/verdana/verdana-webfont.woff') format('woff'),	
	url('../fonts/verdana/verdana-webfont.ttf') format('truetype'),
	url('../fonts/verdana/verdana-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/************************************************** 
 Layout Páginas Inicio-General
**************************************************/

body{
	width:100%;
	height:100%;
	background:#E1D6CA;	
	font-family:'Verdana', Geneva, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#000;
}

#facebook a{
	position:absolute;
	top:30px;
	left:635px;
	width:46px;
	height:46px;
	cursor:pointer;
	margin:0px;
	padding:0px;
	background:url("../img/principal/facebook.png") no-repeat 0 0;
}
#facebook a:hover{
	background:url("../img/principal/facebook.png") no-repeat 0 -46px;
}

#telefono_top{
	position:absolute;
	top:30px;
	left:705px;
	color:#783F04;
	font-family:'Verdana', Geneva, sans-serif;
	font-size:35px;
	line-height:35px;
}
#correo_top{
	font-size:20px;
}

#page_header{
   	position:relative;
	float:left;
   	width:100%;
	height:300px;
   	z-index:3;
	background:#FFE599;
}
#centrar_header{
	position:relative;
	margin:0 auto 0 auto;
	width:980px;
	height:300px;
}

#page_body{
	position:relative;
	float:left;
	width:100%;
	min-height:480px;
	z-index:4;
	background:#E1D6CA;
}
#centrar_body{
	position:relative;
	margin:0 auto 0 auto;
	width:980px;
	height:100%;
}

#page_footer{
	position:relative;
	float:left;	
   	height:50px;
   	width:100%;
   	z-index:5;
	background:#666;
}
#centrar_footer{
	position:relative;
	margin:0 auto 0 auto;
	height:50px;
	width:980px;
}

/************************************************** 
 General
**************************************************/
.negrita{
	font-weight:bold;
}
.italica{
	font-style:italic;
}

#soporte_sucursales{
	position:relative;
	float:left;
	width:900px;
	min-height:110px;
	margin-left:55px;
	margin-right:25px;
	margin-bottom:30px;
	margin-top:30px;
}

.fondo_sucursal{
	position:relative;
	float:left;
	width:380px;
	height:50px;
	background:#FFE599;
	padding:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#783F04;
}
.marge_right_20{
	margin-right:20px;
}

#div_titulo{
	position: relative;
	float:left;
	width: 920px;
	text-align:left;
	margin-bottom:10px;
}

#datos_bienvenida{
	position: relative;
	float:left;
	width: 920px;
	font-family: 'Alegreya SC', serif;
	font-size:18px;
	text-align:justify;
	margin-bottom:10px;
}

.left_inicio{
	position:relative;
	float:left;
	width:260px;
}
.right_inicio{
	position:relative;
	float:left;
	width:640px;
}


#info_bienvenida{
	position: relative;
	float:left;
	width: 920px;
	font-family: "Alegreya SC", serif;
	font-size:22px;
	line-height:24px;
	font-weight:bold;
	text-align:left;
}
#titulo_bienvenida{
	margin:0px auto 10px auto;
	width:920px;
	text-align:center;
	font-style:italic;
	font-weight:bold;
	font-size:30px;
	line-height:32px;
}

#logo_letras{
	position:absolute;
	left:55px;
	top:30px;
}

.contenedor_general_datos{
	position:relative;
	float:left;
	width:900px;
	margin-left:55px;
	margin-right:25px;
	margin-top:30px;
	margin-bottom:30px;
}

a, a:visited {
	text-decoration:none; 
}

/************************************************** 
 Layout Pie Página
**************************************************/

#texto_pie{
	position:absolute;
	left:55px;
	top:17px;
	font-family:'Verdana', Geneva, sans-serif;
	font-size:15px;
	text-align:left;
	color:#FFF;
}

#zoe_pie a{
	position:absolute;
	top:4px;
	right:37px;
	width:70px;
	height:41px;
	cursor:pointer;
	border:none;
	background:url(../img/principal/zoe.png) no-repeat 0 0;
}
#zoe_pie a:hover{
	background:url(../img/principal/zoe.png) no-repeat 0 -41px;
}

/************************************************** 
 Servicios
**************************************************/
#contenedor_servicios{
	position:relative;
	width:800px;
	min-height:20px;
	margin:20px auto 20px auto;
	margin-bottom:20px;
}

#titulo_ini_servicios{
	font-style:italic;
	font-weight:bold;
	font-size:25px;
	line-height:27px;
}

.datos_servicios{
	position:relative;
	float:left;
	width:800px;
	margin-top:10px;
	margin-bottom:20px;
}

.left_servicios{
	position:relative;
	float:left;	
	width:220px;
	margin-right:20px;
	
}
.right_servicios{
	position:relative;
	float:left;
	width:560px;
}
.texto_servicios{
	font-family: 'Alegreya SC', serif;
	font-size:16px;
	line-height:18px;
	text-align:justify;
}

.img_servicio{
	width:200px;
	height:150px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);	
}
.titulo_servicios{
	font-family: 'Alegreya SC', serif;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	color:#600606;
	text-align:left;
}


#paginacion_servicios{
	position: relative;
	float: right;
	width: 800px;
	min-height: 32px;
	margin-bottom: 15px;
	text-align: right;
}



.pagina_serv a{
	margin-left:8px;
	margin-right:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:25px;

	
	width:30px;
	line-height:25px;
	min-height:25px;
	
	font-weight:normal;
	color:#000;
	text-align:right;
	cursor:pointer;
	
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:5px;
	
	background-color:#FFE599;
	
	
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	
	zoom:1;
	text-shadow: 2px 2px 2px #333;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=3,color=333);
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, color=333);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=3);	
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=3, color=333)";

	opacity:0.5;
	filter: alpha(opacity=50);
}
.pagina_serv a:hover{
	opacity:1;
	filter: alpha(opacity=100);
}
.pagina_serv a.selected{
	opacity:1;
	filter: alpha(opacity=100);
}

/************************************************** 
 Galería de Imágenes
**************************************************/
a.gal{
	cursor:pointer;
}
a.gal img{
	position:relative;
	float:left;
	width:100px;
	height:75px;
}
a.gal:hover img{
	opacity:0.7;
	filter: alpha(opacity=50);
}

.div_img_gal{
	position:relative;
	float:left;
	width:100px;
	min-height:75px;
}
.margen_der_gal{
	margin-right:16px;
}


#imagen_grande{
	position:relative;
	width:640px;
	margin:0 auto;
}

.datos_galeria{
	position: relative;
	float: left;
	width: 800px;
	min-height: 75px;
	margin-top: 25px;
}

.margen_top{
	margin-top:20px;
}
/************************************************** 
 Contáctenos
**************************************************/
#contenedor_contacto{
	position:relative;
	width:800px;
	min-height:500px;
	margin:20px auto 20px auto;
}

.contenido_contacto{
	position:relative;
	float:left;
	width:800px;
	margin-top:25px;
	line-height:15px;
}

.left_contacto{
	position:relative;
	float:left;
	width:310px;
	margin-right:20px;
}
.right_contacto{
	position:relative;
	float:right;
	width:470px;
}

.titulo_contacto{
	font-family:Verdana, Geneva, sans-serif;
	font-size:25px;
	line-height:25px;
	color:#000;
}
.residencial{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#390404;
}


.left_residence{
	position:relative;
	float:left;
	width:380px;
	margin-right:120px;
}
.right_residence{
	position:relative;
	float:left;
	width:300px;
}
.margen_abajo{
	position:relative;
	float:left;
	margin-bottom:20px;
}

#mapa_contacto{
	border:1px solid #0000FF;
}
/************************************************** 
 Formulario Contáctenos
**************************************************/

#form_contacto{
	position:relative;
	float:left;
	width:310px;
	min-height:400px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:12px;
	margin-bottom:20px;
}

#nombre{
	width:300px;
	height:20px;
	background:#FFE599;
	text-align:left;
	color:#000;
	padding:5px;
	outline:0px;
	margin:0px;
	border:0px;	
}
#nombre.contacto_error{ background:url(../img/contactenos/error.png) no-repeat; background-position:99% 50%; background-color:#FFE599;}
#nombre.contacto_ok{ background:url(../img/contactenos/ok.png) no-repeat; background-position:99% 50%;background-color:#FFE599;}

#telefono{
	width:300px;
	height:20px;
	background:#FFE599;
	text-align:left;
	color:#000;
	padding:5px;
	outline:0px;
	margin:0px;
	border:0px;	
}
#telefono.contacto_error{ background:url(../img/contactenos/error.png) no-repeat; background-position:99% 50%;background-color:#FFE599;}
#telefono.contacto_ok{ background:url(../img/contactenos/ok.png) no-repeat; background-position:99% 50%;background-color:#FFE599;}

#email{
	width:300px;
	height:20px;
	background:#FFE599;
	text-align:left;
	color:#000;
	padding:5px;
	outline:0px;
	margin:0px;
	border:0px;	
}
#email.contacto_error{ background:url(../img/contactenos/error.png) no-repeat; background-position:99% 50%;background-color:#FFE599;}
#email.contacto_ok{ background:url(../img/contactenos/ok.png) no-repeat; background-position:99% 50%;background-color:#FFE599;}

#captcha_code{
	width:300px;
	height:20px;
	background:#FFE599;
	text-align:center;
	color:#000;
	padding:5px;
	outline:0px;
	margin:0px;
	border:0px;
}
#captcha_code.contacto_error{ background:url(../img/contactenos/error.png) no-repeat; background-position:98% 50%;background-color:#FFE599;}
#captcha_code.contacto_ok{ background:url(../img/contactenos/ok.png) no-repeat; background-position:98% 50%;background-color:#FFE599;}

#captcha{
	width:310px;
	height:30px;
	text-align:center;
	border:0px;
}

.mensaje{
	width:300px;
	height:160px;
	padding:5px;
	outline:0px;
	margin:0px;
	border:0px;
	resize:none;
	background-color:#FFE599;
	text-align:left;
	color:#000;
}
textarea.contacto_error{ background:url(../img/contactenos/error.png) no-repeat; background-position:99% 98%; background-color:#FFE599;}
textarea.contacto_ok{ background:url(../img/contactenos/ok.png) no-repeat; background-position:99% 98%; background-color:#FFE599;}


#btnEnviar{
	position:relative;
	float:right;
	text-align:center;
	font-weight:bold;
	width:94px;
	height:32px;
	cursor:pointer;
	border:0px;
	background:#E35510;
	border:1px solid #642607;
	color:#FFF;	
	/*
	position:relative;
	float:right;
	width:94px;
	height:32px;
	cursor:pointer;
	border:0px;
	background:url(../img/contactenos/btnEnviar.png) no-repeat 0 0;
	*/
}
#btnEnviar:hover{
	/*
	background:url(../img/contactenos/btnEnviar.png) no-repeat 0 -32px;
	*/
	background:#787878;
	border:1px solid #2F2F2F;
}


#texto_msj_contacto{
	position:relative;
	float:left;
	width:290px;
	height:80px;
	padding:10px;
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size:23px;
	line-height:23px;
}

#mensaje_contact{
	position:relative;
	float:left;
	width:310px;
	height:200px;
	background:#FFE599;
	margin-bottom:20px;
}

#contenedor_volver{
	position:relative;
	float:left;
	width:310px;
	height:32px;
	margin-bottom:75px;
}

#btnVolver a{
	position:relative;
	float:right;
	text-align:center;
	font-weight:bold;
	width:94px;
	height:12px;
	padding-top:10px;
	padding-bottom:10px;
	cursor:pointer;
	border:0px;
	background:#E35510;
	border:1px solid #642607;
	color:#FFF;
}
#btnVolver a:hover{
	background:#787878;
	border:1px solid #2F2F2F;
}

/************************************************** 
 Menú General
**************************************************/

#menu_principal{
	position:absolute;
	width:887px;
	height:55px;
	left:55px;
	top:200px;
	z-index:7;
}

/* Estilos Menú General */
ul#menu_general{margin:0; padding:0; list-style:none; clear:both;}
#menu_general li{overflow:hidden; text-indent:-9999px; display:inline; float:left;}
#menu_general li a{background:url('../img/menu/menu_general.png') no-repeat; width:100%; height:100%; display:block;}

/* Inicio */
#menu_general li.inicio{width:215px; height:55px;}
#menu_general li.inicio a{background-position:0px 0px;}
#menu_general li.inicio a:hover{background-position:0px -55px;}
#menu_general li.inicio a.selected{background-position:0px -55px;}

/* Servicios */
#menu_general li.servicios{width:230px; height:55px;}
#menu_general li.servicios a{background-position:-215px 0px;}
#menu_general li.servicios a:hover{background-position:-215px -55px;}
#menu_general li.servicios a.selected{background-position:-215px -55px;}

/* Galería de Imágenes */
#menu_general li.galeria{width:230px; height:55px;}
#menu_general li.galeria a{background-position:-445px 0px;}
#menu_general li.galeria a:hover{background-position:-445px -55px;}
#menu_general li.galeria a.selected{background-position:-445px -55px;}

/* Contáctenos */
#menu_general li.contacto{width:212px; height:55px;}
#menu_general li.contacto a{background-position:-675px 0px;}
#menu_general li.contacto a:hover{background-position:-675px -55px;}
#menu_general li.contacto a.selected{background-position:-675px -55px;}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
	
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

	nav ul li{
		display:inline;
	}	
	.oldie nav a{
		margin:0 0.7%;		
	}
}

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

/* ====================
    WIDE: CSS3 Effects
   ==================== */

	#header-container,
	#main aside{
		-webkit-box-shadow:0 5px 10px #aaa;
		   -moz-box-shadow:0 5px 10px #aaa;
		        box-shadow:0 5px 10px #aaa;
	}

/* ============
    WIDE: Menu
   ============ */
	
	#title{
		float:left;
	}

/* ============
    WIDE: Main
   ============ */

	#main article{
		float:left;
		width:57%;
	}
		
	#main aside{
		float:right;
		width:28%;
	}
}

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

/* ===============
    Maximal Width
   =============== */

	.wrapper{
		width:1026px; /* 1140px - 10% for margins */
		margin:0 auto;
	}
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: none; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  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; }
}