cuadro {

	min-width: 800px; 

}

#cuadro-1 {
	background: url(cuadro.png);
	height: 650px;
	position: relative;
	min-height: 315px;
	border: groove 1px #2332be;
	z-index: 1;
	
	min-width: 700px;
	width: 90%;

}


#cuadro-1 p {
	text-indent: 30px;
	text-align: left;
	margin:30px auto 30px 30px;
	z-index: 1;
	
}

form {
	/*border: 1px groove #2332be;*/
	height: auto;
	z-index: 1;
	min-width: 680px;
	
	margin: 0 auto;	
	
}


fieldset {
	position: relative;
	margin: 40px 50px 20px 30px;
	border: 1px solid #2332be;
	height: auto;
	z-index: 1;
	
	width: 670px;
	margin: 10px auto;	
}

legend {
	display: none;
	z-index: 1;
}

#datos span {
	display: block;
	background: url(datos.png) no-repeat;
	width: 66px;
	height: 30px;
	position: relative;
	top: -15px;
	left: 30px;
	z-index: 1;
	
}

#comentarios {
	display: block;
	background: url(comentarios.png) no-repeat;
	width: 127px;
	height: 30px;
	position: relative;
	top: -15px;
	left: 30px;
	z-index: 1;
		
}

.etiqueta {

	display: block;
	width: 230px;

	/*width: 40%;*/
	/*background: #f4f4f4;*/
	/*float: left;*/
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 1.10em;
	font-weight: 500;
	z-index: 1;
	
}

.campo {
	/*width: 55%;*/
	/*background: #0f0;*/
	/*float: right;*/
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 15px;
	z-index: 1;
	
	position: relative;
	top: -40px;
	left: 38px;
	min-width: 380px;
	width: 60%;
	float: left;
	margin-left: 210px;
	
	background: #f4fcfc;
	
	font-size: 1.20em;
	font-weight: 400;
	
}

.campo:focus {

	background: #2332be;
	color: #fff;
	font-size: 1.30em;
	font-weight: 500;
	
	
	

}

correo {
	margin-bottom: 20px;
}

label_correo {
	top: -17px;
	position: relative;
}
	
#comentario {
	margin-bottom: 20px;
		
	font-size: 1.90em;
	/*font-weight: 100;*/
	font-weight: normal;

	/*height: 200px;*/
	/*width: 50%;*/
	z-index: 1;
	/*width: 55%;*/
	
}

#comentario:focus {
	
	font-size: 2.10em;
	font-weight: 600;

}

textarea, input {
	border: 2px inset #2332be;
	padding: 1px;
}

textarea {
	font-size: 1.50em;
	font-weight: normal;

}

#boton_borrar, #boton_enviar, #ir_menu {
	width: 86px;
	height: 36px;
	z-index: 1;
	font-size: 1.1em;
	color: #fff;
	background: #2332be;
	padding-bottom: 3px;
	border: outset 3px #f4fcfc;
	margin-top: 15px;
	margin-bottom: 15px;
}

#boton_borrar:hover, #boton_enviar:hover, #ir_menu:hover{

	border: inset 3px #f4fcfc;

}

#boton_borrar {
	margin-left: 100px;
}

#boton_enviar {
	margin-right: 100px;
}

#cuadro-1 form {
	border: none;
}

#texto {

	margin-top: 50px;
	
}

#mensajes {

	margin-bottom: 25px;

}

.mensaje_fallo {
	background: #2332be;
	color: #fff;
	display: block;
	width: 90%;
	margin: 20px auto;
	text-align: center;
	padding: 10px;

	position: relative;
	top: 0;
}

#ir_menu {

	display: block;
	background: #2332be;
	width: 150px;
	height: 30px;
	/*margin-bottom: 10px;*/
	margin: 15px auto;
	position: relative;
	/*top: -10px;*/
	padding-top: 3px;
	
}

#a_menu {

	display: none;
}

#pieza-2 {
	margin-top: 875px;
}

