@charset "utf-8";
/*-----------------------------------------------------------------------------
Efren Martinez Arteaga
-----------------------------------------------------------------------------*/

ul li a {
	color:#4F4F4F;}
	


.texto { display: block; border-style: solid; border-width: 1px; border-color: #dedede; margin-bottom: 7px; font-size: 12px;   font-family:Arial, Helvetica, sans-serif, sans-serif; -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width:95%;
height:28px;
font-style:italic;
padding: 3px !important;
color: #000 !important; 
}


/* Formulario de Contacto */
/** elementos del formulario **/
#efren-martinez-form { box-sizing: border-box; 
}

#efren-martinez-form .txtinput:focus {  color: #000; 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 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: #000; 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: #000 !important;  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: 11px; color: #666 !important; padding: 3px !important; border: 1px solid #aaa; width: 95%; height:25px; font-style:italic; margin-bottom:15px; -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border-style: solid; border-width: 1px; border-color: #dedede; color:#999;

}
/** custom buttons **/
#buttons { display: block; padding-top: 10px; font-family: "Raleway", sans-serif; padding-bottom:20px; 
}
#buttons #resetbtn { display: block; float: left; color: #515151; text-shadow: -1px 1px 0px #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: #fff; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(240,240,240)), color-stop(100%,rgb(222,222,222))); background-image: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); background-image: linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); border: 1px solid #969696; box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4); -webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4); text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
#buttons #resetbtn:hover { text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); color: #818181; background-color: #fff; 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:right; padding-left:14px; padding-right:14px; padding-top:5px; padding-bottom:5px;  font-size: 12px; color:  #fff;  white-space: nowrap; word-wrap: normal; vertical-align: middle; cursor: pointer; -webkit-border-radius: 2px; border-radius: 2px; border:none; background-color:#900; color:#FFFFFF;
}
#buttons #submitbtn:hover, #buttons #submitbtn:active { 
}
/** @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;
	}
}