﻿/* Clase para Firefox */ 
.elemento { 
margin: 10px 10px 10px 10px; 
background-color: #f00; 
} 

/* ----- Modificado Carlos ----- */
.headerimg { 
	height: 186px;
	margin: 10px 0 1px 0; 
/*	padding: 15px 0 0 20px; */
	border-top: 0px solid #000;
	color: #808080;
	background-color: #ffffff; 
}
/* ----- / ----- */

.searchform {
	float: right;
	width: 280px;
}

.subheader {
	height: 30px;
	margin: 0 0 1px 0;	
	background-color: #f2f7fa;
}

.subheader_right {
	color: #336699;
	width: 550px;
	padding: 2px 0px 2px 0;
	font-weight: bold;
}

.subcontent {
	clear: both;
	height: 520px;	
	background-color: #ffffff;
}

.left {
	float: left;
	padding: 0px 0 0 10px;
	width: 590px;
	height: 180px;
	background-color: #ffffff; 
}

/* ---- Modificado Carlos ---- */
.left-home {
	float: left;
	width: 600px;
	/*	width: 605px; */
/*	height: 180px; */
	background-color: #ffffff;
}
/* ---- / ---- */

.contright {
	float: right;
	width: 378px;
	height: auto;
	background-color: #ffffff; 
}

.contrightservicio {
	float: right;
	width: 378px;
	height: auto;
	background-color: #333333; 
}

.right {
	float: right;
	width: 374px;
	margin: 0 0px 10px 0; 
	padding: 3px 0 0 0px; 
	height: 75px; 
	border-left: 1px solid #e6e6e6;
}

.texto_servicio{
	color:#555;
	font-size:9pt;
	padding: 10px;
}

.texto_move{
	font-size:8pt;
	padding: 5px 5px 0 8px;
/*	vertical-align:bottom */
}

/* ---- Modificado Carlos ---- */
 .footer {
	color: #ffffff;
	background-color: #1274a5;
	padding: 6px 0 0px 10px;
	height: 22px;
	width: 971px;
	border: 1px solid #cbcdcc;
	clear: both;
	display:block;
} 

/* ---- / ---- */

.footer a { 
	text-decoration: none; 
}

.form.search {
	padding: 0; 
	margin: 0; 
}
 
body {
	margin: 10px;
	padding: 0;
	color: #7e7e7e;
	line-height: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a {
	color: #006699;
/*	background-color: inherit; */
}

a:hover {
	color: #575757;
/*	background-color: inherit; */
}

h1 {
	font: bold 1.8em Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0; 
	padding: 3px 0 6px 0; 
	font: 130% Arial, Sans-Serif;
	font-weight: bold;
	color: #808080; 
	text-transform: uppercase;
/*	background-color: inherit; */
	
}

h2 a {
	color: #6AC65D;
/*	background-color: inherit; */
	text-decoration: none;
}

/* ----- Modificado Carlos ----- */
#content {
	width: 981px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}
/* ----- / ----- */

* html .headerimg { 
	height: 140px; 
/*	margin: 10px 0 1px 0; 
	padding: 0px 0 0 0px;
	border-top: 0px solid #000;
	color: #808080;
	background-color: #ffffff; 
	background-image: url(imagenes/banner_eca_fondo_azul_interior_980px.jpg);*/
} 
*html .searchform {
	float: right;
	width: 280px;
}

* html .subheader {
	clear: both;
	height: 17px;
	margin: 0 0 1px 0;	
	background-color: #f2f7fa;
}

* html .subheader_right {
	color: #336699;
	width: 630px;
	padding: 2px 0px 2px 0;
	text-align: left;
	font-weight: bold;
}

* html .subcontent {
	clear: both;	
	background-color: #ffffff;
}


* html .left {
	float: left;
	padding: 0px 0 0 10px;
	width: 590px;
	height: 143px;
	background-color: #ffffff; 
}

* html .left-home {
	float: left;
	width: 605px;
	height: 143px;
	background-color: #ffffff; 
}

* html .contright {
	float: right;
	padding: 0px 0 0 0px;
	width: 374px;
	background-color: #ffffff; 
	height: auto;
}

* html .contrightservicio {
	float: right;
	padding: 0px 0 0 0px;
	width: 374px;
	background-color: #333333; 
	height: auto;
}

* html .right {
	float: right;
	width: 374px;
	margin: 0 0px 0px 0; 
	padding: 1px 0 0 0px; 
	height: 60px;
	border-bottom: 1px solid #ffffff; 
	border-left: 1px solid #e6e6e6;
}

* html .footer {
	clear: both; 
	color: #ffffff;
	background-color: #1274a5;
	padding: 6px 0 0px 10px;
	border: 1px solid #cbcdcc;
	text-align: LEFT;
	height: 22px;
	width: 971px;
	clear: both;
	display:block;
}

* html .footer a { 
	text-decoration: underline; 
}

form.search {
	padding: 0px 0px 0px 0px;  
}

input.text { 
	margin: 0; 
	width: 140px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000; 
}

input.text:hover { 
	border: 1px solid #808080; 
}

input.searchbutton {  
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	font-weight: bold; 
}
* html .texto_servicio{
	color:#555;
	font-size:9pt;
	padding: 10px;
}

* html .texto_move{
	font-size:8pt;
	padding: 5px 5px 0 8px;
/*	vertical-align:bottom */
}

.leyen_titulo{
	height: 25px;
	font-weight: bold;
	color: #333;
	font-size: 13pt;
	border-bottom:3px solid #E7F0F6;
	margin-bottom:13px;
	padding:0px 0px 8px 0px;
}
