/* CSS Document */
#contenido{
	padding-bottom:0px;
}

.migas_contacto{
	background-image:url(../img/migas_contacto.gif);
	background-repeat: no-repeat;
}

a.situacion{
	display:block;
	float:left;
	width:180px;
	background-image:url(../img/fondo_situacion.jpg);
	background-repeat:no-repeat;
	padding-left: 30px;
	padding-top: 196px;
	height: 30px;
	color: #FFFFFF;
	font-size: 14px;
}
a.soporte{
	display:block;
	float:left;
	width:130px;
	background-image: url(../img/soporte.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	height: 40px;
	text-decoration: none;
	margin-top: 30px;
}

/*-------------------contacto----------------*/
#form_contacto{
	display:block;
	float:left;
	width:625px;
	background-image: url(../img/fondo_atencion_cliente.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 435px;
}
p.texto_contacto{
	display:block;
	float:left;
	width:430px;
	font-size: 12px;
	color: #332F2D;
	padding-bottom: 10px;
}
p.enviado{
	display:block;
	float:left;
	width:430px;
	font-size: 12px;
	color: #332F2D;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	padding-top: 100px;
	height: 150px;
}
#form_contacto label{
	display:block;
	float:left;
	width:230px;
	padding-top: 20px;
	font-size: 12px;
	color: #332F2D;
}
#form_contacto .input_cotacto{
	width:200px;
	padding: 2px;
	font-size: 11px;
	border: 1px solid #000000;
	margin-top: 5px;
}
#form_contacto label.label_consulta{
	display:block;
	float:left;
	width:460px;
}
#form_contacto .textarea_cotacto{
	display:block;
	float:left;
	width:427px;
	padding: 2px;
	border: 1px solid #000000;
	margin-top: 5px;
	height: 80px;
}
#botones_contacto{
	display:block;
	float:left;
	width:430px;
	padding-top: 10px;
}
#botones_contacto .nota_legal{
	display:block;
	float:left;
	width:100px;
	font-size: 11px;
	color: #8A8888;
}
#botones_contacto .bot_enviar{
	display:block;
	float:right;
	width:69px;
	background-image: url(../img/boton_enviar.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding-top: 5px;
	height: 25px;
}

