/*
-------------------------------------------------------------------------------------------
Cliente: Sysprotec
Version Template: 0.5
Autor: Tomas Pollak, Aardvark Labs - http://aardvark.cl
-------------------------------------------------------------------------------------------
Este codigo NO esta liberado bajo una licencia CC. La exclusividad del cliente! :)
-------------------------------------------------------------------------------------------
*/

/* lo basico
---------------*/

* { margin: 0; padding: 0; }

body {
	font-size: 62.5%;
	background: #233337 url("i/bg_body3.png") repeat-x top;
}

html,body,div,p,input,select,textarea {
	font-family: Optima, "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
}

img 	{ border-width: 0; }
li	{ list-style:none; padding-left: .5em; }
p	{ line-height: 1.4em; font-size: 1.2em; margin-bottom: 1em;}
small{	font-size: 1.1em; margin-bottom: .8em; display:block; }

a:link 		{ color: #DF4729; }
a:visited 	{ color: #DF4729; text-decoration: none;}
a:active 		{ color: #BF3D23; }
a:hover 		{ background: #DF4729; color: #fff; text-decoration: none; }

.public_products a:hover{
	text-decoration: underline;
	background: none;
}

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

#box{
	width: 860px;
	margin: 0 auto;
	background: url('i/bg-wrap.png') center repeat-y;
	padding: 10px 40px;
	position: relative;
}
#lateral, #sidebar{
	float:right;
	width: 200px;
}

#content{
	width: 645px;
	margin: 0 10px 0 0;
	float:left;
}

#content.wide{
	width: 100%;
	margin-right: 0;

}

#galeria{
	float:left;
}

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

h1,h2,h3,h4{
	font-family: 'Cantarell', Helvetica, Arial, sans-serif;
	line-height: 130%;
}

h1 { font-size: 2.8em; }
h2 { font-size: 2.3em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.35em; }
h5 { font-size: 1em; }

h1{
	margin: 10px 0 15px;
	color: #111;
}

h1, h3{
	letter-spacing: -0.1em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	h1, h3{
		letter-spacing: -0.05em;
	}
}

/* scrollbars
-------------------------*/

pre::-webkit-scrollbar {
	height: 1.5ex;
	-webkit-border-radius: 1ex;
}

pre::-webkit-scrollbar-thumb {
	border-top: 1px solid #fff;
	background: #ccc -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(240, 240, 240)), to(rgb(210, 210, 210)));
		-webkit-border-radius: 1ex;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

/* header
-----------*/
#header{
	margin: 1em 0 2em;
	position:relative;
	height: 40px;
}
#header img{
	margin-top: -3px;
}

#logo a:hover{
	background: none;
}

#tools{
	position:absolute;
	right: 0;
	top: 2.6em;
}
#login{
	float:left;
	padding: 3px 1.5em;
	margin: 3px 15px 0;
	border-right: 1px solid #ccc;
}
#search input{
	font-size: 1.3em;
	width: 190px;
	padding: 2px 3px;
	color: #666;
}
#menu{
	background: url('i/bg_menu.gif') repeat-x #335054;
	border: 1px solid #325a5c;
	margin: 1em 0;
	font-family: Optima, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.index #menu{
	margin: 0;
	border-color: #efefef;
	border-style: solid;
	border-width: 1px 0 0 0;
}
#menu li{
	float:left;
	font-size: 1.4em;
	padding: .5em 0;
	border-right: 1px solid #325a5c;
}
.index #menu .menuitem-noticias{
	background: url('i/bg_menu_noticias.gif') repeat-x;
	float:right;
	color: #fff;
	margin: 0;
	width: 179px;
	padding: 7px 10px;
}
#menu li.current a {
	background:black;
	color:white;
}
#menu a {
	color: #fff;
	text-decoration:none;
	padding: .5em 1.2em;
}
.index #menu .menuitem-noticias a{
	padding: 0;
}
#menu a:hover, #menu .menuitem-noticias:hover{
	background:  #253d40 url('i/bg_menu_over.gif') repeat-x;
	text-decoration: underline;
}

.bootic_nav a{
	color: #000;
	text-decoration: none;
}

.bootic_nav a:hover{
	color: #666;
	background: none;
	text-decoration: underline;
}

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

#vitrina{
	background: #395F60;
}
#lateral{
	border-left: 1px solid #efefef;
	width: 199px;
	height: 283px;
}
#lateral ul{
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
#lateral li{
	height: 50px;
	width: 199px;
	background: #325a5c url('i/bg_button.gif') repeat-x;
	color: #81aa9b;
	text-align: left;
	border-top: 1px solid #efefef;
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}
#lateral li h3{
	font-size: 2em;
	font-weight: normal;
	margin: 12px 15px 5px;
}
#lateral li h3 a{
	letter-spacing: -0.05em;
}

