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

body{
	background-color: #FFFFFF;
	background-image: url(../images/content-2-banner-2.png);
	background-position: center center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}
.general
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 0;
	background-image: url(../images/background.png);
}
.contenido
{
	clear: both;
	position: relative;
	width: 1007px;
	margin: 0 auto;
}


.contenido .derecho
{
	float:left;
	clear:right;
	width:755px;
}


.contenido .derecho #header-1 {
	position: relative;
	height: 122px;
}

.contenido .derecho #header-1 #logo-effective {
	float:left;
	width:210px;
	height:100px;
	padding-top:22px;
	padding-left:3px;
}

.contenido .derecho #header-1 #lenguage {
	float:left;
	width:532px;
	height:35px;
	text-align:right;
	margin-right:10px;
	margin-top:10px;
	color:#FFFFFF;
	font-size:9px;
}

.contenido .derecho #header-1 #slogan {
	float: left;
	width: 542px;
	height: 63px;
	text-align: center;
	margin-top: 12px;
	color: #4d4d4d;
	font-size: 13px;
	font-family: Verdana;
}


.contenidoBlanco{
	position:relative;
	background-image:url(../images/background-content.jpg);
	background-repeat:repeat-y;
	min-height:541px;
}


.contenido .derecho .contenidoBlanco #banner {
	position: relative;
	height: 169px;
}

.contenido .derecho .contenidoBlanco #banner img {
	margin-left:20px;
	margin-top:12px;
}

.contenido .derecho .contenidoBlanco #menuGeneral {
	margin-left:10px;
	float:left;
	width:145px;
	clear:right;
	text-align:right;
	padding:10px;
}

.contenido .derecho .contenidoBlanco #contenidoGeneral {
	float:right;
	width:575px;
	clear:right;
}

.contenido .izquierdo
{
	float:right;
	width:236px;
}

.piePagina
{
	clear:both;
	position:relative;
	width:100%;
}

.contenedorFooter{
	position:relative;
	top:0px;
	left:5px;
	width:230px;
	color:#FFF;
}

.contenedorFooter #title-footer {
	clear:left;
	margin:5px;
	font-size:18px;
	text-align:center;
	border-bottom:1px solid #909090;
	padding-bottom:4px;
}

.contenedorFooter #title-footer a{
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	color: #4d4d4d;
}

.contenedorFooter .box-footer {
	float: right;
	width: 115px;
	text-align: center;
	font-size: 10px;
	color: #4d4d4d;
}

.contenido .izquierdo #content-2 {
	position:relative;
	background-image:url(../images/background-content.jpg);
	background-repeat:repeat;
	padding:15px;
	padding-bottom:23px;
	height:454px;
}

.contenido .izquierdo #content-2 h1 {
	color:#4C4C4C;
	font-size:18px;
	font-weight:400;
	border-bottom: 1px solid #909090;
	padding-bottom:8px;
	padding-top:-10px;
	margin-top:-2px;
	font-family:Arial, Helvetica, sans-serif;
}

.contenido .izquierdo #content-2 p {
	color:#7F7F7F;
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-bottom:2px;
	line-height:13px;
	text-align:left;
}

.contenido .izquierdo #footer-2 {
	position:relative;
	height:121px;
	color:#FFFFFF;
	margin-top:20px;
}


.contenido .derecho #menuLinea {
	height:27px;
	background-image:url(../images/background-menu.png);
	background-repeat:repeat-x;
	padding-top:4px;
	font-family:Verdana, Geneva, sans-serif;
}

.contenido .derecho #menuLinea a{
	height:27px;
	background-repeat:repeat-x;
	padding:2px;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}

.contenido .derecho #menuLinea a:hover{
	height:27px;
	background-repeat:repeat-x;
	padding:2px;
	color:#CBD526;
	text-decoration:none;
	font-size:12px;
}

.item a{
	white-space:nowrap;
	background-color:transparent;
	padding-right:4px;
}

.divMenuMargen{
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 24px;
	display: inline;
	vertical-align: middle;
	cursor: pointer;
	float: right;
	position: relative;
	border-right: #FFF solid 1px;
	background-image: url(../images/submenu-background.png);
}

