/******************************************************************
Theme Name: SimplenBright
Theme URI: http://www.s5themes.com/theme/simplenbright/
Description:  SimplenBright - Check <a href="http://www.s5themes.com/documentation/simplenbright/">SimplenBright Documentation</a> in case you need directions or get support from <a href="http://www.s5themes.com/forums/">Forum</a>.
Author: Site5.com
Author URI: http://gk.site5.com/t/549
Version: 1.0.5

License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html
******************************************************************/

/******************************************************************
    1.	GENERAL LAYOUT STYLES
    2.	CONTAINER, MAIN, FULLWIDTH
    3.	COMMON & REUSABLE STYLES
	4.	TEXT SELECTION STYLES
	5.	DROPCAPS
	6.	BLOCKQUOTES
	7.	HEADLINES & TITLES
	8.	HEADER SYTLES
	9.	NAVIGATION STYLES
	10.	POSTS & CONTENT STYLES
	11.	CONTACT FORM
	12.	GALLERIES
	13.	PORTFOLIO FILTER LINKS
	14.	PAGINATION
	15.	SIDEBARS & ASIDES
	16.	COMMENT STYLES
	17.	COMMENT FORM STYLES
	18.	FOOTER STYLES
	19.	FOOTER ELEMENTS
	20.	SLIDER
	21.	HOMEPAGE BLURB
	22.	HR STYLES
    23. HOME CONTENT BOXES

******************************************************************/


/******************************************************************
1. GENERAL LAYOUT STYLES
******************************************************************/
* { margin: 0; padding: 0; }

body, html {
	font-weight:normal;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color:#333;
	line-height:135%;
	/* text-shadow:1px 1px #fff; */
}

ul {
	list-style:none;
}

p {
	margin:20px 0;
    line-height: 22px;
}

/* link styles */
a, a:visited { color: #666; text-decoration:none;}
a:hover, a:focus { color: #92bf2a; outline:none;}
a:active {}
a:link { -webkit-tap-highlight-color : rgba(0,0,0,0); /* this highlights links on Iphones / iPads */ }

.readmore a{ color: #92bf2a; outline:none; clear:both; margin-bottom:0px}
.readmore { clear:both; margin-bottom:0px}

/******************************************************************
2. CONTAINER, MAIN, FULLWIDTH
******************************************************************/
#container, .wrap {
width:960px;
padding:0 30px;
background:#FFF;
/* background:#FBFBFB url(library/images/pattern1.png); */
margin:0 auto;
border:4px solid #fff;
border-top:none;
border-bottom:none;
overflow:hidden;
}

#main { width: 700px; float: left; }
.fullwidth { width:100% !important; }

.oneThird { float:left; overflow:hidden; width:300px; margin-right:27px; }
.oneThird.last { margin-right:0; }
.oneThird h3 { 
	padding: 0;
	text-indent: -99999em;
	line-height: 1px;
}

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

* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/******************************************************************
3. COMMON & REUSABLE STYLES
******************************************************************/

/* text alignment */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* highlighting search term on search page */
mark, .search-term { background: #EBE16F; }

/* alerts & notices */
.help, .info, .error, .success { margin: 10px; padding: 5px 18px; border: 1px solid #cecece; }
.help { border-color: #E0C618; background: #EBE16F; }
.info { border-color: #92cae4; background: #d5edf8; }
.error { border-color: #fbc2c4; background: #fbe3e4; }
.success { border-color: #c6d880; background: #e6efc2; }

/******************************************************************
4.	TEXT SELECTION STYLES
******************************************************************/

/* Highlighted Text */
::selection {
background: #666;
color:#fff;
text-shadow : none;
}

/* Firefox */
::-moz-selection {
background: #666;
color:#fff;
text-shadow : none;
}

/******************************************************************
5.	DROPCAPS
******************************************************************/
.dropcapsimple, .dropcapsquare, .dropcapfancy {
float:left;
overflow:hidden;
text-align:center;
}

.dropcapsimple {
font-size:34px;
height:34px;
line-height:38px;
width:30px;
text-align:left;
}

.dropcapsquare {
font-size:28px;
height:38px;
line-height:38px;
width:38px;
margin-right:7px;
color:#fefefe;
background:#111;
text-shadow:none;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

.dropcapfancy {
font-size:26px;
height:40px;
line-height:40px;
width:40px;
margin-right:7px;
color:#fefefe;
text-shadow:none;
background:url(library/images/bk_dropcap3.png) 0 0 no-repeat;
}
/******************************************************************
6.	BLOCKQUOTES
******************************************************************/
blockquote {
border-left:1px dashed #AAAAAA;
color:#555;
font-family:Georgia,"Times New Roman",Times,serif;
font-style:italic;
line-height:18px;
margin:15px 0 15px 20px;
padding-left:20px;
}

blockquote.alignleft {
float:left;
margin:10px 10px 10px 0;
width:300px;
}

blockquote.alignright {
float:right;
margin:10px 0 10px 10px;
width:300px;
}

/******************************************************************
7.	HEADLINES & TITLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {padding:20px 0 ; font-weight: normal; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a { text-decoration: none; }
h1, .h1 { font-size: 40px; line-height: 21px;}
h2, .h2 { font-size: 22px; line-height: 22px; margin-bottom: 6px;}
h2.blogpost-title, h2.single-title { font-size: 20px; padding: 0; color: #3fc4f1;}
h2.blogpost-title a { color: #3fc4f1; font-size: 20px;}
h3, .h3 { font-size: 20px;}
h4, .h4 { font-size: 18px; font-weight: 700; -webkit-margin-after: -25px; }
h5, .h5 { font-size: 13px; line-height: 33px; text-transform: uppercase; letter-spacing: 2px; }


/******************************************************************
8.	HEADER SYTLES
******************************************************************/
header[role=banner] {
position:relative;
z-index: 1001 !important;
height: 165px;
background: url(library/images/header_rayitas.png) 805px 0 no-repeat;
}

header #logo, header #sitename {
padding-top:20px;

}

header #sitename {
padding-top:50px;
text-align:center;
}

header #tagline {
font-size:11px;
text-align:center;
text-transform:uppercase;
color:#888;
margin-top: -25px;
display:none;
}
/* Social Icons */

header #socialIcons {
position:absolute;
right:240px;
bottom:127px;
/* background:url(library/images/bk_social.png) 0 50% no-repeat; */
height:25px;
padding-left:80px;
line-height:25px;
display: none;
}

header #socialIcons .twitter, header #socialIcons .facebook {
width:24px;
height:23px;
display:block;
float:left;
margin-right:10px;
text-indent:-9999px;
}

header #socialIcons .twitter {
background:url(library/images/ico_twitter.png) 0 0 no-repeat;
}

header #socialIcons .facebook {
background:url(library/images/ico_facebook.png) 0 0 no-repeat;
}

header #tiendaonline{
}
header #tiendaonline .tienda{
float: right;
display:block;
text-indent:-9999px;
background:url(library/images/tiendaonline.png) 0 0 no-repeat;
}

