/*
-----------------------------------------
Theme Name: Bootic
Theme URI: http://www.bootic.net
Description: Template para el sitio publico de Bootic.
Version: 1.0
Author: Tomas Pollak
Author URI: http://bootlog.org
-----------------------------------------
*/

/* hey-ho!
--------------------------------------------------------------*/

* { margin: 0; padding: 0; }

body {
	font-size: 62.5%;
	background: #fff url(img/bg-body-mini.png) center top repeat-x;
	color: #333;
}

body#home{
	background-image: url(img/bg-body.png);
	background-position: center -50px;
}

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.5em; font-size: 1.4em; margin-bottom: 1.3em; color: #666;}
small	{ margin-bottom: 1em; display:block; }

a { outline:none; text-decoration: none; }
a:link 		{ color: #a00; }
a:visited 	{ color: #a00; }
a:active 	{ color: #ff0000; }
a:hover 	{ text-decoration: underline; }


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

#box{
	width: 955px;
	padding: 10px 30px;
	margin: 0 auto;
	position: relative;
	background: url(img/glow-blanco.png) center 30px no-repeat;
}

/* only for blog */

#content{
	width: 605px;
	float: left;
}

#sidebar,
#faq .indice{
	width: 300px;
	float: right;
	margin: 0 0 15px 15px;
	padding: 10px 15px 5px 15px;
}

/* helpers
--------------------------------------------------------------*/

.hidden{
	display: none !important;
}
.invisible{
	visibility: hidden;
}
.left{
	float: left;
}
.right{
	float: right;
}
.notext{
	text-indent: -9999px;
}
.grey{
	background: #e4eaec;
}
.round{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/* headings
--------------------------------------------------------------*/
h1,h2,h3,h4{
	font-weight: normal;
}
h4.comments {
  clear:both;
  font-size:20px;
  margin:30px 0 1em 0;
  border-bottom:solid gray 1px;
}
#container h2{
	font-size: 3em;
	letter-spacing: -0.05em;
	margin: 30px 0;
	color: #9cb5c1;
}

/* header
--------------------------------------------------------------*/
.menu{
	height: 25px;
}

.menu li{
	display: inline;
	font-size: 1.4em;
	padding: 2px 6px 2px 8px;
	border-left: 1px solid #394e50;
}
.menu li.item-portada,
.menu li:first-child,
.menu li.first,
.menu li.last{
	border-left: none;
	padding-left: 0;
}
.menu li a{
	color: #9cb5c1;
}
.menu li.current a{
	color: #eee;
}
.menu li.item-cotizar a{
	color: #ffcc00;
}

.menu li a:hover{
	color: #fff;
}

#home #header{
	margin-top: 80px;
	background: url(img/tiendas-bootic-2.png) right 20px no-repeat;
}

#header h1{
	padding-top: 30px;
}

#header .featured{
	float: right;
}

#header h2{
	margin: 30px 0 0;
}

#header h2{
	position: absolute;
	right: 0;
	top: 115px;
	right: 30px;
	text-indent: -9999px;
	height: 60px;
	width: 581px;
	background: right no-repeat;
	background-image: url(img/h2-generic.png);
}


#home #header h2{
	position: static;
	background-image: url(img/h2-home.png);
	height: 78px;
	width: 581px;
}
#tour #header h2{
	background-image: url(img/h2-tour.png);
}
#planes #header h2{
	background-image: url(img/h2-planes.png);
}
#faq #header h2{
	background-image: url(img/h2-faq.png);
}
#contacto #header h2{
	background-image: url(img/h2-contacto.png);
}
#cotizar #header h2{
	background-image: url(img/h2-cotizar.png);
}
#equipo #header h2{
	background-image: url(img/h2-equipo.png);
}

/* login linx & box
--------------------------------------------------------------*/

.menu .login{
	border: none;
	padding: 4px 10px 5px !important;
	margin-top: -4px;
	-moz-opacity: .8;
	opacity: .8;
	background: #748384;
	-moz-border-radius: 3px;
	display: none;
}

