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

.full-cont {
	position:absolute;
	width:100%;
	height:auto;
	top:0px;
	left:0px;
	
}
.header-cont {
	position:relative;
	top:10px;
	margin:auto;
	width:980px;
	height:323px;
	border:#fe7600 2px solid;
	/*background: url(img/fondo-header.png) no-repeat center;*/
}

body {
	font-family: Verdana, Tahoma;
	background:#000 url(img/bg.jpg) no-repeat fixed;
}

.main {
	position:relative;
	width:980px;
	height:auto;
	margin:auto;
	top:10px;
}
.header {
	position:relative;
	width:980px;
	height:286px;
	top:0px;
	margin:auto;
}
.menu {
	position:relative;
	top:0px;
	width:980px;
	height:37px;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background:url(img/bg-menu.jpg) 0 0 no-repeat;*/
}
.body {
	position:relative;
	width:980px;
	height:100%;
	margin:0px;
	top:0px;
	left:0px;
	/*background: url(img/bg-body2.png) repeat left;	*/
}
.footer {
	width:980px;
	height:auto;
	position:relative;
	top:0px;
	left:0px;
	bottom:10px;
	background: url(img/fondo-footer.png) no-repeat left;
}
.footer-content {
	position:relative;
	width:950px;
	height:70px;
	top:0px;
	right:0px;
	padding:15px;
	font-family:Verdana, Tahoma;
	font-weight:normal;
	color:#F60;
	font-size:16px;
	text-align:center;	
}

/*Contenido*/

.title {
	position:relative;
	width:800px;
	height:auto;
	display:block;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	font-size:36px;
	line-height:135%;
	padding-left: 10px;
	position:relative;
	top:0px;
	left:40px;
	margin:10px;
}

.content {
	position:relative;
	width:700px;
	height:auto;
	margin:15px;
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size:1em;
	line-height:105%;
	color:#fff;
	overflow:hidden;
	left: 240px;
}

.clientes {
	padding:20px;
	color:#fff;
	text-decoration:none;
}

p a:link {
	text-decoration:none;
	color:#f60;
}

p a:visited {
	text-decoration:none;
	color:#f60;
}

.subtit {
	font-size:1em;
	color:#fe7600;
}

.tbl-head {
	text-align:center;
	width:100px;
	color:#fe7600;
	font-size:1.1em;
	
}
.ind-economicos	{
	width: 200px;
	height: auto;
	position:absolute;
	top: 85px;
	left: 33px;
	color:#fff;
	font-size:1.1em;
}

#IndEcoBasico {
	color:#fff;
	font-size:1.1em;
	font-family:Tahoma, Geneva, sans-serif;
}

.content h2 {
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size:1.5em;
	line-height:105%;
	color:#fe7600;	
}

.pic {
	width: auto;
	height: auto;
	position:absolute;
	top: 85px;
	left: 107px;
}
