/* 
Theme Name: La Bolsa del Ski.
Theme URL: http://www.labolsadelski.cl/
Description: theme para ecommerce by DONT
Author:  DONT / Benjamin Solar - Gustavo Catalan
Author URI: http://www.dont.cl/
Version: 1.0
*/
* {
    margin: 0;
    padding: 0;
}

a {
	color: #60c9f6;
    text-decoration: none;
}

h2 {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    font-family: Arial, Helvetica, Tahoma;
    background-color: #f7920a;
    padding: 5px;
    margin-bottom: 5px;
   
    text-shadow: 1px 2px 3px rgba(0, 0, 0, .4);
}

p {
	line-height: 1.2em;
}

body {
    background-image: url(images/body.jpg);
    background-position: top;
    background-repeat: repeat-x;
    color: #333333;
    font-family: Tahoma, Arial, Helvetica;
}

#main {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    -moz-box-shadow: 0 0 45px black;
    -webkit-box-shadow: 0 0 45px black;
    box-shadow: 0 0 45px black;
}

#header {
    width: 1000px;
    height: 119px;
    float: left;
    background-image: url(images/header.png);
    background-position: left center;
}

#social {
	width: 90px;
	float: right;
}

#social img {
	margin-left: 10px;
}

#nav {
    background-color: white;
    width: 1000px;
    height: 35px;
    float: left;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
}

#nav ul {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    line-height: 35px;
}

#nav ul li {
    display: inline;
    position: relative;
    height: 35px;
}

#nav ul li a {
    display: inline;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #696969;
    padding: 0 14px;
    line-height: 35px;
}

#nav ul li a:hover {
    color: #60c9f6;
}

#nav form#buscador {
    float: left;
    padding: 5px 90px 0 20px;
}

#nav form#buscador input {
    float: left;
    padding: 5px;
    background-color: #eee;
    border: 1px solid gray;
}

/*carrusels---------------------------------*/
#homeCarrusel, #homeCarruselWrapper {
    position: relative;
    width: 1000px;
    height: 298px;
    float: left;
}

#homeCarrusel ul {
    position: relative;
    width: 1000px;
    height: 298px;
    float: left;
    overflow: hidden;
}

#homeCarrusel ul li {
    width: 1000px;
    height: 298px;
    float: left;
}

.js .carousel-wrap { display:inline-block; vertical-align:middle; width:1000px;}

.IE .js .carousel-wrap { display:inline; }

.js ul li { position:relative; display:inline; float:left; width:1000px; height: 298px; padding:0; text-align:left; }

.js ul li p {  }

.carousel-control {  display:inline-block; vertical-align:middle; width:39px; height:39px; cursor:pointer; z-index:10;}

.carousel-next { position:absolute; top:80%; right:20px; background:url(images/right.png) left no-repeat;}

.carousel-previous { position:absolute; top:80%; right:70px; background:url(images/left.png) left no-repeat; z-index:100;}

.carousel-control:hover { -moz-opacity:.7; opacity:0.70; filter:alpha(opacity=70); }

.disabled, .disabled:hover { -moz-opacity:.1; opacity:0.10; filter:alpha(opacity=10); cursor:default; }

/*and then, carrusels ends ---------------------------------*/

a#copy {
    position: absolute;
    width: 500px;
    height: 143px;
    top: 75px;
    left: -1px;
    z-index: 100;
    cursor: pointer;
    background-image: url(images/caluga-slider.png);
    background-position: left top;
}

a#copy:hover {
    /*background-position:left bottom;*/
    background-color:black;
}

#contenido {
    background-color: white;
    width: 980px;
    padding: 20px 10px 15px 10px;
    float: left;
}

.bloque {
    width: 315px;
    padding: 0 10px;
    min-height: 280px;
    float: left;
    border-right: 1px solid #ccc;
}

.bloqueCatalogo {
    width: 730px;
    padding: 0 20px 0 5px;
    min-height: 280px;
    float: left;
    border-right: 1px solid #ccc;
}

.pagina {
    width: 725px;
    padding: 0 20px 0 10px;
    float: left;
    border-right: 1px solid #ccc;
    position: relative;
}

.pagina h2 {
    margin-bottom: 30px;
}

.pagina p {
   font-size: 14px;
   line-height: 1.6em;
}

.itemNoticias, .itemDestacados {
    float: left;
    width: 300px;
    padding: 10px 15px 0 0;
    position: relative;
}

.itemCatalogo {
    float: left;
    width: 330px;
    padding: 10px 10px 30px 15px;
}


