/* CSS Document */

.izquierda {
	float: left;
	width: 500px;
	margin-right: 20px;
}
.derecha {
	float: right;
	width: 400px;
}
.caja_texto_grande {
    border:1px solid #CCCCCC;
    height:170px;
    width:370px;
}
.boton_gris {
	background-color:#9E080A;
	border-style:none;
	color:#FFFFFF;
	float:right;
	font-size:11px;
	margin-right:30px;
	text-transform:uppercase;
	padding: 2px;
}
.fila label {
    color:#666666;
    float:left;
    font-size:13px;
    width:100px;
}
#form1 {
	margin-left: 20px;
}
.fila {
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #FF0000;
}

.caja_texto {
    border:1px solid #CCCCCC;
    width:370px;
}
.todos_datos {
    color:#999999;
    font-size:11px;
    margin-bottom:0;
    padding-left:100px;
}
.politica {
    color:#999999;
    font-size:11px;
}
.datos {
	color: #A30B06;
	font-size: 13px;
	font-weight: bold;
}
#mapa {
	margin-top: 20px;
	height: 315px;
	color: #000000;
	text-align: center;
	background-image: url(../img/contacto.jpg);
}

.datos a {
	color: #990000;
	text-decoration: none;
}