.login.active{
	background: #748384;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
.login a{
	color: #fff !important;
}

#login{
	border-radius: 3px 0 3px 3px;
	-moz-border-radius: 3px 0 3px 3px;
	-webkit-border-radius: 3px 0 3px 3px;
	text-align: right;
	background: #748384;
	position: absolute;
	top: 31px;
	right: 30px;
	padding: 7px 10px 10px;
	-moz-opacity: .8;
	opacity: .8;
	z-index: 10;
}
#login p{
	margin: 7px 0;

}
#login input{
	width: 150px;
}
#login label{
	color: #fff;
	width: 80px;
	float: left;
	margin-right: 10px;
	padding: 5px 0;
	text-align: right;
}
#login span{
	display: none;
}
#login .submit{
	margin-top: 10px;
}
#login .submit input{
	padding: 2px 5px;
	color: #666;
	width: auto;
}

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

.description{
	font-size: 1.6em;
	color: #777;
	letter-spacing: -0.015em;
	line-height: 150%;
	margin: 30px 0 40px;
}

#container .menu{
	height: auto;
	text-align: center;
	margin: 50px 0 60px;
}
#container .menu li{
	font-size: 2em;
	border-color: #9cb5c1;
}
#container .menu li a:hover{
	color: #333;
}

#home .columna{
	width: 49%;
}

#home .primera.columna{
	margin-right: 1%;
}

.columna h3{
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.03em;
	background: url(img/icon-toldo.png) left 4px no-repeat;
	padding-left: 34px;
}


.slideshow{
	position: relative;
}

a.next-slide{
	display: block;
	width: 64px;
	height: 64px;
	background: url(img/arrow-right.png) no-repeat;
	position: absolute;
	top: 42%;
	right: 30px;
	z-index: 1000;
}
a.next-slide:hover{
	background-position: 100% center;
}

.slideshow li{
	padding: 15px 15px 15px;
}
.slideshow img{
	border: 2px solid #ccc;
}
.slideshow h4{
	font-size: 1.9em;
	letter-spacing: -0.05em;
	margin-top: 5px;
}
.slideshow h4 a{
	color: #222;
}
.slideshow p{
	font-size: 1.1em;
	margin-bottom: 0;
	color: #555;
}
.slideshow p a{
	background: url(img/arrow-right-mini.png) right no-repeat;
	padding-right: 24px;
}

.razones li{
	padding-left: 50px;
	background: url(img/icon-ok.png) top left no-repeat;
	margin-bottom: 25px;
}

.razones h4{
	font-size: 1.4em;
	margin: 5px 0 7px;

}
.razones p{
	color: #666;
	font-size: 1.1em;
}

/* tour
--------------------------------------------------------------*/


.buttons{
	padding: 2px 0;
	position: relative;
	margin-left: 25px;
}

.buttons li{
	padding: 12px 0;
	width: 455px;
	margin: 0;
	list-style: circle;
	border-bottom: 1px solid #ccc;
	font-size: 1.8em;
	color: #999;
}
.buttons li:hover{
	color: #000;
	list-style: disc;
	/* background: url(img/arrow-slideshow-tour.png) right -112px no-repeat; */
}

.buttons li a{
	color: #999;
}
.buttons li a:hover{
	color: #000;
}

.buttons li:last-child{
	border-bottom: none;
}

.buttons .active{
	color: #333;
	background: url(img/arrow-slideshow-tour.png) right 13px no-repeat;
}
.buttons .active a{
	color: #333;
}

.buttons h4{
	margin: 0;
	font-size: 1em;
	letter-spacing: -0.01em;
}

.buttons p{
	font-size: .7em;
	margin: 7px 0 0 0;
	color: #666;
	display: none;
}

.buttons .active p{
/*	display: block;*/
}

#tour .razones{
	margin-top: 50px;
}

#tour .razones li{
	width: 245px;
	float: left;
	margin-right: 18px;
	padding-left: 55px;

}

.razones li#icon-pagos{
	background-image: url(img/tour/icon-money.png);
}
.razones li#icon-diseno{
	background-image: url(img/tour/icon-draw.png);
}
.razones li#icon-seguridad{
	background-image: url(img/tour/icon-security.png);
}
.razones li#icon-contactos{
	background-image: url(img/tour/icon-contacts.png);
	clear: left;
}
.razones li#icon-ayuda{
	background-image: url(img/tour/icon-help.png);
}
.razones li#icon-plataforma{
	background-image: url(img/tour/icon-rubyonrails.png);
}



/* faq
--------------------------------------------------------------*/