/* TopSearch */
#topSearch {
position:absolute;
right:0px;
bottom:60px;
width: 155px;
}
#topSearch input[type="text"] {
/*-moz-border-radius:4px;
-webkit-border-radius:4px; */
width:100px;
background:url(library/images/bk_topsearch.png) 0 0 no-repeat;
padding:4px 10px;
font-style:italic; margin-right:5px;
color:#999;
border:none;
font-size:12px;
}

#topSearch input[type="submit"] {
width:25px;
height:26px;
background:url(library/images/button.png) 0 0 no-repeat;
border:none;
cursor:pointer;
position: absolute;
right: 5px;
}

html.ie7 .post_content .postthumbnail {margin-top:10px; }

/******************************************************************
9.	NAVIGATION STYLES
******************************************************************/
#topMenu {
/* background:url(library/images/bk_topmenu.png) 0 0 no-repeat; */
margin-top:15px;
width:100%;
}

#topMenu ul{
/*text-align:center;*/
padding:5px 0;
margin:0;
border-bottom: 1px solid #eee;
}

#topMenu ul li {
display:inline;
/* background:url(library/images/top_menu_separator.png) 100% 50% no-repeat; */
}

#topMenu ul li:last-child {
background:none;
}

#topMenu ul li a {
/* color:#6b8935;
text-shadow:1px 1px rgb(214, 230, 122); */
padding:5px 11px;
text-decoration:none;
font-size:14px;
-webkit-transition:color 0.1s ease-in;
-moz-transition:color 0.1s ease-in;
-o-transition:color 0.1s ease-in;
transition:color 0.1s ease-in;
font-family: 'Open Sans', sans-serif;
line-height: 19px;
}

#topMenu ul li a:hover, #topMenu ul li.sfHover a{
color:#333;
background: #e9efbd;
}

#topMenu .sf-menu li ul li a {
background: none;
}

#topMenu ul li#menu-item-334  {}
#topMenu ul li#menu-item-334 a { color: #f29400; background: url(library/images/icono-tienda.png) no-repeat  108px 1px; padding-right: 30px;}
#topMenu ul li#menu-item-334 a:hover { color: #333; background-color: #faead8;}

/******************************************************************
10.	POSTS & CONTENT STYLES
******************************************************************/
#content {
position:relative;
}

#content h1 {
font-family:'Open Sans', sans-serif;
padding:10px 0 5px;
font-size:34px;
font-weight:normal;
margin-top: 20px;
color: #bdd530;
text-transform: uppercase;
margin-bottom:30px;

}

#content h1 span {
font-size:28px;
font-style:normal;
color: #a0a0a0;
text-transform: none;
}

/* hentry */
.hentry {padding-bottom:3px}
.single .hentry {padding-bottom:10px;}
 /*.hentry header {border-bottom:2px solid #ddd;}*/
.hentry footer { clear: both; margin: 0; padding-bottom: 10px;}

.archive_title { padding: 0 20px; margin: 17px 0 12px; }

