@import url("general.css");
@import url("corporativo.css");
.contenedor{
    width:660px;
	height:510px;
	position: absolute;
	bottom:44px;
	right:-780px;
	overflow:hidden;
	z-index:1;
}
*html .contenedor{
    height:410px;
}
.izquierdo{
    height:460px;
	/*resto propiedades en general.css*/
}

/*CONTENIDO
-----------------------------------------*/
.newsletter_container{
	/*border:1px solid red;*/
	position:absolute;
	bottom:73px;
	width:600px;
	height:400px;
}	
.newsletter_container h2 {
	color:#000000;
	font-size:14px;
	font-weight:700;
	line-height:16px;/*text-transform:uppercase;*/
	margin-bottom:7px;
	
}


#desc_newsletter {
	left:190px;
	width:420px;
	position:absolute;
	bottom:-3px;
}

*+html #desc_newsletter {
	bottom:-4px;
}


#desc_newsletter p {
	color:#6D6A67;
	font-size:12px;
	line-height:14px;
	margin-bottom:10px;
}

#desc_newsletter p a{
	color:#000000;
	text-decoration:underline;
}
*html #desc_newsletter p {
	margin-bottom:10px;
}

#img_newsletter {
	position:relative;
	bottom:-241px;
}

#form_newsletter_div{
	position:relative;
	width:420px;
/*	border:1px solid black;*/
	top:1px;
}

*+html #form_newsletter_div{
	position:relative;
	top:2px;
}

*html #form_newsletter_div{
	position:relative;
	top:2px;
}

#form_newsletter_div fieldset{
	display:inline;
	font-size:12px;
	border:none;
	color:#6D6A67;
	margin-top:4px;
}
#form_newsletter_div .fieldset_left{

}
#form_newsletter_div .fieldset_right{
	padding-left:12px;
}

#form_newsletter_div .fieldset_legal{
	margin-top:7px;
}

*+html #form_newsletter_div .fieldset_legal{
	margin-top:3px;
}

*html #form_newsletter_div .fieldset_legal{
	margin-top:2px;
}

#form_newsletter_div .newsletter_input_text{
	width:180px;
	height:19px;
	padding-left:2px;
	padding-top:1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top:1px solid #b2b2b2;
	border-left:1px solid #b2b2b2;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}

#newsletter_form{
	line-height:10px;
	margin-top:5px;
}

#enviar_input{
	 /*margin-left:12px;*/
	 position:absolute;
	 right:37px;
	 bottom:3px;
}

*+html #enviar_input{
	 margin-left:12px;
	 position:absolute;
	 bottom:5px;
}

*html #enviar_input{
	/* left:187px;*/
	 position:absolute;
	 bottom:4px;
}

#form_newsletter_div legend{
	padding-bottom:4px;
	color:#6D6A67;
}

*+html #form_newsletter_div legend{
	margin-left:-7px;
	color:#6D6A67;
}

*html  #form_newsletter_div legend{
	margin-left:-7px;
	color:#6D6A67;
}
#form_newsletter_div select{
	width:184px;
	height:22px;
	/*
	padding-left:2px;
	padding-top:1px;
	*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top:1px solid #b2b2b2;
	border-left:1px solid #b2b2b2;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
#back, #back2{
	position:absolute;
	bottom:-21px;
}
*html #back{
	left:0;
	bottom:-28px;
}

*html #back2{
	left:0;
	bottom:-14px;
}

*+html #back{
	left:0;
	bottom:-26px;
}

*+html #back2{
	left:0;
	bottom:-26px;
}

#alert{
	 position:absolute;
	 bottom:-22px;
	 left:0px;
	/* display:block;*/
}
*html #alert{
	bottom:-26px;
}
*+html #alert{
	bottom:-26px;
}
*+html #acepto{
	margin-left:-3px;
}
*html #acepto{
	margin-left:-3px;
}

#texto_newsletter_div{
	width:396px;
}

#acepto_text{
	margin-left:5px;
	position:relative;
	top:-1px;
}
*+html #acepto_text{
	top:0;
}
*html #acepto_text{
	top:1px;
}

#form_newsletter_div fieldset a{
	text-decoration:underline;
	color:#6D6A67;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari 3.0 and Chrome rules here */
	#acepto_text{
		top:0px;
	}
	
	#enviar_input{
	 bottom:2px;
	}
}