.entradas_sala_Wrapper {
	position: relative;
	float: left;
	width: 940px;
	margin: 0px;
	padding: 0px;
			
}
.entradas_info_sala_Wrapper {
	position: relative;
	float: left;
	width: 940px;
	height: 54px;
	background-color: #B32A31;			
}

.entradas_info_sala_Wrapper {
	position: relative;
	float: left;
	width: 940px;
	height: 54px;
	background-color: #B32A31;			
}
.entradas_info_sala_Wrapper img {
	margin-left: 10px;
	margin-top: 10px;
}
.entradas_info_titulo {
	position: relative;
	float: right;
	height: 44px;	
	margin-right: 20px;
	margin-top: 15px;
	font-family: georgia;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: white;
	
	/*IE*/
	_position: absolute;
	_top: 0px;
	_right: 0px;
}
.entradas_info_cabPases_Wrapper {
	position: relative;
	float: left;
	width: 920px;
	height: 25px;
	margin: 0px;
	margin-bottom: 5px;
	padding: 5px 10px 5px 10px;
	background-image: url(../Images/mosaico_fondo_rojo.jpg);
	font-family: georgia;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: white;
	
}
.entradas_info_cabPases_Wrapper img {
	margin-left: 10px;
	margin-top: 10px;
}


/*##### PLANO #####*/
.entradas_sala_plano {
	float: left;
	clear: both;
	width: 650px;
	height: 650px;
	background: #000;
}

.plano_sala_fondo {
	position: relative;
}
.plano_sala_fondo img {
	position: absolute;
}

.butacas_Wrapper {
	position: absolute;
}

/*--- Butacas ---*/
.sector {
	position: absolute;	
}
.b_butaca {
	position: absolute;
	width: 20px;
	height: 18px;
	overflow: hidden;
	background: url(../Images/b_butaca.png) no-repeat 0 0;	
	cursor: pointer;
}

.b_butaca_ocupada {
	position: absolute;
	width: 20px;
	height: 18px;
	overflow: hidden;
	background: url(../Images/b_butaca.png) no-repeat 50% 100%;
	cursor: default;
}
.b_butaca_sel, .b_butaca_mv_sel{
	position: absolute;
	width: 20px;
	height: 18px;
	overflow: hidden;
	background: url(../Images/b_butaca.png) no-repeat 50% 0;
	cursor: pointer;
}

.b_butaca:hover, .b_butaca_sel:hover, .b_butaca_mv:hover, .b_butaca_mv_sel:hover{
	background: url(../Images/b_butaca.png) no-repeat 0 100%;
}

.b_butaca_mv {
	position: absolute;
	width: 20px;
	height: 18px;
	overflow: hidden;
	background: url(../Images/b_butaca.png) no-repeat 100% 0;	
	cursor: pointer;
}

.num_butaca {
	width: 13px;
	margin: 4px;
	margin-top: 7px;
	color: #ddd;
	font-size: 7pt;
	text-align: center;		
}
.b_butaca:hover .num_butaca, .b_butaca_sel:hover, .b_butaca_mv_sel:hover, .b_butaca_mv:hover .num_butaca, .b_butaca_sel .num_butaca, .b_butaca_mv_sel .num_butaca {
	color: #000;	
}

.filas_sala {
	position: absolute;
	padding: 0;
	list-style: none;
	color: #fff;
}
.filas_sala li {
	width: 20px;
	padding: 0;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;	
}

.leyenda_sala_Wrapper {
	position: absolute;
	width: 650px;
	height: 95px;
	bottom: 0;
	background: #222;
	color: #ddd;	
}

.leyenda_sala_Wrapper table {
	margin-top: 12px;
	margin-left: 15px;
	font-size: 9pt;	
}

.leyenda_sala_Wrapper td h2 {
	color: #B32A31;
	margin: 5px;
}
.icono_butaca {
	width: 20px;
	height: 18px;
	overflow: hidden;
	background: url(../Images/b_butaca.png) no-repeat 0 0;	
}
.icono_butaca_sel {
	width: 20px;
	height: 18px;
	overflow: hidden;
	background: url(../Images/b_butaca.png) no-repeat 50% 0;	
}
.icono_butaca_ocupada {
	width: 20px;
	height: 18px;
	overflow: hidden;
	background: url(../Images/b_butaca.png) no-repeat 50% 100%;	
}
.icono_butaca_mv {
	width: 20px;
	height: 18px;
	overflow: hidden;
	background: url(../Images/b_butaca.png) no-repeat 100% 0;	
}

/*##### LATERAL #####*/
.entradas_lateral {
	float: right;
	width: 285px;
	height: 750px;
	background: #000;
	font-size: 9pt;
	color: #ddd;
}

.entradas_lateral_titulo {
	float: left;
	clear: both;
	width: 265px;
	padding: 5px 10px;
	background: #B32A31;
	color: #fff;
	font-size: 10pt;
}
.entradas_lateral_precio {
	float: left;
	clear: both;
	width: 265px;
	padding: 10px;
	background: #333;
	color: #ccc;
	font-size: 10pt;
	text-align: right;
}
.entradas_lateral_precio strong {
	color: #fff;	
}

#lista_butacas_seleccionadas {
	float: left;
	clear: both;
	width: 280px;
	list-style: none;
	padding: 0;
}
#lista_butacas_seleccionadas li {
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	clear: both;
}
.entradas_lateral_precio#total {
	display: none;	
}

#b_compra_entradas {
	float: left;
	clear: both;
	width: 265px;
	padding: 10px;
	background: #44bbaa;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: none;
}
#b_compra_entradas:hover {
	background: #fff;
	color: #000;	
}
#b_cancela_entradas {
	float: left;
	clear: both;
	width: 275px;
	padding: 5px;
	margin-top: 10px;
	background: #666;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: none;
}

#b_cancela_entradas:hover {
	background: #fff;
	color: #000;	
}