/* post meta */
.meta {text-transform:uppercase; font-size:11px; letter-spacing:0px; line-height:28px; color: #999; margin-left:60px !important; margin-top: -20px; margin-bottom:15px;}
.meta a {color: #F60B51;}

.meta .tags { background:url(library/images/tags.png) 0px 2px no-repeat; padding-left:28px; height:30px; display:inline-block; }

/* block elements */
header, hgroup, footer, section, article {
	display: block;
    clear: both;
}

/* post content */
article time { background:url(library/images/date.png) 0% 0% no-repeat; height:49px; width:50px; float:left; padding-right:10px; text-align:center; color:#fff;text-shadow:none; margin-top:20px; margin-right:10px; padding-top:10px; display: none; }
article time .date { font-size:16px; line-height:12px !important;padding-bottom:0px; display:block;}
article time .month { font-size:11px; margin-top:-5px; text-transform:uppercase; line-height:11px !important;}
.post_content a:hover, .meta a:hover{ text-decoration:underline; }
.post_content { font-size:14px; line-height:24px; color:#a6a6a6;}
.post_content ul, .post_content ol, .post_content table, .post_content dl { margin: 24px 0; }
.post_content ul, .post_content ol { list-style-position:outside; line-height:1.5; margin-left: 35px; margin-right: 35px; }
.post_content li { margin-bottom: 12px; }
.post_content ul li { list-style-type: disc; }
.post_content ol li { list-style-type: decimal; }
.post_content blockquote { font-style:italic; line-height:25px; margin: 24px 35px; }
.post_content blockquote:before { font-family:Georgia, serif; content: "“"; font-size:44px; text-indent:-12px; margin-top:.16px; float:left; opacity:.3; } /* this adds the quote before the blockquote */
.post_content dl { margin:28px 0 28px; }
.post_content dt { margin-top: 20px; font-weight:700; }
.post_content dd { font-style: italic; margin-top:8px; line-height:25px; }
.post_content img { max-width: 100%; }
.post_content .portfolioimg { /* border: 1px solid #fff; box-shadow: 0 0 5px 2px #ddd; padding: 10px; margin-bottom:20px; margin-top:20px; */ }
.post_content .postthumbnail { float:left;  margin-bottom:20px;  margin-right:20px; border: 1px solid #fff; box-shadow: 0 0 5px 2px #ddd; padding:6px}
.post_content video { margin: 24px 0; max-width: 100%; display: block; }
.post_content object { display: block; margin: 24px 0; max-width: 100%; }
.post_content pre, .post_content code { font-size: 14px; line-height: 27px; padding: 16px; background: #eee; border: 2px solid #cecece; margin-bottom: 25px; }

.fullwidth .post_conten {padding-right: 20px;}

/* wp-caption */
.wp-caption { margin-bottom: 24px; text-align: center; padding-top: 5px; }
.wp-caption img { border: 0 none; padding: 0; margin: 0; }
.wp-caption .wp-caption-text { font-size:12px; font-style:italic; margin:9px 0 -3px; }

/* alignments */
.alignleft, img.alignleft { margin:0 24px 24px 0; display: inline; float: left; }
.alignright, img.alignright { margin-left: 24px; display: inline; float: right; }
.aligncenter, img.aligncenter { margin-right: auto; margin-left: auto; display: block; clear: both; }

/* more-link */
.more-link { padding-right:16px;}
.more-link:hover{ background:url(library/images/ico_arrow.png) 100% 50% no-repeat;}

/******************************************************************
11.	CONTACT FORM
******************************************************************/
.contactLeft { float:left; overflow:hidden; width:75%; margin-right:10px; }
.contactRight { overflow:hidden; width:23%; margin-left:0px; }

#contactForm, form {
width: 100%
display:block;
list-style: none;
color:#999;
}

#contactForm {
margin: 30px 0;
width: 90%
}

#contactForm div{
clear: both;
float: left;
margin-bottom: 10px;
position: relative;
width: 100%;
list-style: none !important;
}

#contactForm label {
text-transform:uppercase;
cursor: pointer;
display: block;
float: left;
font-weight: normal;
padding: 10px 0px;
width: 130px
}

#contactForm input,
#contactForm textarea {
background:#f2f2f2;
border-radius: 10px;
border: 1px solid #f2f2f2;
box-shadow: 1px 1px 2px #DDDDDD inset;
margin-bottom: 10px;
padding: 8px;
}

#contactForm textarea {
height: 190px;
width: 500px;
}

#contactForm input {
width: 282px;
}

.thanks {
background: #F2F3F6;
background: url('library/js/contactform/ok.png') no-repeat left;
padding-left:20px;
display: none;
}

.error {
color: #333;
background: #FCE2D4 url('library/js/contactform/error.png') no-repeat 5px 50%;
padding-left:30px;
display: none;
}

#contactForm .error {
margin-top: 5px;
display: none;
padding:7px;
padding-left:30px;
margin-left: 130px;
border-radius:6px;
font-size:11px;
}

.contactinfo {
padding-left:0px;
margin-top: 40px;
}

