@charset "utf-8";
/* CSS Document */

.caja_contacto{
	width:999px;
	float:left;
	background:url(../images/raton.jpg) no-repeat right ;
/*	border:1px solid red;*/
	}
.caja_contacto label{
	display:block;
	color:#B8308E;
	font-size:14px;
	margin:12px 0 0  0;
	}
.peque{
	width:150px;
	}
.mediano{
	width:250px;
	}
#gris{
	background:#F2F2F2;
	padding:0 0 3px 0;
	margin:5px 0 0 0;
	
/*	background:url(../images/linea_puntos.jpg) repeat-x bottom;*/
	}
.enviar{
	width:58px;
	height:18px;
	border:0;
	background:url(../images/enviar.jpg) no-repeat center top;
	text-indent:-999px;
	cursor:pointer;
	float:left;
	}
.area{
	width:350px;
	height:170px;
	}
.caja_contacto form{
	width:566px;
	float:left;
	background:url(../images/punto_ver.jpg) repeat-y right;
	margin:0 0 20px 0;
	}
.caja_contacto fieldset{
	border:0;
	}