/*--------------------------------------------------------------
Template: Hot Express
Diseno: 016 (016.cl)
Desarrollo: Tomas Pollak (bootlog.org)
---------------------------------------------------------------*/

/* partamos.
--------------------------------------------------------------*/

* { margin: 0; padding: 0; }

body {
	font-size: 62.5%;
	background: #c19f75 url(img/bg-body.png);
	color: #333;
}

html,body,div,p,input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

img 	{ border-width: 0; }
li		{ list-style:none; font-size: 1.3em;}
p		{ line-height: 1.4em; font-size: 1.3em; margin-bottom: 1em;}
small	{ margin-bottom: 1em; display:block; }

a { outline:none; text-decoration: none; }
a:link 		{ color: #d52027; }
a:visited 	{ color: #ff6600; }
a:active 	{ color: #ffcc00; }
a:hover 	{ color: #ff3300; text-decoration: underline; }

.hidden{ display: none; }

/* layout
--------------------------------------------------------------*/

#box,
#footer #upper{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header{
	position: relative;
	margin: 30px 0 30px;
}

#container{
	background: #fff;
	padding: 0 15px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	clear: both;
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 0;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	border-radius: 10px 0;
}

#main{
	width: 720px;
	float: left;
	margin: 0 5px;
}


#sidebar{
	width: 195px;
	float: right;
}


/* header
--------------------------------------------------------------*/

#logo{
	position: relative;
	margin: 20px 30px 30px;
}

#header .banner{
	position: absolute;
	top: 5px;
	right: 0;
}

#menu{
	padding: 20px 0;
}

#menu li{
	display: inline;
	padding: 5px 4px;
	margin-bottom: 1px;
	text-transform: uppercase;

}
#menu li a{
	color: #000;
}


#pasos li{
	border: 1px solid #5e594d;
	border-left: 0;
	float: left;
	height: 90px;
	width: 158px;
	padding: 15px 10px 0px;
}

#pasos li.registro{
	border-left: 1px solid #5e594d;
	padding: 0px 11px 15px;
}
#pasos li.registro img{
	position: relative;
	left: -5px;
}
#pasos li big{
	display: inline;
	font-size: 5em;
	font-weight: bold;
	float: left;
	margin: 0 10px 5px 0;
	border-right: 1px solid #666;
	padding-right: 10px;
}
#pasos li img{
	float: right;
}
#pasos li p{
	font-size: 1em;
	color: #666;
	line-height: 1.2em;
}



/* headings
--------------------------------------------------------------*/

form p.submit{
	margin: 5px 6px 0 0;
	font-size: 1em;
	text-align: right;
}
form p.submit input{
	width: auto !important;
	padding: 0 3px;
}



/* content
--------------------------------------------------------------*/

#main h2{
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 5px 10px;
	border-bottom: 1px solid #5e594d;
}

#main .column{
	border: 1px solid #5e594d;
	border-right: 0;
	float: left;
	margin-top: 20px;
}
#first.column{
	width: 140px;
margin-bottom: 20px;
}
#second.column{
	border-right: 1px solid #5e594d;
	width: 367px;
	margin-right: 9px;
	border-bottom: 0;
	padding-bottom: 100px;
height: 420px;
}
html > body #second.column{
height: auto;
min-height: 420px;
}
#third.column{
	width: 200px;
	border-top: 1px solid #5e594d;
	border: 0;
	padding: 0;
}
#third.column img{
	margin-bottom: 10px;
}


/* contact form, REALLY clean
-------------------------------------*/

body.contactform #first.column,
body.contactform #third.column{
	display: none;
}
body.contactform #second.column{
	border: none;
	float: none;
	margin: 20px auto 30px;
	padding-bottom: 0;
/*width: 500px;*/
}

/*

form#registro_hotexpress{
background: url(/themes/hotexpress/images/registrate.png) left top no-repeat;
}


form#registro_hotexpress label{
margin-left: 120px;
}

*/

/* colecciones
-------------------------------------*/