.contactinfo div {
margin-left:10px;
margin-bottom:15px;
}

.contactinfo strong {
color:#46c3f1;
display:block;
}

#contact-map{
background: #efefef;
margin-top:30px;
padding-bottom:30px;
border:1px solid #ddd;
padding:10px;
}

#contact-map iframe{
border:none;
}

.submitbutton{ font-weight:bold; background: none repeat scroll 0 0 #46c3f1; border-radius: 20px 20px 20px 20px; box-shadow: 1px 1px 1px 0 #BBBBBB; color: #FFFFFF; text-shadow: -1px -1px #1198c1; padding :8px 20px; border:none; margin-left: 130px;}

/******************************************************************
12.	GALLERIES
******************************************************************/
.gallery {
position:relative;
clear:both;
margin-top:0;
padding: 15px 0;
}

body.home .gallery {
background:url(library/images/bk_homegallery.png) no-repeat top center;
}

.gallery ul{
overflow:hidden;
}

.gallery.withsidebar ul li {
width:220px;
background:url(library/images/shadow_3items.png) 0 100% no-repeat;
}

.gallery.fourperrow  {
margin-bottom:25px;
}

#detalleprod.gallery.fourperrow  {
margin-bottom:0; padding:0;
}

.gallery.fourperrow ul {
margin:0px;
}

.gallery.fourperrow ul li {
width:220px;
margin-right:24px;
/* background:url(library/images/shadow_3items.png) 0 100% no-repeat; */
}

#detalleprod.gallery.fourperrow ul li {
width:160px;
margin-right:60px;
/* background:url(library/images/shadow_3items.png) 0 100% no-repeat; */
}

.gallery.threeperrow ul li {
width:300px;
/* background:url(library/images/shadow_3items.png) 0 100% no-repeat; */
margin-right:24px;
}

.gallery ul li {
float:left;
padding-bottom:9px;
margin-right:20px;
margin-bottom:5px;
position:relative;
}

.gallery.withsidebar ul li:nth-child(3n+3) {margin-right:0;}
.gallery.threeperrow ul li:nth-child(3n+3) {margin-right:0;}
.gallery.fourperrow ul li:nth-child(4n+4) { margin-right: 0;}


.gallery ul li .imgBox {
display:block;
padding:8px;
background:#fff;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
}

#detalleprod.gallery ul li .imgBox {
height: 130px;
overflow: hidden;
}
.gallery ul li .imgBox img {
/*visibility:hidden;*/
}

.gallery ul li.last {
margin-right:0;
}

.gallery ul li .overlay {
position:absolute;
background:url(library/images/zoom.png) 50% 50% no-repeat;
z-index:101;
opacity:0;
filter:alpha(opacity=0);
}

.gallery.withsidebar ul li .overlay{
top:8px;
left:8px;
width:220px;
height:196px;
}

.gallery.fourperrow ul li .overlay{
top:8px;
left:8px;
width:220px;
height:196px;
}

#detalleprod.gallery.fourperrow ul li .overlay{
top:8px;
left:8px;
width:200px;
height:175px;
}

.gallery.threeperrow ul li .overlay{
top:8px;
left:8px;
width:300px;
height:260px;
}


.gallery ul li .details {
background:#fff url(library/images/bullet_gallery_grey.png) 8px 3px no-repeat;
padding:2px 12px 12px 29px;
overflow:hidden;
font-size:12px;
color:#999;
display:none;
}

#detalleprod.gallery ul li .details {
background: none;
padding:0;
overflow:hidden;
color:#999;
display: inherit;
margin-top: 0;
text-align: center; 
}

.gallery ul li:hover .details {
background:#fff url(library/images/bullet_gallery_pink.png) 8px 3px no-repeat;
color:#333;
}

.gallery .butViewPortfolio {
display:block;
text-align:center;
text-shadow:-1px -1px #D03261;
font-family:Georgia, "Times New Roman", Times, serif !important;
font-weight:bold !important;
color:#fff !important;
width:174px;
height:31px;
line-height:31px;
position:absolute;
right:0;
top:10px;
background:url(library/images/button_big.png) 0 0 no-repeat;
font-style:italic !important;
}

.gallery ul li.invisible {
display:none;
}

/******************************************************************
13.	PORTFOLIO FILTER LINKS
******************************************************************/
ul.filters {
text-align:center;
margin:20px 0 10px;
}

ul.filters li {
display:inline;

}

ul.filters li a {
padding:3px 8px 5px;
text-transform:uppercase;
font-size:12px;
color:#333;
border-bottom:2px solid #ddd;
-webkit-transition:color 0.1s ease-in;
-moz-transition:color 0.1s ease-in;
-o-transition:color 0.1s ease-in;
transition:color 0.1s ease-in;
margin: 0 5px;
}

ul.filters li a.selected, ul.filters li.selected a, ul.filters li a:hover {
border-bottom:2px solid #3fc4f1;
text-decoration:none;
color:#3fc4f1;
}

