.contenedorPromos {
    height: auto;
    margin: 10px auto auto;
    overflow: hidden;
    width: 961px;
}
#buscador{
	background-image: url("../img/comun/pestanya_izquierda.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #666666;
    float: left;
    margin: 0px;
    padding-left: 0;
    padding-top: 0;
    text-align: left;
    width: 960px;
    font-size: 13px;
}
.campo-titulo{
	background-color: #F2F2F2;
    border-top: 1px solid #CCCCCC;
    color: #210D4A;
    float: right;
    font-size: 30px;
    font-weight: normal;
    line-height: normal;
    min-width: 170px;
    padding-left: 50px;
    padding-right: 55px;
    padding-top: 10px;
    text-align: right;
    width: auto;
}
.campo-triangulo{
	background-image: url("/sltwww/st/img/comun/triangulo_pestanya.png");
    background-repeat: no-repeat;
    float: right;
    font-size: 30px;
    font-weight: normal;
    height: 46px;
    line-height: normal;
    width: 23px;
    background-position: left top;
}
#buscador .bloque-gris{
	background-color: #F2F2F2;
	float: left;
	width: 100%;
	padding-top: 30px;
}
/**Breadcrumbs**/
#listado_breadcrumb {
    float: left;
    font-size: 20px;
    font-weight: normal;
	margin: 0;
    width: 210px;
    border-right: 1px dotted #999999;
    min-height: 200px;
}

#listado_breadcrumb .campo-paso{
	color:#999999;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	display: block;
	text-align: left;
	height: 35px;
	cursor: default;
}
#listado_breadcrumb .campo-paso.activo{
	color:#200C4A;
	cursor: default;
}
#listado_breadcrumb .campo-paso.seleccionado{
	background: url('../img/cajetin_busqueda/flecha-breadcrumb.png') no-repeat left 3px transparent;
	color:#200C4A;
}
/** Parques **/
#reservasContID{
	float: left;
	width: 729px;
	padding-left: 20px; 
	padding-bottom: 30px;
}
#buscador label{
	display: block;
	font-size: 13px;
	color: #666666;
	margin-bottom: 10px;
}
.select-parque-cabecera{
	color: #666666;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 0px;
    text-align: justify;
    clear: both;
}
.select-parque{
	width: 161px;
	height: 79px;
	float: left;
	background-color: #FFFFFF;
	margin-right: 1px;
	margin-bottom: 1px;
	overflow: hidden;
	border: 2px solid #FFFFFF;
	cursor: pointer;
}
.select-parque.seleccionado{
	border: 2px solid #DF1F0E;
}
.select-parque.no-activo{
	cursor: default;
}
.select-parque a{
	float: left;
    height: 100%;
    width: 100%;
}
.select-parque a img{
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Webkit Nightlies */
}
.select-parque a:hover img,
.select-parque.seleccionado a img{
	 filter: none; /* Firefox 3.5+ y IE6-9*/
    -webkit-filter: grayscale(0); /* Google Chrome & Webkit Nightlies */
}

#buscador input[type="text"]{
	border: 1px solid #CCCCCC;
    color: #999999;
    font-family: Helvetica;
    font-size: 14px;
    height: 22px;
    padding-left: 5px;
    padding-top: 5px;
    vertical-align: middle;
    width: 175px;
}
.campo-buscador-fecha {
	background-image: url("/sltwww/st/img/cajetin_busqueda/img-fecha.png");
	background-position: 155px 4px;
	background-repeat: no-repeat;
	cursor: pointer;
}
/** Boton compra **/
#cont-boton{
	margin-top: 20px;
	float: left;
	width: 100%;
}
.btn_bnsp{	
	background-color: #DF1F0E;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: bold;
    float: right;
    height: 30px;
    text-align: center;
    margin: 0;
    margin-right: 65px;
    padding: 0;
    padding-left: 50px;
    padding-right: 50px;
}
.btn_bnsp:hover{
	text-decoration: none;
}
/** Aviso **/
#avisoImportante{
	clear: both;
    float: left;
    padding-top: 20px;
    width: 665px;
}
#avisoImportante p{
	padding: 0;
	margin: 0;
	margin-top: 13px;
	margin-bottom: 13px;
}
#avisoImportante p span{
	font-weight: bold;
}
div.inputsBottom {
	float:left; 
	margin-top:20px;
	margin-left:10px;
}

div.inputsBottom select {
	width:150px;
	background: -moz-linear-gradient(#FFFFFF, #E4E4E4) repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    color: #333333;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}