@charset "utf-8";
/* CSS Document */


.cleaner{
	clear:both;
	}
	

.contenido {
	width:954px;
	height:148px;
}


#galeria{
	border:#333 1px solid;
	width:950px;
	height:556px;
	}

#header {
	position:absolute;
	margin:auto;
	width:954px;
	height:120px;
	margin:auto;
	text-align:center;
	z-index:9999;
}

.logo {
	height:147px;
	margin:auto;
}


#apDiv33 {
	position:absolute;
	width:400px;
	height:560px;
	text-align:right;
	z-index:1;
	left: 25%;
	top: 10%;
	visibility: visible;
}

/** the form elements **/
#hongkiat-form { box-sizing: border-box; }

#hongkiat-form .txtinput { 
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 17px;
font-size: 17px;
padding: 3px 20px;
padding-left: 20px;
width: 90%;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#hongkiat-form .txtinput:focus { 
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
outline: 0 none; 
}

#hongkiat-form input#name {

}
#hongkiat-form input#email {

}
#hongkiat-form input#asunto {

}
#hongkiat-form input#consulta {

}

#hongkiat-form textarea {
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 15px;
font-size: 17px;
padding: 8px 25px;
padding-left: 20px;
width: 90%;
height: 180px;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#hongkiat-form textarea:focus {
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
outline: 0 none; 
}
#hongkiat-form textarea.txtblock {
background: #fff url('images/speech.png') 5px 4px no-repeat;
}

#hongkiat-form #slider { width: 60%; }

#hongkiat-form #aligned { 
box-sizing: border-box; 
float: left; 
width: 450px; 
margin-right: 50px; 
}
#hongkiat-form #aside {
	float: left;
	width: 250px;
	padding: 0;
	box-sizing: border-box;
}

#wrapping { width: 35%; box-sizing: border-box; }

span.radiobadge { display: block; margin-bottom: 8px; }
span.radiobadge label { font-size: 1.2em; padding-bottom: 4px; }

select.selmenu {
font-size: 17px;
color: #676767;
padding: 9px !important;
border: 1px solid #aaa;
width: 200px;
}

/** custom botones **/

#buttons { display: block; padding-top: 10px; }
#buttons #resetbtn {
display: block;
float: left;
color: #515151;
margin-right: 20px;
height: 3em;
padding: 0 1em;
outline: 0;
font-weight: bold;
font-size: 1.3em;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
background-color: #fff;

}

#buttons #resetbtn:hover {
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
color: #818181;
background-color: #fff;
background-image: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(244,244,244) 2%, rgb(229,229,229) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(244,244,244)), color-stop(100%,rgb(229,229,229)));
background-image: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%);background-image: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
border-color: #aeaeae;
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
}

#buttons #submitbtn {
display: block;
float: left;
height: 35px;
padding: 5px;
font-weight: bold;
font-size: 12px;
color:  #000;
vertical-align: middle;
cursor: pointer;
background-color: #d1d1d2;

}
#buttons #submitbtn:hover, #buttons #submitbtn:active {
background-color: #d1d1d2;
color:  #fff;
}

/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }



#menu{
	margin:auto;
	background:#030;
	height:40px;
	}
	
.menu-inicial{
	margin:auto;
	margin-left:140px;
	list-style:none;
	position:relative;
	}
	
.menu-inicial li{

	height:40px;
	line-height:40px; /* Para alinear verticalmente */
	text-align:center;
	float:left;
	padding-right:20px;
	padding-left:20px;
	}
	
.menu-inicial li a{
	display:block; /* Para que ocupe todo el espacio de alto y de ancho*/
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#E8E8E8;
	}
	
.menu-inicial li a:hover{
	color:#0C3;

	}
	
/* MENUES DESPLEGABLES */

#menu-uno, #menu-dos, #menu-tres {    /* Se le pone este nombre SIEMPRE pòrque asi viene configurado el Jqwery. Menu-uno   Menu-dos, menu-tres DESPLEGABLES. Este id es para los submenues*/
	position:absolute;  /* Porque va a estar por encima de todo lo que ponga */
	width:110px; /* Defino cuanto tiene el menu de ancho desde ahora */
	top:25px; /* porque el menu en si mide 30 cada li y quiero que se despliegue justo abajo */
	list-style:none;
	}
	
li.menu-desplegable  {/* selector condicional. porque esa clase solo se va a aplicar si esta misma es aplicada a un elemento li */
width:120px;
	height:20px;
	line-height:20px;
	text-align:left;
}
	
	
.background {
    background-color:#FFF;
}
 
.trans {
    opacity: 0.8;
}

	
	
#etiqueta_gris {
	position:absolute;
	width:100%;
	height:2100px;
	z-index:2;
	margin:auto;
	top: 0px;
	background-image: url(images/fondogris.png);
	background-repeat: repeat;
	visibility: visible;
	z-index:9999999999;
}


#apDiv33 {
	position:relative;
	width:400px;
	height:432px;
	margin:auto;
	z-index:1;
	top: 5%;
	visibility: visible;
	

	
}
#apDiv34 {
	position: absolute;
	width: 24px;
	height: 24px;
	z-index: 1;
	left: 535px;
	top: 7px;
	visibility: visible;
}
	
	
	
	
li.menu-desplegable a  {/*  */
	display:block;
	background-color:#333;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
	padding-left:10px;
	}
	
li.menu-desplegable a:hover  {/*  */
background-color:#000;
color:#999;
	}
	
#menu-dos {    /* Se le pone este nombre SIEMPRE pòrque asi viene configurado el Jqwery. Menu-uno   Menu-dos, menu-tres DESPLEGABLES. Este id es para los submenues*/
	left:160px; /* para el menu de productos, que es el tercero, porque tiene 100px cada uno y 20 de margin ...suma 360 */
	}
	
#menu-tres {    /* Se le pone este nombre SIEMPRE pòrque asi viene configurado el Jqwery. Menu-uno   Menu-dos, menu-tres DESPLEGABLES. Este id es para los submenues*/
	left:358px; /* para el menu de productos, que es el tercero, porque tiene 100px cada uno y 20 de margin ...suma 360 */
	}
	
#menu-uno{    /* Se le pone este nombre SIEMPRE pòrque asi viene configurado el Jqwery. Menu-uno   Menu-dos, menu-tres DESPLEGABLES. Este id es para los submenues*/
	left:80px; /* para el menu de productos, que es el tercero, porque tiene 100px cada uno y 20 de margin ...suma 360 */
	}
	

	
	

.celda {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0px;
}
.titulos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	color: #FFF;
	text-decoration: none;
}
.celdazocalo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
	margin: 0px;
	text-align: left;
}
.subtitulos {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #7DCBFF;
	text-decoration: none;
}
.link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #0CF;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
	padding: 0px;
}
.linkzocalo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #0CF;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
	padding: 0px;
}