/******************************************************************
14.	PAGINATION
******************************************************************/
#pagination {
margin:10px auto;
text-align:center;
line-height:29px;
height: 30px;
}

.bigColumn #pagination {
margin:10px 0;
}

#pagination span.current {
color:#F60B51;
}

#pagination a {
width:28px;
height:29px;
padding-left: 10px;
}
#pagination .pages {
margin-right:10px;
}

#pagination a.next {
float:right;
background:url(library/images/but_nextpage.png) 0 0 no-repeat;
}

#pagination a.prev {
float:left;
background:url(library/images/but_prevpage.png) 0 0 no-repeat;
}

#pagination a.next:hover, #pagination a.prev:hover {
background-position: 0 -29px;
}

#pagination a.next:hover {
background:url(library/images/but_nextpage.png) 0 -29px no-repeat;
}

/******************************************************************
15.	SIDEBARS & ASIDES
******************************************************************/
aside {
float:left;/* Change this to float:right if you want sidebar on left side*/
width:220px;
margin-left:40px; /* Change this to margin-right:30px; for sidebar on left side*/
padding-top:10px;
}

aside .sidebarBox {
margin-bottom:20px;
list-style:none;
}

aside .sidebarBox ul {
	margin:0;
}

aside .sidebarBox ul li {
padding:10px 0 10px 16px;
border-bottom:1px solid #ddd;
background:url(library/images/ico_arrow.png) 0 16px no-repeat;
}

aside .sidebarBox h3{
margin-bottom:5px;
}

aside .sidebarBox ul.filters  {
margin:0;
}

aside .sidebarBox ul.filters li {
display:block;
text-align:left;
padding:7px 0 7px 16px;
border:none;
padding:0;
}

aside .sidebarBox ul.filters li a {
border:none;
border-bottom:1px solid #ddd;
display:block;

}

aside .sidebarBox ul.filters li a.selected,aside .sidebarBox ul.filters li a:hover  {
border-bottom:1px solid #F60B51;
text-decoration:none;
color:#F60B51;
}