.itemNoticias img, .itemDestacados img, .itemCatalogo img {
    padding: 2px;
    float: left;
    border: 1px solid #ccc;
    margin: 0 10px 15px 0;
}

.itemNoticias h4 a, .itemDestacados h4 a, .itemCatalogo h4 a {
    font-size: 15px;
    font-weight: 700;
    color: #323232;
    line-height: 1.7em;
}

.itemNoticias h4 a:hover, .itemDestacados h4 a:hover, .itemCatalogo h4 a:hover {
    color: #89ff15;
}

.itemNoticias p, .itemDestacados p, .itemCatalogo p {
    font-size: 12px;
    padding-top: 5px;
}

.itemNoticias a.more-link, .itemCatalogo a.more-link {
    display: block;
    text-align: left;
    margin-top: 5px;
    color: #ff8900;
    font-size: 10px;
    font-weight: 900;
}

.itemNoticias a.more-link:hover, .itemCatalogo a.more-link:hover {
    color: #89ff15;
}

span.precio, span.precio a {
    color: #ff8900;
    font-size: 13px;
    font-weight: 900;
    font-style: italic;
}

span.precio strong {
	font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 900;
    font-family: Tahoma, Arial, Helvetica;
}

.singlePost span.precio, span.precio a {
    color: #ff8900;
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
}

.singlePost span.precio strong {
	font-size: 22px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 900;
    font-family: Tahoma, Arial, Helvetica;
}

.bloque#ad {
    width: 270px;
    padding-left:20px;
    padding-right: 0;
    border-right: none;
    margin-right: 10px;
    float: right;
}

#AdBanner {
    width: 268px;
    float: right;
    margin-top: 15px;
    overflow: hidden;
}

#AdBanner img {
    
}

#AdBanner h2 {
    margin: 17px 0 5px 0;
}

#sidebar {
    width: 200px;
    float: left;
    padding-left: 20px;
}

#sidebar div.wpcf7 input.wpcf7-submit {
	background-color:#60c9f6;
	font-weight: 900;
	cursor: pointer;
	margin-top: 5px;
	width: 50px;
	text-align: center;
	-moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-color: #eee;
    padding: 4px;
}

#sidebar div.wpcf7 input.wpcf7-submit:hover {
	background-color:#1eb4f5;
	border-color: #ccc;
}

#sidebar div.wpcf7 p {
	font-size: 11px;
	margin-top: 5px;
}

#sidebar div.wpcf7 input {
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #eee;
	width: 190px;
}

.pagina div.wpcf7 input.wpcf7-submit {
	background-color:#60c9f6;
	font-weight: 900;
	cursor: pointer;
	margin-top: 5px;
	text-align: center;
	-moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-color: #eee;
    padding: 4px;
}

.pagina div.wpcf7 input.wpcf7-submit:hover {
	background-color:#1eb4f5;
	border-color: #ccc;
}

.pagina div.wpcf7 p {
	font-size: 12px;
	margin-top: 10px;
}

.pagina div.wpcf7 input, .pagina div.wpcf7 textarea {
	border: none;
	padding: 6px;
	background-color: #eee;
}

.pagina .mapa {
	padding-bottom: 50px;
}

.pagina .mapa iframe {
	padding-bottom: 10px;
}

.pagina .mapa h3 {
	font-weight: 900;
}

#sidebar ul {
    float: left;
    list-style: none;
}

#sidebar li {
    float: left;
    width: 200px;
}

#sidebar ul.children {
	
}

/*#sidebar ul.children li {
    margin:5px 0;
    border-left:5px solid #fff;
}

#sidebar ul.children li:hover {
    border-left:5px solid #cef1fd;
}*/

#sidebar ul li a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #696969;
    line-height: 27px;
}

#sidebar ul li a:hover {
    color: #60c9f6;
}

.singlePost {
    padding:5px 10px 30px 5px;
}

.singlePost p {
  
}

.singlePost img {
    float:left;
    margin:0 15px 10px 0;
    border: 5px solid #eee;
}

.wp-pagenavi {
	width: 730px;
	float: left;
}

#marcas {
	padding-left: 9px;
}

#footer {
    width: 970px;
    padding: 15px;
    float: left;
    background-color: #464646;
    color: white;
    font-size: 10px;
    line-height: 1.4em;
}

#footer a {
    color: #ff8900;
}

#footer a:hover {
    color: #89ff15;
}

p#footerNav {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: -28px;
}

p#footerNav a {
    color: white;
}

/*-----hack img contacto----------*/
img.wp-image-734 {
	position: absolute;
	top:60px;
	right: 20px;
}