ul.collection li{
	margin: 5px 0;
	padding: 0 8px;
	border-bottom: 1px solid #333;
	position: relative;
	clear: both;
}
ul.collection li:last-child{
	border: none;
}
ul.collection li img{
	float: left;
	margin: 0px 10px 10px 3px;
}
ul.collection li h3{
	letter-spacing: -0.03em;
	color: #222;
	font-size: 1.15em;
	margin: 10px 0 5px;
}
ul.collection li p{
	margin: 0 0 5px !important;
	font-size: 1em;
	line-height: 1.2em;
	color: #666;
}
ul.collection li small{
	font-size: 1em;
	color: #d52027;
	left: 93px;
	float: left;
	font-weight: bold;
	margin-bottom: 8px;
}
ul.collection a.more{
	float: right;
	color: #222;
	font-weight: bold;
}


.pagination{
	margin-top: 20px;
	font-size: 1.3em;
text-align: center;
margin-right: 20px;
}
.pagination .disabled{
	display: none;
}
.pagination .current{
	color: #666;
	margin: 0 3px;
}
.pagination a{
	border: 1px solid;
	padding: 3px 5px;
	margin: 0 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.pagination a:hover{
	color: #000;
}



/* first column and sidebar li's
--------------------------------------------------------------*/

#first.column ul{
	margin: 5px 0;
}

#first.column li,
#sidebar li,
#trackers li{
	padding: 4px 5px;
	border-bottom: 1px solid #5e594d;
	margin: 0 7px;
	color: #ccc;
	text-transform: uppercase;
}

#first.column li:last-child{
	border: none;
}
#first.column a{
	color: #333;
	font-size: .9em;
}
#sidebar li:hover,
#trackers li:hover{
	background-color: #fafafa;
	color: #999;
}

/* sidebar right
--------------------------------------------------------------*/

#sidebar #buscador{
	margin: 15px 0;
	width: 100%;
}
#sidebar a.icon{
	float: left;
	width: 26px;
	margin-right: 3px;
	height: 30px;
	text-indent: -9999px;
	background: url(/themes/hotexpress/stylesheets/img/icono-facebook.png) no-repeat;
}
#sidebar a.icon.rss{
	background-image: url(/themes/hotexpress/stylesheets/img/icono-rss.png);
}

#buscador #palabras{
	font-size: 1.2em;
	padding: 2px;
	width: 110px;
}

big.como-comprar{
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	background: url(/themes/hotexpress/stylesheets/img/icono-como-comprar.png) 5px center no-repeat;
	padding: 6px 0 6px 42px;
	display: block;
	margin-top: 17px;
}


#actions{
	margin: 10px 0 25px;
}
#actions li{
	padding: 0;
	border-bottom: 1px solid #ccc;
}
#actions li a{
	display: block;
	padding: 8px;
	padding-left: 30px;
	background: url(/themes/hotexpress/stylesheets/img/icono-trackear.png) left no-repeat;
}
#actions li ul{
	margin: 5px 0 20px;
}

#actions li li{
	font-size: 1em;
	list-style: disc outside;
	margin-left: 23px;
}
#actions li li a{
	padding: 3px;
	background-image: none;
}

#actions li a{
	color: #333;
}
#actions li a:hover{
	color: #000;
}


/* calc and tracker form
--------------------------------------------------------------*/

#sidebar form{
	font-size: .7em;
	margin: 15px 0 5px 10px;
	text-transform: capitalize;
}

#sidebar form p{
	margin: 0;
}


#sidebar p.submit{
	clear: both;
}
#sidebar p.submit input{
	font-size: 1.1em;
	margin: 10px 5px;
	padding: 2px 4px;
}


/* zipx form
--------------------------------------------------------------*/


#actions #zipx-track form a{
	background-image: none;
	padding: 2px;
}

#zipx-track label{
	display: block;
	color: #666;
}
#zipx-track input{
	font-size: 1.1em;
	margin-bottom: 5px;
	padding: 2px 4px;
	color: #333;
}
#zipx-track input:focus{
	color: #000;
}


/* calculadora
--------------------------------------------------------------*/


#resultado{
	background: #FFFCDF;
	border: 1px solid #ff6600;
	padding: 4px 5px 3px;
	margin: 10px 15px;
	font-size: .9em;
	color: #333;
	text-transform: capitalize;
}


#calc{
	text-align: right;
}

#calc input#cifra{
	padding: 3px;
	margin-bottom: 5px;
	width: 140px;
}
#sidebar #calc p{
	color: #666;
	margin: 0 14px 4px 0;
}
#sidebar #calc p.submit{
	margin: 0 0 5px 0;
}




