a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
ol {
  list-style: none;
}

li {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

body {
  font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
}

pre,
code {
  font-family: "DejaVu Sans Mono", Monaco, Consolas, monospace;
}

hr {
  border: 0 #cccccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px; line-height:25.3px
} h2 span {
  color:#ccc; white-space:nowrap
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

body {
  background: white;
  color: #333333;
  text-align: center;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 {
  padding-top: 20px;
}

.example-block {
  background: #eeeeee;
  font-size: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

.grid-container {
  padding-bottom: 20px;
}

.grid-container > hr {
  margin-left: 10px;
  margin-right: 10px;
}

div[class*="push-"] section {
  background: #ddeecc;
}

div[class*="pull-"] section {
  background: #ffccdd;
}

.dynamic-px-width {
  display: block;
}

/* ------------------------------------------------------------------------------------- */
/*                                       mobile                                          */
/* ------------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
	
	#siteName{
		text-align:center;	
		margin-bottom:20px;
	}
	#siteName img{
		height:85px; width:auto
	}
	
	h3.bigText{
		text-align:center;
		line-height:normal;	
	}
	#topnav{
		margin-left:-20px; margin-right:-20px;
		background:url(../images/bgMobileMenu_02.png) top center no-repeat;
		margin-bottom:20px;
	}

	nav[role="navigation"] ul{
		
		background-color:#ffe63d;
		font-family: 'BebasNeueRegular', Arial, sans-serif;
		padding-bottom:5px;
		font-size:19px;
		line-height:38px;
		overflow:hidden;
		text-shadow:rgba(255,255,255,0.5) 0 1px 0
	}
	nav[role="navigation"] li{
		border-top:1px solid #fff254;
		list-style:none;
		margin:0;
		text-align:center
	}
	nav[role="navigation"] li:first-child{
	border:0}
	nav[role="navigation"] li a{
	color:#000;display:block;padding:5px 20px 0 20px;text-decoration:none}
	nav[role="navigation"] li a:hover{
	text-decoration:none; background:#000; color:#fff;text-shadow:rgba(0,0,0,1.5) 0 -1px 0}	
	nav[role="navigation"] .on>a{
	background:#000; color:#ffe63d;
	text-shadow:rgba(0,0,0,1.5) 0 -1px 0
	}
	nav[role="navigation"] li:first-child a{
	/*	-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px
	*/
	}
	nav[role="navigation"] li:last-child a{
	
	/*	-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px
	*/
	}
	
	q{
	font-size:19px !important
	}
	
	.thumb .rollover h3 span {
	display:none !important;		
	}
		
	@media screen and (max-width: 420px) {

		
	}
	
	/*MAIN MENU*/

	.menu-toggle{
		background:url(../images/bgMobileMenuOf.png) top center no-repeat;
		display:block;
		padding-bottom:0;
		height:55px;
		cursor:pointer;
		margin:0;
	}
	.menu-toggle.toggled-on{
		background:none;
	}
	.sf-menu{
		display:none;
	}	
	.sf-menu.toggled-on{
		display:block;
	}

	.sf-menu{
		clear:both;
		margin-bottom:10px;
		
	}
	.sf-menu li a {
		/*background:#dadada;
		display:block;
		margin:1px 0; 
		padding:10px;
		text-decoration:none;*/
	}
	.sf-menu li a:hover{
		/*background:#0099ff;
		color:#fff;*/
	}

	
	
	
	
}

/* ------------------------------------------------------------------------------------- */
/*                                      desktop                                          */
/* ------------------------------------------------------------------------------------- */

@media screen and (min-width: 767px) {
	
	#siteName{
		text-align:left; 
		margin-bottom:20px; position:relative;
	}
		
	#siteName img{
		height:auto; max-width:45%
	}
	
	h3.bigText{
		letter-spacing:0;
		text-align:left;
		font-size:80px; line-height:64px; font-weight:normal;
		color:#000000;		
	}
	nav[role="navigation"] {
	margin-left:-20px; margin-right:-17px; 
	
	}

	nav[role="navigation"] ul{
		background-color:none;
		font-size:19px;
		line-height:45px;
		overflow:hidden;
		margin-bottom:0
	}
	nav[role="navigation"] li{
		border-left:1px solid #ddd;
		list-style:none;
		margin:0; padding:0;
		text-align:center;
		display:inline-block;
		float:none;  margin-right:-8px;
	}
	nav[role="navigation"] li:first-child{
	border:0}
	nav[role="navigation"] li a{
	color:#000;display:block;padding:0 8px;text-decoration:none}
	nav[role="navigation"] li a:hover{
	text-decoration:none;background:#000; color:#fff;
	}
	nav[role="navigation"] .on>a{
	background:#000;
	color:#ff0
	}nav[role="navigation"] .on:hover>a{
	background:#FFF;
	color:#888
	}
	
	#complementaryContent{
	text-align:left;
	}
	#clientes h2{
		letter-spacing:0;
		text-align:left;
		font-size:40px; line-height:32px; font-weight:normal;
		color:#000000;		
	}#clientes h2 span{
	color:#000;}
	
}

