@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("general.css");

 
 
body  {
	background: #DFDFDF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#container {
	width: 940px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DFDFDF;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} 
#header {
	height: 132px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
} 

#header h1 {
	text-indent: -5000px;
	float: left;

}
#header #topmenu {
	background-image: url(../images/bg_topmenu.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 16px;
	width: 282px;
	padding-top: 6px;
	padding-bottom: 10px;
}
#header #topmenu a {
	color: #0F1F2F;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 38px;
	background-repeat: no-repeat;
	background-position: 15px 0px;
	line-height: 16px;
}
#header #topmenu a.inicio {
	background-image: url(../images/icon_inicio.gif);
}
#header #topmenu a.ubicacion {
	background-image: url(../images/icon_ubicacion.gif);
}
#header #topmenu a.contacto {
	background-image: url(../images/icon_contacto.gif);
}

#header #topmenu a:hover {
	color: #527EEB;
	background-position: 15px -20px;
}

#header #menu {
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 29px;
	width: 562px;
	padding-top: 71px;
	clear: right;
	background-position: 0px 68px;
	font-size: 16px;
	line-height: 29px;
	text-align: center;
}
#header #menu a:link, #header #menu a:visited {
	color: #0F1F2F;
	text-decoration: none;
	padding-right: 22px;
	padding-left: 22px;
	text-transform: uppercase;
}
#header #menu a:hover {
	color: #527EEB;
}


#scroller {
	background-image: url(../images/bg_scroller.jpg);
	background-repeat: no-repeat;
	height: 236px;
	width: 940px;
}
#scroller .banner {
	font-size: 18px;
	line-height: 25px;
	padding: 35px 30px;
	color: #FFF;
	background-color: none;
	width: 880px !important;
	height: 170px;
}
#scrollercontainer .banner {
	display:none;
}
#scroller .banner .textobanner {
	float: left;
	width: 220px;
	height: 170px;
	text-align: center;
}
#scroller .banner .textobanner .titulo {
	font-size: 25px;
	padding-bottom: 25px;
}
#scroller .banner .textobanner img {
	padding-bottom: 25px;
}



#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 30px 0 30px;
}
#sidebar1 img {
	padding-bottom: 20px;
}

#mainContent {
	padding: 30px;
	line-height: 1.4em;
	margin: 0 0 0 0;
} 
#default #mainContent {
	margin: 0 300px 0 0; 
}
#mainContent.productos {
	margin: 0 0 0 0; 
} 
#mainContent ul li {
	padding-bottom: 8px;
	background: url(../images/bullet.png) no-repeat left 3px;
	padding-left: 20px;
}

#mainContent p {
	padding-bottom: 8px;
}
#mainContent h1 {
	font-size: 24px;
	line-height: 120%;
	color: #132539;
	padding-bottom: 15px;
}
#mainContent h2 {
	font-size: 18px;
	line-height: 120%;
	color: #132539;
	padding-bottom: 15px;
	padding-top: 15px;
}
#mainContent h3 {
	font-size: 15px;
	line-height: 120%;
	color: #132539;
	padding-bottom: 10px;
	padding-top: 15px;
}
#mainContent table {
	margin-bottom:10px;
	border: 2px solid #FFF;
}
#mainContent td {
	font-size:11px;
	padding:3px;
	text-align:center;
	background-color:#EEE;
}
#mainContent th {
	font-size:11px;
	padding:3px;
	background-color:#132539;
	color: #FFF;
	text-align:center;
}
#mainContent div.producto {
	clear:both;
	margin-bottom:30px;
}
#mainContent div.fotosproducto {
	float:right;
	width:288px;
	height: 288px;
	padding-left: 30px;
}
#mainContent div.morefotosproducto {
	clear: both;
	float:none;
}
#mainContent div.producto img, #mainContent div.instalaciones img {
	background-color:#FFF;
	padding: 3px;
	border: 1px solid #122337;
	margin-bottom: 3px;
}
#mainContent div.morefotosproducto img {
	float:left;
	margin-right:5px;
}
/*
#mainContent div.producto p, #mainContent div.producto ul, #mainContent div.producto h3 {
	padding-left:220px;
	padding-right:220px;
}
*/

#mainContent label {
	display: block;
	float: left;
	width: 150px;
	clear: left;
	text-align: right;
	padding-right: 10px;
}
#mainContent input, #mainContent textarea {
	display: block;
	width: 350px;
	border: 1px solid #122337;
	padding: 10px;
}
#mainContent .g-recaptcha {
	width: 350px;
	float: left;
}
#mainContent input.button {
	display: block;
	width: 100px;
	margin-left:160px;
	margin-bottom: 6px;
}

#footer {
	padding: 30px 0;
	background-color: #DDDDDD;
	background-image: url(../images/bg_pie.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 45px;
	color: #112231;
	font-weight: bold;
} 
#footer a {
	color: #5984F5;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 .intro {
	float:left;
	width:260px;
	padding-right: 30px;
 }
.pie {
	float:left;
	width:285px;
	padding: 0 20px;
	line-height: 20px;
	text-align: center;
}
.pie1 {
	float:left;
	width:150px;
	padding: 0 20px;
	line-height: 20px;
	text-align: center;
}
.pie2 {
	float:left;
	width:60px;
	padding: 0 20px;
	line-height: 20px;
	text-align: center;
}

#map {
	border: 1px solid #122337;	
}