.widget { padding: 0 10px; margin: 23px 0; }
.widget li { margin-bottom: 12px; }
.widget li ul { margin-top: 12px; padding-left: 16px; }
.widgettitle { border-bottom: 2px solid #444; margin-bottom: 12px; }

/* fallback previous & next links */
.wp-prev-next .prev-link { float: left; }
.wp-prev-next .next-link { float: right; }

/******************************************************************
16.	COMMENT STYLES
******************************************************************/

#comments { background:url(library/images/commentbubble.png) 0 15px no-repeat; padding-left: 50px !important;border-bottom:2px solid #ddd }/* h3 comment title */
ol.commentlist { margin-top: 10px; margin-bottom:20px; }
.commentlist ol li {border-bottom:1px solid #ddd;}
.commentlist li { position: relative; clear: both; list-style-type: none; padding: 11px 10px;border-bottom:1px solid #ddd;}
.commentlist li[class*=depth-] { padding-left: 20px; margin-top: 17px; }
.commentlist li.depth-1 { margin-top: 1px; }
.commentlist li:not(.depth-1) { margin-right: -10px; }
.commentlist li:last-child {}
/*.commentlist .odd {  border-top: 1px solid #ddd;}
.commentlist .even {  border-bottom: 1px solid #ddd; }*/

.commentlist .vcard {margin-left: 40px; }
.commentlist .vcard cite.fn { font-weight: 700; font-style: normal;}
.commentlist .vcard time {font-size: 11px;  float: none; background:none;width: auto;margin-top: auto; text-shadow:1px 1px #fff;text-transform:uppercase}
.commentlist .vcard time a { color: #999; text-decoration: none; }
.commentlist .vcard time a:hover { text-decoration: underline; }

.commentlist .vcard img.avatar { position: absolute; left: 0; padding: 2px; border: 1px solid #cecece; background: #fff; -moz-border-radius: 80px; -webkit-border-radius: 80px; border-radius: 80px; }
.commentlist li .comment_content { margin-left: 40px; }
.commentlist li .comment_content p { margin: 15px 0; }
.commentlist li ul { margin: 0 0 0 40px; }
.commentlist li ul.children li { border:none;border-top:1px solid #ddd;padding-bottom:4px;}
.commentlist .comment-reply-link {margin-left:40px;text-decoration: none; color: #F60B51; font-size: 11px; text-transform:uppercase}
.commentlist a.comment-reply-link:hover { opacity: 1; }
.commentscount { background:url(library/images/comments.png) 0 2px no-repeat; padding-left:28px; height:30px; display:inline-block; }


/******************************************************************
17.	COMMENT FORM STYLES
******************************************************************/

#comment-form-title { margin: 0 0 17px; background:url(library/images/leavecomment.png) 0 15px no-repeat; padding-left: 50px !important; border-bottom:2px solid #ddd;}
#cancel-comment-reply {}
#cancel-comment-reply a {}
.comments-logged-in-as {}
.respond-form form[method=post] {margin:30px 0; }
.respond-form ol li form#commentform[method=post] li { margin-bottom:0}
.respond-form form[method=post] li { list-style-type: none; clear: both; margin-bottom: 20px; padding: 0}
.respond-form form[method=post] li label, .respond-form form[method=post] li small {cursor:pointer; text-transform:uppercase; width:130px; float:left;}
.respond-form input[type=text]:focus, .respond-form input[type=email]:focus, .respond-form input[type=url]:focus, .respond-form textarea:focus { outline:none;}
.respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url] { width:282px; height:30px; border: none; padding: 1px 6px; line-height: 24px; }
#allowed_tags { margin: 24px 10px 11px 0; }

.respond-form textarea, .respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url] {background:#f2f2f2; border-radius: 10px; border: 1px solid #f2f2f2; box-shadow: 1px 1px 2px #DDDDDD inset;}
.respond-form textarea { resize: none; width: 500px; padding: 10px 5px; line-height: 24px;  height:190px; }
.respond-form input:invalid, .respond-form textarea:invalid { outline: none;} /* form validation */

.nocomments { margin: 0 20px 17px; }/* no comments */
.commentbutton {background:url(library/images/postcomment.png) 0 0px no-repeat; width:162px; height:34px; text-indent:-9999px; border:none; margin-left:135px;}

/******************************************************************
18.	FOOTER STYLES
******************************************************************/
footer{
background:url(library/images/hr_thick.png) 0 0 no-repeat;
padding-top:20px;
margin-top:20px;
}

footer .copyright {
background:url(library/images/hr_thick.png) 0 0 no-repeat;
margin-top:10px;
padding:25px 0 50px;
font-size:11px;
color:#999;
text-align:center;
text-transform:uppercase;
}

/******************************************************************
19.	FOOTER ELEMENTS
******************************************************************/
footer .footerWidgets { padding:10px 0 25px; overflow:hidden; }
footer .boxFooter { width:220px; float:left; margin-right:24px;}
footer .boxFooter:last-child { margin-right:0;}

footer .footerWidgets .boxFooter h2, .boxFooter h3, aside h3 {
font-size:16px;
padding-top:10px;
color:#777;
text-transform:uppercase;
border-bottom:2px solid #ddd;
padding-bottom:8px;
margin-bottom:15px;
}

footer .boxFooter ul {
margin-top:-8px;
}

footer .boxFooter ul li {
padding:7px 0 7px 16px;
border-bottom:1px solid #ddd;
background:url(library/images/ico_arrow.png) 0 13px no-repeat;
}

footer .boxFooter ul li a {
color:#666;
}

footer .boxFooter ul li a:hover {
text-decoration:none;
color:#92bf2a;
}

footer .boxFooter.contact {
width:460px;
}

footer .boxFooter.contact h2 {
border-bottom: none;
margin-bottom: 0;
}

footer .boxFooter.contact p{
margin-bottom:15px;
}

footer .boxFooter.contact .address{
padding-right:60px;
line-height:170%;
background:url(library/images/ico_bc.png) 100% 15px no-repeat;
padding:15px 0;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
color:#666;
margin-bottom:15px;
}

/******************************************************************
20.	SLIDER
******************************************************************/
#slider_container {
background:url(library/images/shadow_slider.png) 50% 100% no-repeat;
padding-bottom:15px;
height:600px;
padding-top:3px;
}

#slider {
position:relative;
background:url(library/images/loading.gif) no-repeat 50% 40%;
height:600px;
}

#slider img {
position:absolute;
top:0px;
left:0px;
display:none;
z-index:1;
}

.nivo-directionNav {display: none;}
.nivo-controlNav { width: 920px;}

/******************************************************************
21.	HOMEPAGE BLURB
******************************************************************/
.blurb {
font-family:'Open Sans', sans-serif;
font-size:18px;
text-align:center;
line-height:140%;
margin:20px 0;
color:#999;

}
/******************************************************************
22.	HR STYLES
******************************************************************/
.hrThickFull {
height:7px;
background:url(library/images/hr_thick.png) 0 0 no-repeat;
margin:15px 0;
clear:both;
}
.hrThickThin {
height:2px;
background:url(library/images/hr_thick.png) 0 0 no-repeat;
margin:15px 0;
clear:both;
}
.hrThickThiny {
height:1px;
background:url(library/images/hr_thick.png) 0 0 no-repeat;
margin:15px 0;
clear:both;
}

/******************************************************************
23. HOME CONTENT BOXES
******************************************************************/
.homecontent p{
   font-family:Georgia, 'Times New Roman', Times, serif;
   font-style:italic;
   text-align: center;
   margin-top:0;
}

.homecontent {	background:url(library/images/bk_bloques_home.png) no-repeat;
				height: 265px;
				margin-bottom: 25px;
				margin-top: 10px;
}

.homecontent img{ 
	margin: 10px auto 0 auto;
}





/* ******************************************************************/
/*-----------------------------------------------------------------------------------*/
/* = Form Styling
/*-----------------------------------------------------------------------------------*/
input[type="text"],
input[type="password"] {
	margin-top: -12px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    color: #999;
    padding: 7px;
   	border: 1px solid #ddd;
    background: #fff url(library/images/bg_input.png) repeat-x 1px 1px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 1px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background: #fff;
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
}
/*contact form 7 specific*/
.wpcf7-form{
	margin-top: 20px;
}
.wpcf7 input[type="text"] {
	width: 250px;
}
.wpcf7 input[type="email"] {
	width: 250px;
}
.wpcf7 textarea {
    width: 90%;
	margin-top: 5px;
}
.wpcf7-form p { margin: 0; margin-bottom: 20px; }
.wpcf7-submit{ background: url(library/images/bk_botonSUBMIT.png) repeat-x ; border-radius: 8px; box-shadow: 1px 1px 1px 0 #BBBBBB; color: #FFFFFF; text-shadow: -1px -1px #1198c1; padding :3px 20px; border:none; font-size: 16px; }

div.wpcf7-validation-errors,
.wpcf7-not-valid-tip { 
	text-shadow: none;
	border: transparent !important;
	background: #f9cd00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	padding: 10px !important;
	font-weight: bold;
	color: #9C6533;
	text-shadow: 1px 1px 1px rgba(255,255,255, 0.4);
	text-align: center;
	margin: 0 !important;
} 
div.wpcf7-validation-errors{
	width: 95%;
	padding: 10px 5px !important;
}

.wpcf7-not-valid-tip {
	display: block;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	background: #FFF780 !important;
	font-size: 12px !important;
	margin-top: 8px !important;
	width: 40% !important;
}
span.wpcf7-not-valid-tip{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #ff5454 !important;
	border-color: #ff5454;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 10px;
	font-size: 13px;
	background: #59a80f !important;
	border-color: #59a80f;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* DETALLES DE PÁGINAS FORMULARIOS */


.wpcf7 p.doscolumnas { width:300px; float:left;}
.wpcf7 p.doblecolumna input, .wpcf7 p.doblecolumna textarea { width:550px;}

/******************************************************************
  INTORNO
******************************************************************/
article {border-bottom: 2px solid #ddd; margin-bottom: 25px;}

#main h3 {color: #bdd530; font-size: 22px; padding: 10px 0 0 0;}

.contactmap { color:#666; margin-top: -8px;}

a.linktienda { font-weight:bold; }

#trescolumnas-home { margin-bottom: 40px; background: url(library/images/iconos_home.png) no-repeat 245px 290px;}

#trescolumnas-home ul li {
	width: 290px;
	float: left;
	margin: 0 5px 0 20px;
	color: #BDBDBD;
	font-size: 16px;
}
#trescolumnas-home ul li.uno {
	border-right: 3px solid #eee;
}

#trescolumnas-home ul li.dos {
	border-right: 3px solid #eee;
	width: 299px;
}
#trescolumnas-home ul li h3 { padding: 10px 0 8px; }
#trescolumnas-home ul li h3 a { color:#92bf2a; font-size: 21px; }
#trescolumnas-home ul li a { color: #BDBDBD;}
#trescolumnas-home ul li a:hover { color: #666;}
#trescolumnas-home ul li a.extender { color:#92bf2a; font-size: 12px; text-decoration: underline; }

#content h1 span.titseparador { font-size: 26px; color:#CCC;}


#wpcf7-f212-p179-o1 { 	background:#e2edda url(library/images/cucardaG.png) no-repeat 840px 20px;
						padding:15px 35px;
						/*-webkit-border-radius: 10px;
						-moz-border-radius: 10px;
						border-radius: 10px; */
}

#wpcf7-f212-p179-o1 h3 { color: #666; margin-bottom: 20px;   }

#wpcf7-f212-p179-o1 form.wpcf7-form { margin-top: 0;}

#wpcf7-f212-p179-o1 #formderecha { width:50%; border-right: 1px solid #cad4c8; float:left; margin-right: 25px;}

#wpcf7-f212-p179-o1 #formderecha p { margin-bottom: 15px;}

#wpcf7-f212-p179-o1 span.wpcf7-list-item { display:block; margin-bottom: 25px;}

#wpcf7-f212-p179-o1 #prodcomprados { 		background: #D3DDCA;
											margin-top: 25px;
											padding: 20px;  }

/* #wpcf7-f212-p179-o1 #prodcomprados input[type="text"]{ width: 50px; } */

#wpcf7-f212-p179-o1 #formderecha input[type="text"],
#wpcf7-f212-p179-o1 #formderecha input[type="email"] { width: 350px;}

#wpcf7-f212-p179-o1 input[type="text"] { width: auto;}

#wpcf7-f212-p179-o1 div.recuadroblanco {	background:#FFFFFF;
											margin-top: 20px;
											width: 360px;
											float: right;
											padding: 25px; }


/* PRODUCTOS */

body.single-portfolio #content h1,
body.page-template-template-portfolio-3cols-php #content h1 { margin-bottom:0;}
body.single-portfolio #content h2 { color:#9c9e9f; font-size: 30px; padding-bottom: 5px;}
p.frase { color:#858a91; font-size: 16px; margin-top:5px; }
.portfolioimg { width: 690px; float:left;}


#textolateral { 
		float: right;
		width: 170px;
		margin-left: 25px; 							
							}
							
#colores { float: right; padding-top: 15px; min-height: 500px;}

#venta {float: right; width: 145px; position:relative; margin-top: 5px; }
							
#venta div.precio { 	background: #858a91;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px; 
			color: #FFF;
			font-size: 24px;
			clear: left;
			width: 80px;
			padding: 5px 10px;
			text-align: center;
			float: right;}

#venta a.compraonline { display: block;
						background: url(library/images/icono-tienda-producto.png) no-repeat 122px 0;
						width: 260px;
						height: 35px;
						color: #f29400;
						font-size: 18px;
						margin: 0 auto; padding-top: 2px; padding-left: 5px; }
			