/* ------------------------------------------------------------------------------------- */
/*                                   all the devices                                     */
/* ------------------------------------------------------------------------------------- */
	.blackLines div span{
		display:block;
		background:#000;
		height:6px;
		margin:20px 0;
	}

	.thumb{
		margin:-5px;
		overflow:hidden;
		position:relative; margin-bottom:15px
	}
	.thumb a{
		display:block;
		text-decoration:none;
		color:#000
	}
	.thumb img{
		width:100%; height:auto;
		top:0; left:0
		
	}
	.thumb .rollover{
		display:block;
		position:absolute; top:0; left:0; right:0; bottom:0;
		height:200%;
		background:url(../images/bg-y-grad.png);
		z-index:10000; opacity:0;
	}
	.thumb .rollover h3{
		position:absolute; top:75%; left:2%; right:2%;
		text-align:center;
		line-height:100%;
		margin-top:-0.5em;
	}
	.thumb .rollover h3 span{ 
		display:block;
		font-size:90%; 
		font-family:'WebServeroffRegular', Arial, sans-serif; 
		
	}
	h1, h2, h3, h4, h5, h6{
		font-family: 'BebasNeueRegular', Arial, sans-serif;
		font-weight:100;
	}
	nav {
		font-family:'WebServeroffRegular', Arial, sans-serif; text-transform:uppercase;
	}
	q {
		font-family:'OpenSansCondensedLightItalic', Arial, sans-serif; letter-spacing:0.04em;
		font-size:24px; display:block; margin-bottom:20px  
	} 
	q span{
		font-size:79%;color:#ccc
	}
	q:before,
	q:after{
	content: " \2014 \2009 "; 
	}
	
	.aL{text-align:left}
	.aR{text-align:right}
	.small{font-size:70% !important}
	
	#clientes span{
	white-space:nowrap;
	}
	#clientes span:hover{
	white-space:nowrap;
	background: #ffec00; padding:4px 6px; margin:-4px -6px; 	
	}
	#scrollme{
		position:relative; display:block;height:0;
	}
	
	._dl_link {
	display: block;
	width: 60px;
	height: 15px;
	text-align: left;
	vertical-align: middle !important;
	padding-left: 20px;
	padding-right: 5px;
	background: url(../images/download.png) left center no-repeat;
	cursor: pointer;
	}
	._imgholder img {
	width:100%;
	height:auto; margin-bottom:20px	
	}
/* ------------------------------------------------------------------------------------- */
/*                                   all the devices                                     */
/* ------------------------------------------------------------------------------------- */

	.post_comment_wrapper h4 {
	font-size: 19px !important;
	font-weight: 100 !important;
	line-height: 32px !important;
	border:0 !important;
	background:none !important;
	background-color:#ddd !important;
	color: #FFF !important;
	padding:4px 0 0 12px !important;
	margin: 18px auto !important;
	text-shadow:none !important;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
	}

