@charset "utf-8";
/* CSS Evenor */

/*///////////////////// Estilos Compartidos /////////////////////*/

body {
	font: 12px Arial, Verdana, sans-serif;
	color:#fff;
	background: #000;
}


a {
	text-decoration: none;
	color: #fff; 
}

a:link {
	
}

a:visited {
	color: #fff;
}

a:hover {
	color: #000;  

}

a:active {
	
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

ul{
	list-style-position: outside;
	margin-bottom: 18px;
}

ul li {
}


ol{
	list-style-position: outside;
	margin-bottom: 18px;
}

li {
}

ol {
	padding-left: 8px;
	margin-left: 16px;
}



p {
	margin: 0;
	padding:0;
}


h3 {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #545454;
	padding-left:5px;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 2px;
	color: #545454;
}

h5 {
	font-weight: bold;
	color: #545454;
	margin-bottom: 2px;
}


/*//////////////////// CAJA CENTRAL//////////////////////////*/

#contenedor {
	margin:auto;
	width:842px;
	height:595px;
	background:url(../images/Web4.jpg) no-repeat scroll 0 0;
}

#contenedor_portada {
	margin:auto;
	width:842px;
	height:595px;
	background:url(../images/Web1.jpg) no-repeat scroll 0 0;
}

#contenedor_contacto {
	margin:auto;
	width:842px;
	height:595px;
	background:url(../images/Web3.jpg) no-repeat scroll 0 0;
}

#contenedor_contacto {
	margin:auto;
	width:842px;
	height:595px;
	background:url(../images/Web3.jpg) no-repeat scroll 0 0;
}

#contenedor_precodigo {
	margin:auto;
	width:842px;
	height:595px;
	background:url(../images/Web2.jpg) no-repeat scroll 0 0;
}

#contacto_btn {
	margin:auto;
	width:176px;
	height:66px;
	background:url(../images/contacto_btn.gif) no-repeat scroll 0 0;
	position:absolute;
	margin:290px 325px;
	z-index:9999;
	cursor:pointer;
}

#cines_btn {
	margin:auto;
	width:187px;
	height:49px;
	background:url(../images/cines_btn.gif) no-repeat scroll 0 0;
	position:absolute;
	margin:308px 520px;
	z-index:9999;
	cursor:pointer;
}

#precodigo_btn {
	margin:auto;
	width:183px;
	height:49px;
	background:url(../images/precodigo_btn.gif) no-repeat scroll 0 0;
	position:absolute;
	margin:308px 120px;
	z-index:9999;
	cursor:pointer;
}

#volver {
	background:url(../images/volver_btn.gif) no-repeat top right;
	height:32px;
	margin:10px 0px;
	cursor:pointer;
	
}

.center {
	margin:0px auto;
	width:842px;
}

.center td{
	height:34px;
}


#aviso_cheque {
	width:183px;
	height:49px;
	position:absolute;
	margin:308px 120px;
	z-index:9999;
}

/*#volver_contacto {
	margin:auto;
	width:183px;
	height:49px;
	background:url(../images/volver_btn.png) no-repeat scroll 0 0;
}

#volver_precodigo {
	margin:auto;
	width:183px;
	height:49px;
	background:url(../images/volver_btn.png) no-repeat scroll 0 0;
	position:absolute;
	margin:155px 30px;
	z-index:9999;
}*/

#mail_contacto {
	margin:auto;
	width:183px;
	height:49px;
	position:absolute;
	margin:425px 322px;
	z-index:9999;
	font-size:18px;
	color:#f19507;
	font-weight:bold;
	text-decoration:none;
}


#contenedor_central {
	padding:300px 0 0 0px;
	width:842px;
	height:295px;
	margin:0px -160px 0px 160px;
}

.cabecera_fondo td {
	font: 12px Arial, Verdana, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
}

.caja_cines {
	font: 12px Arial, Verdana, sans-serif;
	color: #fff;
	font-weight: bold;
	height: 30px;
	float:right;
	padding-right: 200px;
	width: 300px;
}

.caja_cines span{
	font: 16px Arial, Verdana, sans-serif;
	color: #fff;
	font-weight: bold;
}


#tab_contacto {
	width: 200px;
	float:left;
}

/**************** FLASH *************/

#pizza {
	height:400px;
	width:344px;
	position:absolute;
	margin:184px 394px;
	z-index:0;
}
#coke {
	height:400px;
	width:344px;
	position:absolute;
	margin:91px 610px;
	z-index:0;
}


/**************** AVISO LEGAL *************/

#avisobg {
background:url(../images/bgaviso.jpg) repeat scroll 0 0;
}

#aviso {
	background:url(../images/aviso.gif) repeat scroll 0 0;
	position:absolute;
	margin:300px 0px 0px 0px;
	width:31px;
	height:106px;
	cursor:pointer;
}

#aviso_txt {
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

#ie6 {
	background:url(../images/aviso_ie6.gif) no-repeat center left;
	background-color: #ffffcc;
	color: #000;
	padding: 7px 10px 10px 50px;
	margin-bottom:10px;
}