#venta p.envios {	text-align: center;
					font-size: 12px; margin-top: 5px; clear: both;}
					
#venta span.ars {	font-size:20px; line-height: 35px; padding-left: 5px; }


div.imgdescrip { margin: 25px 0; padding: 15px 0; border-bottom: 2px solid #d9dadb;}
body.single-portfolio #content h4 { color: #858a91; font-size: 22px; text-transform: uppercase; font-weight: normal; margin:0; padding:0; }
#caractgrales { width: 430px; float: left; }
#caractgrales li { margin: 25px 0; }
#ventajas { width: 500px; float: right;}
#ventajas li { margin: 5px 0;}
body.single-portfolio #content h5 { color: #858a91; font-size: 18px; text-transform: uppercase; font-weight: normal;  border-bottom: 2px solid #d9dadb; padding-bottom: 0;  }
#armado { border-top: 2px solid #d9dadb; padding-top: 25px;}
#armado a { text-decoration: underline;}
body.single-portfolio #content #armado h4,
body.single-portfolio #content #sustentabilidad h4 { margin-bottom: 20px;}

body.single-portfolio #content section #toggle-view li { border-bottom: none; }

body.single-portfolio #content #armado a[href$='.pdf'] {
		padding: 5px 0 5px 25px;
		background: transparent url(library/images/icon_pdf.gif) no-repeat center left;
		text-decoration:none;
}

