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

.titulo1 {
	font-family:Peugeot-Normal-v2, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:44px;
	text-align:center;
	margin-top:-20px;
	margin-bottom:20px;
	text-decoration:none;
	color:#7e7e7e;
	}

.texto1 {
	font-family:Peugeot-Normal-v2, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:18px;
	text-align:justify;
	margin-top:opx;
	margin-bottom:opx;
	padding-top:opx;
	padding-bottom:opx;
	padding:opx;
	text-decoration:none;
	color:#7e7e7e;
	line-height:1.32;
	}

.destacado {
	font-family:"Peugeot-Normal-v2", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:19px;
	color:#006633;
	}

#menucabecera {
	background-color: rgba(255,255,255, .66);
	}

#ligthbox {
	background-image:url(../image/cab_formu.jpg);
	background-repeat:no-repeat;
	background-size: 100% auto;
	top:0px;
	}

#imgentrada {
	width:100%;
	}

#entrada {
	width:90%;
	max-width:1150px;
	margin:auto;
	margin-top:15px;
	}

#contenedor {
	width:95%;
	height:150px;
	max-width:1100px;
	margin:auto;
	margin-top:40px;
/*	background-color:#E5C6C6;*/
	background-image:url(../image/fondo-formulario.jpg);
	display:table;
	text-align:center;
	}

#conteizquierdo {
	width:94%;
	max-width:420px;
	margin:auto;
/*	background-color:#FFFFFF;*/
/*	float:left;*/
	display:table;
	text-align:left;
	padding-left:10px;
	}

#contederecho {
	width:40%;
	max-width:200px;
	height:550px;
	margin: 0px 5%;
	background-color:#F36B6D;
	float:left;
	display:none;
	}

/* inicio FORMULARIO estilos y errores*/

.formu_txt {
	font: normal 14px/100% "open_sanslight", Verdana, Tahoma, sans-serif;
	line-height: 22px;
	margin-top: 8px;
	margin-left: 7px;
	color: #999999;
	text-decoration: none;
}

.formu_casilla {
	font-size:14px;
	text-decoration: none;
		color: #920E03;
}

txtformu {
	font-family: "open_sanslight";
	font-size: 12px;
	font-weight: bold;
	color: #777776;
	text-align: justify;
	}

inputcontac, textarea {
    padding: 9px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
    width: 200px;
    background: #FFFFFF;
    }
   
textarea {
    width: 400px;
    max-width: 400px;
    height: 150px;
    line-height: 150%;
    }
   
/*(input:hover, textarea:hover,) añades lo que esta sobre el puntero del raton */
input:focus, textarea:focus {
	border-color: #ffa6a6;
	box-shadow: 0px 0px 8px #ffa6a6;
	-webkit-box-shadow: #f56969 0px 0px 7px;
    }
   
.form label {
    margin-left: 10px;
    color: #999999;
    }
   
.submit input {
    width: auto;
    padding: 9px 15px;
    background: #920E03;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    }

input, textarea {
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    }

input:hover, textarea:hover{
    -webkit-box-shadow: #e49f9f 0px 0px 8px;
    }

.submit input {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    }

.submit {
	margin-top: 12px;
	}

h2 {
	font-family: "cinzelregular", serif;
	font-size: 28px;
	text-align: center; 
	color: #920e03;
	}

.central {
	font-family: "cinzelregular", serif;
	font-size: 28px;
	text-align: center;
	color: #920e03;
	}

.central2 {
	font-family: "cinzelregular", serif;
	font-size: 6px;
	text-align: center;
	}

#corporativo {
	text-align: center;
	width: 939px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	margin-top: 15px;
	}