.divMenuMargenSinBorde{
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 24px;
	display: inline;
	vertical-align: middle;
	cursor: pointer;
	float: right;
	position: relative;
	background-image: url(../images/submenu-background.png);
}

.submenu{
	position: absolute;
	min-width: 172px;
	background-image: url(../images/submenu-background.png);
	background-repeat: repeat;
	z-index: 10;
	top: 25px;
	left: 0px;
	display: none;
	padding: 4px;
	margin-left: -1px;
	float: none;
}

.contenedorO
{
	font-size:12px;
	display:inline;
	line-height:24px;
	vertical-align:middle;
	cursor:pointer;
	float:right;
	position:relative;
}

.seleccionMenu{
	color:#CBD426;
	text-decoration:none;
	font-weight:bold;
}

.relativoMenuLateral
{
	text-align:left;
	position:relative;
	font-size:12px;
	padding-left:0px;
	width:97%;
	margin-bottom:10px;
	margin-left:3px;
	border-bottom:#909090 solid 1px;
	padding-bottom:4px;
}

.relativoMenuLateral a
{
	text-decoration:none;
	color:#4C4C4C;
}

.relativoMenuLateral a:visited
{
	text-decoration:none;
	color:#4C4C4C;
}

.elemento{
	background-image:url(../images/icon-submenu.png);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	left:-10px;
	width:5px;
	height:15px;

}

.elementoA{
	background-image:url(../images/icon-submenu-hover.png);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	width:5px;
	height:15px;

}

.contenido .derecho .contenidoBlanco #contenidoGeneral .titulo{
	margin-left:7px;
	margin-bottom:16px;
	color:#4C4C4C;
	font-size:20px;
	border-bottom: 1px solid #909090;
	padding-bottom:8px;
	padding-top:0px;
}

.contenido .derecho .contenidoBlanco #contenidoGeneral .tituloL{
	margin-left:7px;
	margin-bottom:16px;
	color:#4C4C4C;
	font-size:20px;
	padding-bottom:8px;
	padding-top:0px;
}

.contenido .derecho .contenidoBlanco #contenidoGeneral .contenido{
	position:relative;
	margin-left:7px;
	margin-bottom:16px;
	margin-right:16px;
	margin-top:20px;
	color:#7F7F7F;
	font-size:13px;
	text-align:justify;
	width:75%;
}

.divMGeneralDerecho{
	height:8px;
	width:100%;
	position:relative;
	display:block;
}


.piePagina #social-button {
	position:relative;
	height:50px;
	padding-top:18px;
	text-align:center;
	font-size:11px;
	color:#FFF;
}

.piePagina #social-button div {
	float: left;
	height: 30px;
	width: 80px;
	margin-left: 300px;
	margin-top: 15px;
	color: #4D4D4D;
}

.piePagina #social-button #button {
	width: 150px;
	margin-left:0px;
	margin-top:0px;
}

.piePagina #social-button #button a {
	display:inline;
	width:30px;
	height:30px;
}

.piePagina #social-button #button a img {
	border:0px;
	margin:5px;
}

.piePagina #reg {
	position: relative;
	height: 48px;
	padding-bottom: 15px;
	font-size: 11px;
	color: #4d4d4d;
}

.tdContacto{
	margin:0px;
	padding:0px;
	margin-bottom:2px;
	color:#7F7F7F;
	font-size:13px;
	text-align:left;
}

.textoContacto{
	width:273px;
	height:25px;
	background-color:#E5E5E5;
	color:#7F7F7F;
	font-size:13px;
	text-align:left;
	border:0;
	padding:2px;
}

.textoAreaContacto{
	width:273px;
	height:116px;
	background-color:#E5E5E5;
	color:#7F7F7F;
	font-size:13px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	border:0;
	padding:2px;
}

.envio{
	width:55px;
	background-color:transparent;
	height:20px;
	color:#7F7F7F;
	font-size:11px;
	text-align:center;
	border:0;
	border-left:#666 solid 1px;
	border-right:#666 solid 1px;
	padding:2px;
}