li#bt1{
	border-top: 0;
	background: #325a5c url('i/bg_button_top.gif') no-repeat;
}
#bt1 a{
	text-decoration: none;
}
/*li#bt2{
	background: #2b4d62 url('i/bg-button-azul.png') repeat-x;
}
li#bt4{
	background: #514d4f url('i/bg-button-rojo.png') repeat-x;
}
li#bt3{
	background: #476b54 url('i/bg-button-amarillo.png') repeat-x;
}*/

#lateral a{
	color: #dce5e2;
	letter-spacing: -0.01em;
	margin-top: 10px;
	background: url('i/bg-lateral-a.gif') right -26px no-repeat;
	padding-right: 25px;
	text-decoration: none;
}
#lateral a:hover{
	color: #fff;
	background-position: right 8px;

}
#lateral small{
	display: none;
	font-size: 1.1em;
	margin: 0px 10px 20px;
}
#lateral li:hover small{
	display: block;
}

.index .texto{
	font-size: 1.2em;
	color: #333;
}

/* slideshows
----------------------------*/

#image-list{
	border: 5px solid #b7bec8;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	-khtml-border-radius: .5em;
	margin-bottom: 20px;
	height: 380px;
	background: #fff;
	overflow: hidden;
}

#image-list li{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

#image-list img{
	width: 635px;
	display: block;
	position: absolute;
	top: 50%;
/*	margin: -55% auto 0;*/
	margin: -200px auto 0;
}
#image-list h3{
	color: #888;
	background: url(i/bg-white-50.png);
	letter-spacing: -0.05em;
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 1.8em;
	padding: 5px 10px;
}
#image-list h3 a{
	color: #333;
	background: url(i/arrow-right-black-big.png) right no-repeat;
	padding-right: 30px;
}

/* contenido
--------------*/
#container {
	margin-top:1em;
}
.columna {
	width: 49%;
	float:left;
}
.columna.uno {
	margin-right: 12px;
}

.ficha .columna {
	width: 260px;
}
.ficha .columna.uno{
	width: 370px;
}

.columna h3,
.coleccion h3,
.ficha h3{
	font-size: 1.6em;
	padding: .3em 0;
	color: #1e3336;
}

/* post
-------------*/

.post {
	margin-bottom: 4em;
}
.index .post { margin-top: 0; }

.post h1{
	margin-bottom: 0;
}

.post h3 {
	margin:1em 0 .5em .5em;
	letter-spacing: -0.03em;
	color: #444;
	background: url(/themes/sysprotec/stylesheets/i/bg-texto-h3.gif) left no-repeat;
	padding: 4px 0 0 22px;
}
.post small{
	color: #999;
}
.texto{
	margin-bottom: 1em;
}
.texto.especificacion{
	border: 10px solid #ccc;
	padding: 1em 2em;
	font-size: 1.1em;
}

.single .texto img{
	margin: 0 7px;
}
.single .texto ul{
	margin-bottom: 1em;
}
.single .texto li{
	color: #333;
	margin-left: 1.5em;
	padding: .1em 0 .1em 1em;
	border-left: 1px dotted #333;
	list-style: disc;
}

.post.single .texto{
	margin: 1.5em 1em 1em 0;
	font-size: 1.25em;
	line-height: 1.5em;
}
.post.single .texto p{
	font-size: 1.05em;
}

#noticias.single li{
	padding: .3em .3em 0 .7em;
}

#noticias.single li.current{
	background-image: none;
}
#noticias.single h3{
	font-size: 1.1em;
}

a.more{
	display:block;
	text-align:right;
	margin: .8em 0;
	background: url(i/link.gif) right no-repeat;
	padding: 0 18px 0 0;
}
a.more:hover{
	background-color: none;
	color: #000;
}


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


.blog h2{
	letter-spacing: -0.05em;
	font-size: 2.2em;
}
.blog h2 a{
	text-decoration: none;
}

.blog .texto{
	margin: 1em 0;
}


/* show_collection (agrupadas en tipos)
---------------------------------------------*/
.por-tipos h3 a{
	margin-left: .5em;
	font-size: 1.1em;
	letter-spacing: -0.05em;
	text-decoration: none;
	color: #1e3336;
}
.por-tipos h3 a:hover{
	background: none;
	text-decoration: underline;
}

ul.coleccion-tipos {
	padding: 1em 0 4em 1em;
	border-top: 1px solid #dce5e2;
	background: url('i/bg-products.gif') top repeat-x;
}

.coleccion-tipos li {
	float:left;
	width: 146px;
	overflow:hidden;
	text-align:center;
	padding: 0;
	margin: 0 12px 0 0;
}
.coleccion-tipos p{
	height: 120px;
	overflow:hidden;
	border: 3px solid #ccc;
	background: #ccc;
}
.coleccion-tipos img{
	margin: -25% 0 0 -20%;
}
.coleccion-tipos h4{
	font-size: 1.3em;
	font-weight: normal;
}

