@charset "utf-8";
/*-----------------------------------------------------------------------------
Efren Martinez Arteaga
-----------------------------------------------------------------------------*/
body{ font-size:62.5%/1.5 ; font-family: 'Raleway', sans-serif; background:#fff;
}
#bodypat{
}
#container{ max-width:960px; text-align:center; margin:auto; overflow:hidden;
}
.clearfix:after{ content:" "; clear:both; height:0; visibility:hidden; display:block;
}
.centered{ margin:0 auto;
}
h1, h2, h3, h4, h5{ font-weight:normal; padding:5px 0;
}
h1{ font-size:2.8em;
}
h2{ font-size:1.6em;
}
h3{ font-size:1.4em;
}
h4{ font-size:2.2em;
}
h5{ font-size:2.0em;
}
/* p{ font-size:1.3em; line-height:1.5em; padding-bottom:20px; font-family:'Raleway', sans-serif;
}*/

/* Formulario de Contacto */
/** elementos del formulario **/
#efren-martinez-form { box-sizing: border-box; 
}
#efren-martinez-form .txtinput { display: block; border-style: solid; border-width: 1px; border-color: #dedede; margin-bottom: 20px; font-size: 1.2em; padding:2px 8px 10px 55px; width: 90%; color: #777; /* font-family: "Raleway", sans-serif;*/ 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;
}
#efren-martinez-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 3px rgba(41, 92, 161, 0.6); outline: 0 none; 
}

#efren-martinez-form input#name { background: #fff url('user.png') 5px 4px no-repeat;}

#efren-martinez-form input#dni { background: #fff url('dni.png') 5px 4px no-repeat;}
#efren-martinez-form input#checkin { background: #fff url('checkin.png') 5px 4px no-repeat;}
#efren-martinez-form input#checkout { background: #fff url('checkout.png') 5px 4px no-repeat;}
#efren-martinez-form input#npersonas { background: #fff url('npersonas.png') 5px 4px no-repeat;}


#efren-martinez-form input#email { background: #fff url('email.png') 5px 4px no-repeat;}
#efren-martinez-form input#website { background: #fff url('website.png') 5px 4px no-repeat;}
#efren-martinez-form input#telephone { background: #fff url('phone.png') 5px 4px no-repeat;}


#efren-martinez-form textarea { display: block; /*font-family: "Raleway", sans-serif;*/ border-style: solid; border-width: 1px; border-color: #dedede; margin-bottom: 15px; font-size: 1.2em; padding: 11px 25px; padding-left: 55px; width: 90%; height: 120px; color: #777; 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;
}
#efren-martinez-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 3px rgba(40, 90, 160, 0.6); outline: 0 none; 
}
#efren-martinez-form textarea.txtblock { background: #fff url('speech.png') 5px 4px no-repeat;
}
#efren-martinez-form #aligned { box-sizing: border-box;  float: left;  width: 450px; margin-right: 50px; 
}
#efren-martinez-form #aside { float: left; width: 250px; text-align:left; padding: 0; box-sizing: border-box;
}
#wrapping { width: 100%; 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 buttons **/
#buttons {
display: block; padding-top: 10px;
/*font-family: "Raleway", sans-serif;*/
padding-bottom:20px; 
}

#buttons #resetbtn {
display: block;
float: left;
color: #515151;
margin-right: 20px;
height: 2em;
padding: 0 1em;
outline: 0;
font-weight: bold;
font-size: 1em;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
border-radius: 2px;
background-color: #fff;
border: 1px solid #969696;
}
#buttons #resetbtn:hover {
display: block;
float: left;
color: #2A569F;
margin-right: 20px;
height: 2em;
padding: 0 1em;
outline: 0;
font-weight: bold;
font-size: 1em;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
border-radius: 2px;
background-color: #fff;
border: 1px solid #969696;
}



#buttons #submitbtn { 
display: block;
float: left;
color: #fff;
margin-right: 20px;
height: 2em;
padding: 0 1em;
outline: 0;
font-weight: bold;
font-size: 1em;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
border-radius: 2px;
background-color: #2A569F;
border: 1px solid #969696;
}
#buttons #submitbtn:hover, #buttons #submitbtn:active {
display: block;
float: left;
color: #fff;
margin-right: 20px;
height: 2em;
padding: 0 1em;
outline: 0;
font-weight: bold;
font-size: 1em;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
border-radius: 2px;
background-color: #3267BE;
border: 1px solid #969696;
}
/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/** all devices and responsive browser windows **/
@media screen and (max-width: 800px) {
	#container { width: 100%;
	}
	#hongkiat-form #aligned { width: 100%; float: none; display: block;
	}
	#hongkiat-form #aside { width: 100%; display: block; float: none;
	}
	#hongkiat-form .txtinput, #hongkiat-form textarea { width: 85%;
	}
	#prioritycase { float: left; display: block;
	}
	#recipientcase { float: left; display: block; margin-right: 55px;
	}
}
/* smaller screen dropoff *******/
@media only screen and (max-width: 550px) {
 	#hongkiat-form .txtinput, #hongkiat-form textarea { width: 80%;
	}
}
/* iPhone Landscape ********/
@media only screen and (max-width: 480px) {
	select.selmenu { width: 190px;
	}
}
/* iPhone portrait *******/
@media only screen and (max-width: 320px) {
 	#hongkiat-form .txtinput, #hongkiat-form textarea { width: 70%;
	}
	#hongkiat-form #aligned { overflow: hidden;
	}
	select.selmenu { width: 160px;
	}
	#recipientcase { margin-right: 30px;
	}
}