#content-page #column-1 #content-1 #subcontent .tituloContacto{
	margin-bottom:3px;
	color:#4C4C4C;
	font-size:20px;
	border-bottom: 1px solid #909090;
	padding-bottom:8px;
	padding-top:0px;
	width:80%;
}

.tdContactoEnvio
{
	padding-right:115px;
}

.tituloContacto{
	margin-bottom:3px;
	color:#4C4C4C;
	font-size:20px;
	border-bottom: 1px solid #909090;
	padding-bottom:8px;
	padding-top:0px;
	width:80%;
}

.listaInterna{
	list-style:none;		
	padding:0px;
	margin:0px;
}


.listaInterna li{
	margin:2px;
	margin-bottom:2px;
	padding-left:10px;
	padding-bottom:2px;
}

.contenidoContacto
{
	text-align:left;
	color:#7F7F7F;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}

.tabla{
	width:550px;	
}

.tituloGrupoFormulario{
	margin-left:7px;
	margin-bottom:16px;
	color:#7F7F7F;
	font-size:15px;
	border-bottom: 1px solid #909090;
	padding-bottom:8px;
	padding-top:0px;
}

.tablaInterna
{
	width:550px;
	margin-top:7px;
	margin-bottom:7px;
	color:#7F7F7F;
	font-size:12px;
}

.txtTamG{
	width:250px;
	height:18px;
	color:#7F7F7F;
	font-size:13px;
	text-align:left;
	border:0;
	padding:2px;
	border:#DCDCDC solid 1px;
}

.txtTamM{
	width:136px;
	height:18px;
	color:#7F7F7F;
	font-size:13px;
	text-align:left;
	border:0;
	padding:2px;
	border:#DCDCDC solid 1px;
}

.txtTamD{
	width:182px;
	height:18px;
	color:#7F7F7F;
	font-size:13px;
	text-align:left;
	border:0;
	padding:2px;
	border:#DCDCDC solid 1px;
}

.txtTamDD{
	width:210px;
	height:18px;
	color:#7F7F7F;
	font-size:13px;
	text-align:left;
	border:0;
	padding:2px;
	border:#DCDCDC solid 1px;
}

.txtTamGG{
	width:475px;
	height:18px;
	color:#7F7F7F;
	font-size:13px;
	text-align:left;
	border:0;
	padding:2px;
	border:#DCDCDC solid 1px;
}

.selectTamGG{
	width:260px;
	height:25px;
	color:#7F7F7F;
	font-size:13px;
	text-align:left;
	border:0;
	padding:2px;
	border:#DCDCDC solid 1px;
}

.selectTamG{
	width:260px;
	height:25px;
	color:#7F7F7F;
	font-size:13px;
	text-align:left;
	border:0;
	padding:2px;
	border:#DCDCDC solid 1px;
}

.txtTamP{
	width:105px;
	height:18px;
	color:#7F7F7F;
	font-size:13px;
	text-align:left;
	border:0;
	padding:2px;
	border:#DCDCDC solid 1px;
}

.txtTamPA{
	width:79px;
	height:18px;
	color:#7F7F7F;
	font-size:13px;
	text-align:left;
	border:0;
	padding:2px;
	border:#DCDCDC solid 1px;
}

.selectTamP{
	width:110px;
	height:24px;
	color:#7F7F7F;
	font-size:13px;
	text-align:left;
	border:0;
	padding:2px;
	border:#DCDCDC solid 1px;
}

.selectTamMM{
	width:180px;
	height:24px;
	color:#7F7F7F;
	font-size:13px;
	text-align:left;
	border:0;
	padding:2px;
	border:#DCDCDC solid 1px;
}

.textoCodigo{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:18px; 
	font-stretch:ultra-condensed;
	font-weight:bold;	
	width:108px;
	margin-right:10px;
	height:44px;
	border:#999 solid 1px;
	background-color:#FFF;
	color:#999;
	text-align:center;
	line-height:44px;
	vertical-align:middle;
}

.header-2{
	background-color:#0F3;	
	height:201px;
}

.contenido1 a{
	color:#808080;
	text-decoration:none;
}
.general .contenido .derecho #header-1 #lenguage a {
	color: #4D4D4D;
}
.general .contenido .derecho #header-1 #lenguage {
	color: #4D4D4D;
}