.coleccion-tipos small{
	color: #7d9398;
	font-size: 1.1em;
}

.por-tipos .more{
	float:right;
	margin: 5px 10px 0 0;
}
.por-tipos .more a{
	color: #7d9398;
}

/* ficha producto
-------------------*/

#content.ficha h1{
	margin: 0 0 20px;
}

.ficha .nav{
	margin: 10px 0 3px;
	color: #666;
	font-size: 1.2em;
}

.ficha .nav a{
	color: #748e8f;
}
.ficha .nav a:hover{
	background: none;
	color: #000;
}

.ficha img{
	border: 3px solid #ccc;
	padding: 2px;
}
#img-small img{
	margin-right: 1px;
	padding: 0;
}
.ficha a:hover{
	background: none;
}
.ficha img:hover{
	border-color: #333;
}
#atributos{
	padding: .1em .5em;
	margin: 2em 0;
}
#atributos li{
	list-style: circle;
	font-size: 1.1em;
	padding: .5em 0 .6em 1em;
	margin: 0 1em 0 1em;
	border-left: 1px dotted #ccc;
	color: #444;
}
#colores{
	margin: .5em 0 0;
}
#colores li {
	list-style: none;
	border: none;
	float:left;
	margin: 0;
}

.imagenes {
	text-align:center;
}
.imagenes img{
	margin-bottom: 1em;
}

ul#img-small{
	margin-top: 8px;
}
#img-small li{
	display: inline;
	padding:0;
}

.separador{
	margin: 3em 0;
	height: 1em;
	clear:both;
}


/* archivos adjuntos, especificacion
--------------------------------------*/

#archivos{
	padding: 1em 0;
	margin: 0 1em;
}
#archivos li{
	float: left;
}
#archivos li a{
	width: 100px;
	display: block;
	padding-top: 68px;
	background:  url('i/pdf.gif') top no-repeat;
	overflow: hidden;
	text-align: center;
	margin-right: 5px;
}
#archivos li a#especificacion{
	background-image: url('i/esp.gif');
}

#archivos a:hover{
	color: #000;
}

#form-cotizar{
	padding: 1em 0 .1em;
}
#form-cotizar p{
	color: #444;
}

#form-cotizar input[type=text]{
width: 250px;
}

p.enviar{
	text-align:center;
	margin-top: 2em;
}

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	margin-left: -250px;
	width: 524px;
	padding: 16px;
	-moz-border-radius: 5xp;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 30px rgba(100,100,100,1);
	-webkit-border-radius: 5px;
	z-index:1002;
	overflow: auto;
	background: white url('i/s-footer-2.gif') 97% 95% no-repeat;
}

/* listado productos
-----------------------*/

.product-types{
	margin-top: 20px;
}

.product-types h3{
	font-size: 1.4em;
}

.product-types em{
	font-style: normal;
	color: #999;
	display: none;
}

.product-types li{
	width: 202px;
	float: left;
	margin: 0 0 1em 17px;
	padding: 0;
}

.product-types li.item-1,
.product-types li.item-5,
.product-types li.item-9,
.product-types li.item-13,
.product-types li.item-17,
.product-types li.item-21{
	margin-left: 0;
	clear: left;
}

.product-types p{
	height: 120px;
	border: 3px solid #eee;
	overflow: hidden;
	text-align:center;
	background: #333;
	margin-top: .3em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.product-types p:hover{
	border-color: #333;
}

.product-types img{
	display: block;
	margin: -8% auto 0;
	width: 100%;
}


/* typed_products
----------------------*/

.product-type .tags{
	background: #b7bec8;
	padding: 7px 10px 5px;
	position: relative;
	top: 5px;
	color: #fff;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.product-type .tags.second-row{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #dee1e5;
	top: 10px;
	margin-top: -5px;
	padding-bottom: 10px;
	z-index: 10;
	border-right: 5px solid #b7bec8;
	border-left: 5px solid #b7bec8;
}

.product-type .tags li{
	font-size: 1.2em;
	display: inline;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 160%;
}

.product-type li.first{
	padding-left: 0;
	text-transform: none;
}
.product-type .tags.second-row .first{
	color: #8793a3;
}

.product-type .tags a{
	color: #333;
	text-decoration: none;
}

.product-type .tags a:hover{
	background: none;
	text-decoration: underline;
}

.product-type li.current a{
	background: #555;
	color: #fff;
	padding: 4px 4px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/* ul#productos, colecciones, etc
-----------------------------------*/

#productos li{
	padding: 1.3em 10px .5em;
	border-top: 1px solid #dce5e2;
	background: url('i/bg-products.gif') top repeat-x;
}

.coleccion #productos li, .ficha #productos li{
	width: 300px;
	border-left: 1px solid #eee;
	float:left;
	height: 100px;
}