/* paginas
--------------------------------------------------------------*/

.texto{
	margin: 1em;
	font-size: 1.3em;
	line-height: 1.5em;

}

.texto p{
	font-size: 1em;
}


/* tarifas
----------------------------------------------------------*/

table.tarifas{
	margin: 1em auto;
}

.tarifas th{
	background: #7F001D;
	color: #fff;
	border: 1px solid #ccc;
	padding: 3px 10px;
	font-size: 1.1em;
}
.tarifas tr.bold{
	background: #eee;

}
.tarifas td{
	padding: 1px 10px;
	border: 1px solid #ccc;
}
.tarifas tr{
}

ul.notas li{
	font-size: 1em;
	list-style: disc inside;
}

/* contacto
----------------------------------------------------------*/

p.empresa{
	display: none;
}
p.radio_buttons input{
	position: relative;
	top: 3px;
	margin: 0 3px 0 10px;
}


/* contacto
----------------------------------------------------------*/

.contact fieldset{
	border: none;
	margin-top: 2em;
}
.contact legend{
	display: none;
}

.contact label{
	width: 120px;
	float: left;
	text-align: right;
	margin: 0 10px;
	color: #999;
	margin-top: 4px;
}

.contact input{
	padding: 4px;
	width: 200px;
}

.contact .radio_buttons input{
	width: auto;
}

.contact textarea{
	width: 200px;
	height: 150px;
	padding: 4px;
	font-size: 1em;
}
.botonera{
	text-align: right;
	margin-right: 15px;
}
.botonera input{
	width: auto;
	padding: 2px 5px;
	color: #666;
}

/* footer
--------------------------------------------------------------*/

#footer{
	border-top: 15px solid #5e594d;
	padding-bottom: 10px;
	clear: both;
	background: #cfc8b9;
	color: #5e594d;
	text-align: center;
}

#footer #upper{
	border: 1px solid #5e594d;
	border-top: 0;
}

#footer span,
#footer ul{
	float: left;
}

#footer ul{
	padding: 5px;
	padding-left: 70px;
	background: url(/themes/hotexpress/stylesheets/img/logo-hotexpress-footer.png) 10px no-repeat;
	border-right: 1px solid #5e594d;
	width: 455px;
	text-align: left;
	line-height: 200%;
}

#footer li{
	font-size: 1.1em;
	display: inline;
	padding: 0px 5px;
	border-right: 1px solid #5e594d;
	text-transform: uppercase;
}
#footer li a{
	color: #5e594d;
}

#footer a.creditos{
	position: relative;
	top: 6px;
	margin: 0 15px;
}
#footer a.creditos.bootic{
	top: 10px;
}


#footer p{
	font-size: 1.2em;
	line-height: 170%;
	margin: 10px 0 0;
}


/* video overlay
--------------------------------------------------------------*/

#overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:1001;
}
#overlay.opacity{
	background-color: black;
	-moz-opacity: 0.80;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay.macffhack{
	background: url(img/macffback.png) repeat;
}

#overlay-content{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -230px 0 0 -260px;
	width: 500px;
	padding: 20px 20px 10px;
	border: 10px solid #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index:1002;
	overflow: auto;
	background: white;
}

#overlay-content embed{
margin: 0;
}
#overlay-content br{
display: none;
}
#overlay-content a.fvd_ytl{
	display: none;
}

/*

#overlay-content a.cerrar{
	margin-bottom: 10px;
	display: block;
	text-align: right;
	background: url(img/icon-close-window.gif) right 1px no-repeat;
	padding-right: 18px;
	color: #aaa;
}
#overlay-content a.cerrar:hover{
	color: #000;
	background-position: right -14px;
}
#overlay-content h3{
	font-size: 2em;
	margin-top: 15px;
	letter-spacing: -0.03em;
}
#overlay-content small{
	float: right;
	color: #aaa;
	font-size: 1.3em;
	margin: 20px 0 0 8px;
}
#overlay-content small a{
	color: #aaa;
}
#overlay-content small a:hover{
	color: #000;
}
*/
form.bootic_form .error_note {display:none;}

/* clearfix
--------------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* donde ta? \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* ahi ta! */
