

.texto_contacto  form{
	display: block;
    text-align: -webkit-center;
}

.texto_contacto form .fila {
	text-align: left;
}

.texto_contacto {
	background-image: url("./fondo1.jpg");
	background-position: center; 
	background-repeat: no-repeat;
    display: block;
}

.texto_contacto .titulo{
	background-color: none;
	width: 90%;
	padding: 15px 15px 15px 15px;
	font-family: 'Bookman Old Style', Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #0A3E70;
	border-style: none;
    border-color: none;
    border-width: none;
	box-shadow: none;
}

.contacto_texto {
	width: 60%;
    background-color: rgb(184,197,206);
	padding: 15px 15px 15px 15px;
	font-family: 'Bookman Old Style', Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: rgb(144,12,8);
	font-weight: normal;
	display: block;
    text-align: -webkit-center;
	margin: 0 auto;
    border-style: solid;
    border-color: darkblue;
    border-width: 3px;
	box-shadow: 0 0 0 10px rgb(213,203,142);
	position: absolute;
top: 25%;
left: 25%;
}

.contacto_bloque {
	background-image: url("./fondo1.jpg");
	background-position: center; 
	background-repeat: no-repeat;
    display: block;
	height: 600px;
}

#datosContacto font {
	padding: 0 0 0 0;
}

.texto_contacto table {
	width: 95%;
	margin: auto;
}

#contacto input, #contacto textarea {
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
}
.contacto .botones td {
	vertical-align: bottom;
}