#productos img{
	float:right;
	margin-left: 1em;
	border: 1px solid #ccc;
	padding: 1px;
	height: 75px;
}

#productos small{
	color: #7d9398;
	font-size: 1.1em;
	margin-bottom: .6em;
}
#productos p{
	color: #1e3336;
	font-size: 1.2em;
}
#productos p.margen{
	margin-top: .7em;
}
p.pager{
	float: left;
	margin-top: 1em;
	padding: 5px;
}
p.pager a{
	border: 1px solid #ddd;
	background: #fafafa;
	padding: 2px 4px;
	margin: 0 3px;
}
p.pager a:hover{
	border-color: #666;
	color: #000;
}

/* sidebar
--------------*/
#sidebar{
/*	background: #e6ecea url(i/bg-sidebar-top.png) top no-repeat;*/
	background: #fff url(i/bg-sidebar-single.png) left top no-repeat;
	margin-top: 2.5em;
	min-height: 300px;
}

#sidebar.nav ul{
	margin-left: 5px;
}
.index #sidebar{
	margin-top: -10px;
	-moz-border-radius: 0 0 .7em .7em;
	-webkit-border-radius: 0 0 .7em .7em;
	background: #e6ecea url('i/bg_sidebar.gif') repeat-y;
}

/* select de las areas */
#areas h3{
	float: left;
}

form#area{
	position: relative;
	top: 9px;
	left: 3px;
	margin-bottom: 3em;
}
#area select{
	font-size: 1.4em;
	width: 60%;
	color: #333;
}
#area option{
	padding: 0 5px;
}

#sidebar h3{
	color: #1e3336;
	margin: .8em .5em 0 .7em;
}
#sidebar ul{
	padding: .8em 1em 1em;
}

#sidebar ul.product-list{
	max-height: 455px;
	overflow-x: auto;
	margin-top: 9px;
}

#sidebar li{
	background: url('i/bullet-off.gif') 5px 10px no-repeat;
	padding: .6em 8px .6em 18px;
	border-bottom: 1px solid #c9cfcd;
	font-size: 1.2em;
}
#sidebar li.current{
	background: #c9cfcd url('i/bullet-on.gif') 5px 10px no-repeat;
}
#sidebar.nav li.current{
	background-color: #E6EDEB;
}
#sidebar li.current a{
	color: #000;
	text-decoration: none;
}
#sidebar a:hover{
	background: none;
	color: #000;
}

#sidebar small{
	color: #7d9398;
	font-size: .9em;
}
#sidebar p{

	margin: 0;
	color: #515f63;
}


/* ul#noticias, en home
--------------------------*/
#noticias h3{
	font-size: 1.15em;
	margin: .5em 0 .1em;
}

#noticias h3 a{
	color: #1e3336;
	color: #325a5c;
}

#noticias li{
	background: none;
	padding: .4em 0 .1em 0;
}
#noticias p{
	font-size: 1em;
}
#noticias a.more{
	color: #325a5c;
	margin-bottom: 0;
}
#noticias a.more:hover{
	background: url(i/link.gif) right no-repeat;
	color: #000;
}

/* contact
-------------*/

.contact_forms label{
	margin-bottom: 10px;
}

.contact_forms input[type=text]{
	width: 300px;
}

.contact hr,.contact legend{
	display:none;
}
.contact fieldset{
	border: 0;
	margin-top: 2em;
}
.contact label, #especificacion label{
	width: 150px;
	float:left;
	text-align:right;
	margin-right: 1em;
	color: #656e73;
	padding-top: 3px;
}
.contact input{
	padding: 2px 4px;
}
.contact textarea{
	height: 150px;
	padding: 2px 4px;
	width: 300px;
}
.botonera{
	text-align:right;
	width: 430px;
}
.botonera input{
	padding: 1px 5px;
	color: #666;
	margin: 0 .3em;
}

/* footer
----------------*/
#footer{
	clear: both;
	height: 50px;
	margin-top: 4em;
	color: #999;
	text-align: left;
}
#footer a{
	color: #555;
}

#footer p{
	padding: 10px 0 0 0;
	border-top: 1px solid #ddd;
	font-size: 1em;
	line-height: 1.6em;
}

#loading{
	display:none;
	position:fixed;
	bottom: 0px;
	text-align:center;
	width: 100%;
	background: #333;
	padding: 2px 0;
 	z-index: 1;
}
#loading p{
	color: #eee;
	font-size: 1.6em;
	background: url('i/ajax.gif') left 2px no-repeat;
	display:inline;
	padding-left: 25px;
}


/* clearfix
----------------*/

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

.clearfix {display: inline-block;}

/* wherewhere \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* done. */

