/********************************/
/*	Relativo a sidebar1	*/
/********************************/
#sidebar1 .productos {
	clear: both;
	width: 190px;
	height: auto;
	margin-left: 0;
	margin-bottom: 10px;
}
#sidebar1 .productos_titulo, 
#sidebar1 .productos_fin {
	background: url(/imagenes/sprites_vertical.gif);
	background-repeat: repeat-x;
	width: 100%;
	
}
#sidebar1 .productos_titulo {
	background-position: 0 0;
	height: 20px;
}
#sidebar1 .productos_titulo .sup_izq, 
#sidebar1 .productos_titulo .sup_der, 
#sidebar1 .productos_fin .inf_izq, 
#sidebar1 .productos_fin .inf_der {
	background: url(/imagenes/sprites_esq.gif);
	background-repeat: no-repeat;
	width: 20px;
	font-size: 1px;
}
#sidebar1 .productos_titulo .sup_izq {
	background-position: 0 0;
	height: 20px;
	float: left;
}
#sidebar1 .productos_titulo .sup_der {
	background-position: -20px 0;
	height: 20px;
	float: right;
}
#sidebar1 .productos_titulo h1 {
	padding-top: 3px;
	font-size: 110%;
	color: #FFF;
	text-align: center;
}
#sidebar1 .productos_content {
	background: url(/imagenes/sprites_horizontal.gif);
	background-position: -40px 0;
	background-repeat: repeat-y;
	width: 100%;
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidebar1 .productos_content h1 {
	font-size: 105% !important;
}
#sidebar1 .productos_content h1, 
#sidebar1 .productos_content h2, 
#sidebar1 .productos_content a, 
#sidebar1 .productos_content a:link, 
#sidebar1 .productos_content a:visited, 
#sidebar1 .productos_content a:active, 
#sidebar1 .productos_content a:hover {
	font-size: 100%;
	font-weight: 400;
	color: #000;
	text-decoration: underline;
}
#sidebar1 .productos_content li{
	padding-left: 20px;
	list-style: none;
	background: url(/imagenes/control_play.gif);
	background-position: 5px -15px;
	background-repeat: no-repeat;
}
#sidebar1 .productos_content li.sin {
	background: none;
}
#sidebar1 .productos_fin {
	background-position: 0 -73px;
	height: 7px;
	font-size: 1px;
}
#sidebar1 .productos_fin .inf_izq {
	background-position: 0 -73px;
	height: 7px;
	float: left;
}
#sidebar1 .productos_fin .inf_der {
	background-position: -20px -73px;
	height: 7px;
	float: right;
}
#sidebar1 a.ventajas {
	background-image: url(/imagenes/7ventajas.gif);
	background-repeat: no-repeat;
	background-position: -190px 0px;
	float: left;
	width: 190px;
	height: 60px;
	margin-top: 5px;
}
#sidebar1 a.ventajas:hover {
	background-position: 0px 0px;
}
#sidebar1 img.ventajas {
	display: none;
	width: 190px;
	height: 60px;
}
#sidebar1 img.noches {
	margin-top: 15px;
	width: 190px;
	height: 190px;
}

/********************************/
/*	Relativo a sidebar2	*/
/********************************/
#sidebar2 .formulario {
	clear: both;
	width: 190px;
	height: auto;
	margin-left: 10px;
}
#sidebar2 .formulario_titulo, 
#sidebar2 .formulario_fin {
	background: url(/imagenes/sprites_vertical.gif);
	background-repeat: repeat-x;
	font-size: 1px;
}
#sidebar2 .formulario_titulo {
	background-position: 0 0;
	width: 100%;
	height: 7px;
}
#sidebar2 .formulario_titulo .sup_izq, 
#sidebar2 .formulario_titulo .sup_der, 
#sidebar2 .formulario_fin .inf_izq, 
#sidebar2 .formulario_fin .inf_der {
	background: url(/imagenes/sprites_esq.gif);
	background-repeat: no-repeat;
	font-size: 1px;
	width: 20px;
	height: 7px;
}
#sidebar2 .formulario_titulo .sup_izq {
	background-position: 0 0;
	float: left;
}
#sidebar2 .formulario_titulo .sup_der {
	background-position: -20px 0;
	float: right;
}
#sidebar2 .formulario_content {
	background: url(/imagenes/sprites_horizontal.gif);
	background-position: -40px 0;
	background-repeat: repeat-y;
	width: 100%;
	height: auto;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
	font-size: 95%;
}
#sidebar2 .formulario_content .titulo {
	text-align: center;
	font-size: 150%;
	font-weight: 700;
	width: 170px;
}
#sidebar2 .formulario_content label {
	font-size: 105%;
}
#sidebar2 .formulario_content input {
	clear: both;
	display: block;
	width: 166px;
	font-family: "Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size: 95%;
}
#sidebar2 .formulario_content input:focus {
	border-style: solid;
	border-width: 3px;
	border-color: #4d5457;
	width: 164px;
	font-weight: 700;
}
#sidebar2 .formulario_content fieldset {
	border: none;
	width: 170px;
}
#sidebar2 .formulario_content fieldset legend{
	color: #000;
	font-size: 105%;
}
#sidebar2 .formulario_content fieldset input {
	clear: both;
	float: left;
	width: 20px;
	margin-top: 6px;
}
#sidebar2 .formulario_content fieldset label {
	font-weight: 400;
	clear: both;
	float: left;
	width: 175px;
	text-align: justify;
	margin-left: -2px;
	font-size: 95%;
}
#sidebar2 .formulario_content label.no_visible {
	display: none;
}
#sidebar2 .formulario_content input.submit {
	margin-top: 5px;
	border: none;
	background-color: #FFF;
	text-decoration: underline;
	font-size: 110%;
}
#sidebar2 .formulario_content input.submit:hover{
	border: none;
	color: #FFF;
	background-color: #4d5457;
	text-decoration: none;
	cursor: pointer;
}
#sidebar2 .formulario_fin {
	background-position: 0 -33px;
	width: 100%;
	height: 7px;
}
#sidebar2 .formulario_fin .inf_izq {
	background-position: 0 -33px;
	float: left;
}
#sidebar2 .formulario_fin .inf_der {
	background-position: -20px -33px;
	float: right;
}
#sidebar2 img.contrata {
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	width: 190px;
}
