#contenedor-bloque-principal {
    background-image: url("../img/formalizar_reserva/borde-superior.png");
    background-repeat: no-repeat;
    color: #666666;
    margin: 4px auto 50px;
    padding-top: 10px;
    text-align: left;
    width: 960px;
    clear: both;
}
.style11 {
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
}
.campo-titulo {
    color: #210D4A;
    float: right;
    font-size: 30px;
    font-weight: normal;
    line-height: normal;
    margin-right: 25px;
    text-align: right;
}
#contenedor-bloque-principal .bloque-gris{
	background-color: #F2F2F2;
}
#bloque-principal {
    margin-left: 32px;
    width: 897px;
    padding-top: 30px;
}
#contactarColIzq{
	width: 185px;
	float: left;
	margin-right: 30px;
}
#contactarColDer{
	float: left;
	padding-left: 20px;
	text-align: left;
	border-left: 1px dotted #999999;
}
.titBloqIzq{
	font-size: 20px;
	color: #220E4A;
	line-height: 24px;
	margin-top: 0;
}
.bloqIzqInstruc{
	font-size: 14px;
	color: #999999;
}
.titBloqDer{
	font-size: 20px;
	color: #999999;
	line-height: 24px;
}
.bloqDerInstruc{
	font-size: 14px;
	color: #999999;
}
/* Preferencias  */
.datos-form {
    text-align: left;
}
.datos-form .top {
	margin-top: 20px;
}
.datos-form div.divCampoGrande {
	display:block;
	float:left;
	margin-right:45px;
	margin-bottom:10px;
	width: 280px;
}
.datos-form label {
	color: #666666;
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: bold;
}
.datos-form select{
	width: 254px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	padding: 5px 5px;
	text-align:	left; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E4E4E4));
	background: -webkit-linear-gradient(#FFFFFF, #E4E4E4);
	background:-moz-linear-gradient(#FFFFFF, #E4E4E4);
	background: -ms-linear-gradient(#FFFFFF, #E4E4E4);
	background: -o-linear-gradient(#FFFFFF, #E4E4E4);
	background: linear-gradient(#FFFFFF, #E4E4E4);
	-pie-background: linear-gradient(#FFFFFF, #E4E4E4);
	behavior: url(/PIE.htc);
	height: 31px;
	color: #333333;
}
.datos-form div.divBotonPreferencias{
	width: 552px;
	text-align: right;
}
input.btn_form {
    background: url("../img/cajetin_busqueda/boton-rojo-buscar.png") repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    margin-top: 20px;
    padding: 0;
    width: 178px;
}
.divResultado{
	text-align: right;
}
.titBloqResultado{
	font-size: 29px;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
	margin-top: 0;
	text-align: left;
}
.bloqResultado{
	font-size: 14px;
	text-align: left;
}
div.pie-bloque-gris{
	background-image: url("../img/formalizar_reserva/borde-inferior.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 10px;
    margin-top: 30px;
}