#faq .indice{
	border: 1px solid #c93;
	color: #333;
	background: #ffc;
}
#faq .indice a{

}
#faq .indice li{
	font-size: 1.7em;
}
#faq .indice li ol{
	margin: 5px 0 10px;
}
#faq .indice li li{
	font-size: .8em;
	list-style: disc;
	padding: 2px 10px 2px 0;
	margin: 0 0 0 20px;
	border-bottom: 1px solid #F3F3AB;
}

#faq .indice li li a{
	color: #666;
}

#faq .texto{
	margin-top: 30px;
}
#faq #container h2{
	border-bottom: 1px solid #9cb5c1;
}

#faq h3{
	font-size: 2em;
	letter-spacing: -0.03em;
	margin: 25px 0 10px;
	color: #444;
}



/* planes
--------------------------------------------------------------*/

#planes table{
	margin: 0 auto 20px;
	font-size: 1.7em;
}
table th{
	border-bottom: 1px solid #ccc;
	padding: 10px 40px;
	font-size: 1.1em;
	color: #444;
	font-weight: normal;
	background: url(img/bg-table-header.png) repeat-x;
}
table .first{
	text-align: right;
	padding: 0 20px;
	border-right: 1px solid #ddd;
/*	background: #f6f6f6; */
	background: url(img/bg-table-column-first.png) repeat-x;
	color: #666;
}
table th.first{
	background: url(img/bg-table-header.png) repeat-x;
	color: #333;
}
table .first.last{
	background: none;
	border-bottom: none;
}
table td{
	border-bottom: 1px solid #eee;
	text-align: center;
	padding: 8px 0;
	color: #888;
	background: url(img/bg-table-td.png) repeat-x;
}
table td.si strong{
	background: url(img/icon-ok-planes.png) center no-repeat;
	text-indent: -9999px;
	display: block;
}
table td.no{

}
table .precio td{
	background: url(img/bg-table-precio.png) repeat-x;

}
table tr:hover{
	background: #f8f8f8;
}

table sup{
	font-size: .6em;
	margin-left: 2px;
}

.referencias li{
	color: #a00;
	padding: 3px 0;
	list-style: decimal;
	margin-left: 200px;
}
.referencias li span{
	color: #999;
}


/* equipo
--------------------------------------------------------------*/

.miembro{

}

#equipo ul h3{
	font-size: 1.7em;
	letter-spacing: -0.03em;
padding-top: 13px;
}
#equipo ul img{
	float: left;
	margin: 0 15px 20px 0;
}

#equipo ul small{
	margin: 7px 0 10px;
	font-size: .9em;
color: #ccc;
}
#equipo small a{
	color: #999;
	text-decoration: underline;
}
#equipo small a:hover{
	color: #000;
	text-decoration: none;
}
#equipo ul p{
	font-size: 1.1em;
	margin-bottom: 0;
}

#partners{
	padding-top: 20px;
	text-align: center;
}

#partners li{
	display: inline;
	margin-right: 20px;
	padding-right: 10px;
}

html > body #partners li{
	display: inline-block;
}

ul#partners img{
	float: none;
}


#partners h3{
	display: none;
}

/* blog
--------------------------------------------------------------*/


#content h2 a{
	color: #555;
}
#content h2 a:hover{
	color: #000;
}

#content .foot{
	border-top: 1px solid #eee;
	padding: 5px 0;
	margin: 30px 0 50px;
	color: #999;
}

#content .foot a{
	color: #9cb5c1;
	text-decoration: underline;
}
#content .foot a:hover{
	color: #666;
}

.post_body {
	margin-bottom: 20px;
	clear:both;
}

.post_body ul{
	margin: 10px 0 20px;
}

.post_body li{
	font-size: 1.4em;
	list-style: disc inside;
	line-height: 1.5em;
	padding: 4px 0 4px 10px;
	margin-left: 5px;
}

a.more{
	font-size: 1.4em;
}

/* blog
--------------------------------------------------------------*/

#sidebar {
	margin-top: 30px;
	border-left: 1px solid #ccc;
	padding-bottom: 0px;
}
#sidebar div{
	margin-bottom: 20px;
}

#sidebar h3{
	font-size: 1.7em;
	margin-bottom: 10px;
	letter-spacing: -0.03em;
}
#sidebar div p,
#sidebar .textwidget{
	font-size: 1.3em;
}

#sidebar li{
	font-size: 1.3em;
	border-bottom: 1px solid #eee;
	padding: 4px;
	list-style: circle inside;
}

