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


#contenedorcontacto{
	width:600px;
	height:300px;
	margin-top:20px;

}

	#box{
	width:400px;
	height:25px;
	margin-top:3px;
}
#contenedorcontenido1 {
	width: 600px;
	height:350px;
}

#contenedorcontactanos{
	width:960px;
	height:450px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
		background-image:url(../fotos/fondocontactanos.png);
	background-repeat:no-repeat;

}
	
	#submit{
	width:600px;
	height:50px;
	
}
label{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100px;
	text-align:right;
	display:block;
	float:left;
	margin-top:5px;
	margin-left:15px;
}

.formatos{
	width:150px;
	height:20px;
	background-color:#DAF7FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	border:none;
	margin-left:25px;
	text-align:left;
	
	
}
#boxmessage{
	width:400px;
	height:30px;
	margin-top:8px;
	
}
.mensaje{
	width:150px;
	height:30px;
	background-color:#DAF7FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	border:none;
	margin-left:25px;
	text-align:left;
	
}

#boton{
	width:109px;
	height:35px;
	margin-left:25px;
	margin-top:0px;
}
.boton{
	width:109px;
	height:35px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-image: url(../fotos/b-enviar.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	text-indent:-9999px;
	border-width:0px;
	border:solid;
	
}

.boton:hover{
	background-image: url(../fotos/b-enviar1.jpg);
	background-repeat:no-repeat;
}
.boton:active{
	background-image: url(../fotos/b-enviar2.jpg);
	background-repeat:no-repeat;
}

	#boxboton{
	width:200px;
	height:35px;
	margin-top:15px;
}