@media screen and (max-width: 1059px) {
#infosolar {display:none}
}



@media screen and (min-width: 1060px) {	
		#siteName #infosolar{
		position:absolute; top:50%; left:50%; right:0; margin-top:-4em; padding:0.25em 0;
		}
		#infosolar .name { margin-bottom:1em; text-transform:uppercase}
	}
	
	
	/* 
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
	@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
	
		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		tr { border:0; }
		
		td { 
			/* Behave  like a "row" */
			text-align:center !important;
			border: none; 
			position: relative;
			min-width:100% !important;
			padding-top:0.5em !important; 
			padding-bottom:0.5em !important; 
			clear:both;
		}
		.post_comment_wrapper input[type=text] {
			border: 1px solid #c6c6c6;
			float: none !important;
			min-width: 80% !important;	/* change if needed */
			max-width: 80% !important;
			margin-left:auto !important;
			margin-right:auto !important;
		}
		.post_comment_wrapper textarea {	/* added to fit my needs */
			border: 1px solid #c6c6c6;		/* added to fit my needs */
			float: none !important;	/* added to fit my needs */	
			min-width: 79% !important;	/* added to fit my needs */
			max-width: 79% !important;
			margin-left:auto !important;
			margin-right:auto !important;
		}	/* added to fit my needs */
		.post_comment_wrapper #captcha_1, .post_comment_wrapper #captcha_2{
			display:block;
			width:100% !important;
			text-align:center !important;
		}
		.post_comment_wrapper .comments_form img {
			float: none !important;
			margin-left:auto !important;
			margin-right:auto !important;
			cursor: pointer !important;
		}
	}
/*
.fb-like{max-width:100% !important;} 
._56zz {z-index:10000 !important; margin-right:-300px;}
*/
.ShareButton{
	position:relative;
	display:inline-block;
	background: #eceef5;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid #cad4e7;
	cursor: pointer;
	padding: 2px 6px 4px;
	white-space: nowrap;
	color: #3b5998;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	clear:both; 
	margin-bottom:20px; 
	float: left;
margin-right: 3px;
}
.ShareButton a{
	color: #3b5998;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 11px;

}
.ShareButton:hover{border-color:#9dacce}
.minipager{ font-size:11px;
	margin:-20px 0 20px 0 ;
	
	display:none	
}
.minipager a{
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-weight: 100;
	font-size:12px;
	display:inline-block; padding:0 1px; margin:0px;
	
}.minipager a:first-child{
	margin-left:4px;
}
.minipager:before{
	color:#000;
	border:#aaa 1px solid;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	padding:0 2px;
	content: "Otros números:"; 
	}
p.verenweb {
	display:block;
	overflow:hidden; 
	position:relative;
	height:3em;
	width:100%; 
}
.verenweb .longlink{
	position:absolute; top:1.3em; left:0; bottom:0; right:0; width:150%; 
}
.verenweb .longlink span{color:#FFF}
.verenweb:hover .longlink span{color:#999}

	/* Smartphones (portrait and landscape) ----------- 
	@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
		body { 
			padding: 0; 
			margin: 0; 
			width: 320px; }
		}*/
	
	/* iPads (portrait and landscape) ----------- 
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		body { 
			width: 495px; 
		}
	}*/
	
	
	
/* ------------------------------------------------------------------------------------- */	
/* FIXES */
/* ------------------------------------------------------------------------------------- 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
   ------------------------------------------------------------------------------------- */
::-moz-selection { 
	background: #ffffff; 
	color: #ffec00; 
	text-shadow: none; 
}
::selection {
	background: #ffffff; 
	color: #ffec00; 
	text-shadow: none;
}
/* 
 * Improve readability when focused and hovered in all browsers: h5bp.com/h 
*/
a:hover, a:active, a:visited {
	outline: 0;
}
/*//End of FIXES */

#teaser {
position:relative; 
opacity:0;
top:-100px;

}
.lazy {
  display: none;
}

