html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin: 0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #ffffff url(../images/background-elfaro.jpg) repeat-x left top;
	
	
}

img {
	border:none;
	margin:0px;
	padding:0px;
	outline:none;
}

h1, h2, h3, h4, p {
	position:relative;
	font-weight:normal;
}

div {
	margin:0;
	padding:0;
}


ul, li{
	margin:0 auto;
	padding:0;
	list-style:none;
}


a, a:link, a:visited  {
	color:#0066CC;
	outline:none;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

a:hover {
	text-decoration:underline;

}


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

p {	
	color: #646464;
	font-size:13px;
	line-height:150%;
	padding-bottom:15px;
	padding:0px 20px;

}

h1 {
	color: #646464;
	font-size:18px;
	padding-top:15px;
	margin-left:20px;
	margin-right:20px;
	height:24px;
	background-image:url(../images/dot-line.png);
	background-position:bottom;
	background-repeat:repeat-x;
	text-transform:uppercase;

}


h2 {
	font-size:13px;
	padding-top:15px;
	margin-left:20px;
	margin-right:20px;
	height:20px;
	background-image:url(../images/dot-line.png);
	background-position:bottom;
	background-repeat:repeat-x;
	
	text-transform:uppercase;
	color:#0066CC;
}




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

div#header {
	width: 945px;
	height: 82px;
	margin: 0 auto;
	padding:0;
}

.contactoHeader {
	float:right;
	margin-top:60px;
	
}

div#header a, div#header a:link {
	text-decoration:none;
	color:#000;
}

div#header a:hover {
	text-decoration:none;
	color:#0066CC;
}



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

div#mainContent {
	width: 980px;
	margin:auto;
	padding:0;
	
	background-image:url(../images/background-mainContent.png);
	background-position:0 126px;
	background-repeat:no-repeat;

}


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


div#banner {
	height: 336px;
	margin: 0 auto;
	padding:0;
	top:45px
	#margin-top:7px; /* EXPLORER */
	

}




/* CONTENIDOS */

div#content {
	width: 980px;
	margin:auto;
	padding:0;
	top:0;	
}

#col-A{
	float:left;
	top:0px;
	margin:0 15px 0 35px;
	width: 665px;
	color: #333333;	
	background-image:url(../images/background-col-A.png);
	background-repeat:repeat-x;
	text-align:justify;
}

#sidebar {
	float:left;
	width: 230px;
				
}


/* FOOTER  */

div#footer {
	height:133px;
	margin: 0 auto;
	padding:0;
	background-image:url(../images/background-footer.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}


.farito {
	position:relative;
	bottom:36px;
    left: 50%;
    margin-left: -460px;
	float:left;
}

#segundoMenu {
	text-align:right; 
	width:940px; 
	margin:0 auto; 
	position:relative; 
	padding-top:40px; 
	#padding-top:40px;


}

#segundoMenu a {
	font-size:11px;
	color:#646464;
	text-decoration:none;

}

#segundoMenu a:hover {
	color: #3d6286;
	text-decoration:underline;

}




.recomendar {
	position:relative;
	float:left;
	color:#646464;
	
}

.industria{
	position:relative;
	float:right;
}


/* clases*/
.cortarFloat {
	clear:both;
}


.left {
	float:left;
}

.right {
	float:right;
}

 
/* menu principal */
div#navBar {
	margin-top:35px;
	color:#FFFFFF;
	text-align:center;
}

div#navBarFooter {
	margin-top:20px;
	color:#FFFFFF;
	text-align:center;
}


ul#menu, ul#menuFooter {
  list-style: none;
  text-align:center;
}


ul#menu li, ul#menuFooter li {
  position:relative;
  display:inline;
  list-style: none;
}


ul#menu li a {
  color: #fff;
  text-decoration: none;
  padding-left:15px;
  padding-right:15px;
  

}

ul#menuFooter li a {
  color: #797979;
  font-size:11px;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration: none;
  padding-left:10px;
  padding-right:10px;
  

}

/* over */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
	color: #00EAFF;
}

/* over footer */
ul#menuFooter a:hover,
ul#menuFooter li:hover a,
ul#menuFooter li.iehover a {
	color: #3d6286;
}

ul#menu li .overMenu {
	color:#00EAFF;
}

.divisor {
	background-image:url(../images/divisor.png);
	background-position:right;
	background-repeat:no-repeat;
}


#menuFooter ul  {
	font-size:10px;
	width:100%;
	height:20px;
	display:block;
			
}



/* 	MENU footer */

.divisorFooter {
	background-image:url(../images/divisor-footer.png);
	background-position:right;
	background-repeat:no-repeat;
}



div#contacto {
	position:relative;
	top:10px;
	width:900px;
	height:25px;
	margin:0 auto;
	text-align:right;
	font-size:12px;
}


div#contacto a {
 	color:#3d6286;
	text-decoration:none;
	font-weight:bold;
}

div#contacto a:hover {
	 color:#fff;
}


.fondoGris {
	background-color:#585858;
}


.spacer10px {
	margin:0;
	padding:0;
	height:10px;
}

.gris {
	color: #646464;
}

.blanco {
	color: #fff;
}

/*POR UP FONDO NEGRO*/

.bannerChico {
	margin-top:15px;
	width: 230px;
	height:100px;
	background-color:#eeeeee;

		
}

