@charset "UTF-8";
/* bilboost.com */
/* texts.css */
/* Created Oct, 2009 */
/* Modified Oct, 2009
--------------------------------------- */

h1{
	font-size:3.5em;
	font-weight:normal;
	text-transform:uppercase;
	color:#313131;
	margin-bottom:0.3em;
}

h2{
	color:#600404;
	font-size:2em;
	letter-spacing:-0.05em;
}

h2 .flechas{
	color:#f29d03;
}

h3{
	color:#6b0702;
	font-size:1.5em;
}

h4{
	color:#9f1602;
	font-size:1.3em;
}

h4 a{
	color:#9f1602;
}

h4 a:hover{
	color:#6b0702;
}

h5{
	line-height:1.3em;
}

h5 a{
	color:#f29d03
}

/*---------------- Textos Formularios ----------------*/
form p{
	
}

form input, form select{
	width:100%;
	
	font-size:1.2em;	
	color:#414141;
	
	margin-top:4px;
	margin-bottom:20px;
	padding: 2px 0px 2px 0px;
	border:#d2d2d2 solid 2px;	
	background-color:#dcdcdc;
	
	cursor:pointer;	
}

form select{
	height:1.7em;
}

form input:hover,
form select:hover{
	background-color:#cbcbcb;
	border-color:#C0C0C0;
}

form input.hidden{
	display:none;
}

form textarea{
	font-size:1.2em;	
	color:#414141;
}

form .captcha{
	width:135px;
	margin-right:4px;
	height:17px;
	text-align:center;
	float:left;
	text-transform:uppercase;
}

form .captchaText{
	margin-top:4px;
	border:#999 solid 1px;
	float:left;
	margin-right:3px;
}

form .btnSend{
	width:123px;
	height:46px;
	background:none;
	border:none;
}

form .btnSend:hover{
	background:none;
	opacity:0.80;
	filter:alpha(opacity=80);
}

/*----------------Cajas Contenedoras----------------*/