#sidebar #searchform input{
	padding: 3px 6px;
}

/* imagenes en posts
-----------------------------*/

#content  p img, #content p object{
	max-width: 600px;
	margin: 0 auto 7px;
	position: relative;
	display: block;
}
#content p img[align="right"]{
	margin-left: 10px;
}
#content  p img[align="left"]{
	margin-right: 10px;
}
img.border{
	padding: 1px;
	border: 2px solid #9cb5c1;
}

/* comentarios en blog
--------------------------------------------------------------*/

.dsq-post-area h3,
.dsq-options,
.dsq-brlink,
.dsq-dc-logo,
#dsq-authenticate{
	display: none !important;
}
#dsq-comments-title h3{
	margin-top: 20px;
	font-size: 1.65em;
	border-bottom: 1px solid;
}


/* formularios
--------------------------------------------------------------*/

fieldset{
	border-color: #AD5F5F !important;
}

.bootic_form legend{
	font-family: Myriad Pro, Helvetica, sans-serif;
	color: #AD5F5F !important;
	font-size: 1.5em !important;
}

select{
	font-size: 1.1em;
}

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

.direccion{
	width: 330px;
	float: right;
	border-left: 1px solid #ccc;
	padding: 20px 30px;
	font-size: 1.6em;
	margin-left: 30px;
}
.direccion p{
	font-size: .9em;
	color: #888;
}

.errorlist{
	margin: 0 0 15px 0;
	background: #CF3333;
	padding: 5px 10px;
	border: 1px solid pink;
	color: #eee;
	font-size: 1.3em;
	line-height: 170%;
}


#cotizar form{
	margin-left: 100px;
}


/* signup specific stuff
--------------------------------------------------------------*/

#signup .big_host{
	margin-left: 3px;
}

#signup #js_feedback{
	margin-left: 10px;
/*	border: 1px solid;
	padding: 5px;
*/
}
#signup #js_feedback.available{
	color: green;
	border-color: green;
}
#signup #js_feedback.subdomain_error{
	color: red;
	border-color: red;
}

#signup p.botonera{
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin: 30px auto 0;
}
#signup p.botonera span{
	margin-right: 10px;
}

#signup p.botonera label{
	font-size: 1em;
	float: none;
	margin-right: 0;
}
#signup p.botonera #js_submit_button{
	margin-right: 30px;
}

/* form errors
--------------------------------------------------------------*/

#errorExplanation h2 {
	display: none;
}

/* 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 -230px;
	width: 425px;
	padding: 10px 20px 15px;
	border: 15px solid #a8d8d6;
	-moz-border-radius: 10px;
	z-index:1002;
	overflow: auto;
	background: white;
}
#overlay-content embed{
	margin-bottom: 10px;
}
#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 a.fvd_ytl{
	display: none;
}
#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;
}


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

#nowopen{
	position: absolute;
	top: -1px;
	right: 27px;
	background: url(img/nowopen.png) 98% 0 no-repeat;
	height: 80px;
	width: 115px;
}

#footer{
	clear: both;
	margin: 50px 0 20px;
	padding: 5px;
	border-top: 1px solid #ccc;
}

#footer .menu{
	font-size: .9em;
	float: right;
}
#footer .menu li{
	line-height: 180%;
	border-color: #ddd;
}
#footer .menu a{
	color: #666;
	border: none;
}

#footer p{
	padding-left: 5px;
	color: #aaa;
	line-height: 170%;
	font-size: 1.3em;
}
#footer a{
	color: #999;
	border-bottom: 1px dotted #999;
}
/* featured post
--------------------------------------------------------------*/
#home .featured_post {
  width: 628px;
  margin: 0 auto;
}
.featured_post {
  background: url(img/bracket-left.png) left top no-repeat;
}
.featured_post .inner {
  background: url(img/bracket-right.png) right top no-repeat;
  height: 94px;
  padding: 10px 20px 0 30px;
}
.featured_post p {
  line-height: 1.2;
  text-shadow: 1px 1px 1px white;
}
.featured_post .thumb {
  float: left;
  margin-right: 1em;
}
.featured_post h3 {
  font-size: 18px;
  margin-bottom: 14px;
}
.featured_post h3 a {
  text-decoration: underline;
}
/* clearfix
--------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* what the f? \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* there-there. */