#sustentabilidad { border-top: 2px solid #d9dadb; padding: 25px 0;}
#sustentabilidad .compromiso { width: 450px; float: left; background: #f6f4f3; height: 420px;}
#sustentabilidad .packaging { width: 500px; float: right; background: #f6f4f3; height: 420px;}
body.single-portfolio #content #sustentabilidad .compromiso h5,
body.single-portfolio #content #sustentabilidad .packaging h5 { background:#bbcf38; color:#FFF; font-size: 18px; padding: 2px 10px; letter-spacing: normal; border: none; text-transform:none;}
body.single-portfolio #content #sustentabilidad .compromiso p,
body.single-portfolio #content #sustentabilidad .packaging p { margin-left: 15px; margin-right: 15px; font-size: 13px;}

.premios { width: 430px; float: left; height: 290px;}
.garantiaprod { width: 480px; float: right; height: 290px;}
body.single-portfolio #content .premios h5,
body.single-portfolio #content .garantiaprod h5 { color:#858a91; font-size: 18px; letter-spacing: normal; border-bottom: 2px solid #d9dadb; text-transform:none;}
body.single-portfolio #content .premios p,
body.single-portfolio #content .garantiaprod p { margin-right: 15px; font-size: 14px;}

a.boton-intorno{ background: url(library/images/bk_botonSUBMIT.png) repeat-x ; border-radius: 8px; box-shadow: 1px 1px 1px 0 #BBBBBB; color: #FFFFFF; text-shadow: -1px -1px #1198c1; padding :3px 20px; border:none; font-size: 16px; display:block; width: 150px; }
a.boton-intorno:hover{ text-decoration: none; }

#content h1.prodcategoria {font-size: 20px;}

body.single-portfolio #content section #toggle-view {padding-bottom:0; font-size: 15px; color: #666; }
body.single-portfolio #content section #toggle-view strong { font-weight: normal; }

#slider-stage{

overflow:auto;
overflow-x:hidden;
overflow-y:hidden;
height:195px;
margin:0 auto;
}
/*
#slider-list{
width:2000px;
}

#slider-list li{
list-style:none;
margin:0;
padding:0;
border:0;
margin-right:4px;
padding:4px;
background:#DEDEDE;
float:left;
width:200px;
height:200px;
} */

#slider-buttons{ 
text-align: right;
position: relative;
bottom: 95px;
left: -15px;
width: 990px;
 }
#slider-buttons a#previous{ float: left; }

.galleria-thumbnails .galleria-image { background:none !important;}

.sombrita { background: url(library/images/bk_homegallery.png) no-repeat bottom center; height:20px;}

#content.congarantia { background: url(library/images/garantia24meses.png) no-repeat 855px 230px;}

#venta .detalleprecio { text-align:right; margin-bottom: 10px;}