@charset "utf-8";
/* CSS Document */
#content{
	height:650px;
}
#seccion{
	width:71px;
	height:14px;
	background:url(../contactar/images/txt_seccion.gif) no-repeat;
	text-indent:-9999px;
	margin:40px 0 20px 0;
}
#seccion2{
	width:143px;
	height:16px;
	background:url(../contactar/images/txt_seccion2.gif) no-repeat;
	text-indent:-9999px;
	margin:40px 0 20px 0;
}
#lopd{
	background:url(../contactar/images/lopd.gif) no-repeat;
	text-indent:-9999px;
	width:408px; 
	height:14px;
}
#content-principal a{
	color:#00ABDD;
	text-decoration:none;
	border-bottom:1px dotted #00ABDD;
}
#content-principal a:hover{
	background-color:#E9E9E9;
}

/*estilo para el formulario*/
#formulario {
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	padding: 0;
	width: 337px;
	margin:30px 0 80px 0;
}
#formulario label { 
	display: block;
	width: 85px; 
	padding: 0; 
	margin: 10px 0 0 7px;
	text-align: left;
	font-weight:normal;
}
#formulario .cajatexto{
	width:330px;
	margin:3px 0 3px 4px;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	padding:4px 0 4px 3px;
	border:1px solid #D1D1D1;
	color:#666666;
}
#formulario textarea{
	overflow: auto;
}
#enviar{
	width: 80px;
	height: 25px;
	float:right; 
	padding: 25px 0 0 0;
	margin: 10px 0 0 0;
	border: 0;
	background: transparent url(../contactar/images/bot_enviar.gif) no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* para IE 5.x */
}
/*fin formulario*/

.icono-envio{
	width:16px;
	height:18px;
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	margin-right:10px;
}
.mensaje-envio p{margin:0 !important;}
.bot-volver{font-weight:bold; margin:20px 0 0 25px; padding:0;}
.bot-volver:hover{text-decoration:none;}
