@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	background: #000032 url(../images/bgpc.jpg) repeat-x left top;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 125%;
}
h1 a {
	text-decoration: none;
	color: #FFFFFF;
}
#container {
	margin: auto;
	width: 1205px;
	text-align: center;
	padding-top: 50px;
}
#botePalomitas {
	position: absolute;
	top: 20px;
	right: 20px;
}




#searchBox {
	/*background: url(../images/search-box.png) no-repeat center center;*/
	height: 70px;
	width: 1205px;
	margin: auto;
	padding-left: 30px;
	padding-top: 15px;
	
}

#search {
	font-size: 120%;
	width: 400px;
	float: left;
	margin-right: 10px;
}

#submit {
	background: url(../images/search_button.png) no-repeat center center;
	height: 30px;
	width: 186px;
	font-size: 120%;
	color: #FFFFFF;
	margin: 3px;
	float:left;
}

#abrirConsejos {
	background: #34436E url(../images/dropdown.png) no-repeat right center;
	width: 200px;
	margin: 0 auto;
	padding: 5px;
	display: block;
	cursor: pointer;
}

#consejosBusqueda {
	width: 420px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 5px 0;
	border: 2px solid #8BA2D6;
	border-width: 0 2px 2px 2px;
	display: none;
}

#header { padding: 20px; }
#footer {
	text-align: center;
}
#footer a { 
	color:#FFFFFF;
}
#plazas {
	padding: 30px 0;
}
#plazas li {
	padding: 10px 0;
}
#plazas li a {
	color: #FFFFFF;
}
#listaPlazas {
	width: 400px;
	text-align: left;
	margin: 0 auto;
}
#listaPlazas li {
	display:block;
	padding: 10px 0;
}
#listaPlazas li a {
	color:#FFFFFF;
	text-decoration:none;
}
#listaPlazas li a:hover {
	text-decoration: underline;
}
.description { color: #FFFFFF; font-size: 24px; font-weight: bolder; }
h3 {
	color:#283562;
	margin: 1em 0;
}
#resultsTable {
	padding:20px;
	margin: 1em 0;
	color: #394873;
	text-align: left;
	position: relative;
	background: #FFFFFF;
	width: 1200px;
}
#resultsTable table td {
	padding: 5px;
	margin:0;
}
#resultsTable .title {
	background:#FF9900 url(../images/tr.png) repeat-x center left;
	color: #FFFFFF;
}
#rightBar {
	width: 550px;
	text-align: left;
	padding: 10px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.movieTitle { font-weight: bold;}
.movieRoom { font: 110% Georgia, "Times New Roman", Times, serif; }
.movieTime { font: 110% Georgia, "Times New Roman", Times, serif; }
.movieComplex, .cinemaName { font-size: 90%; }
#resultsTable table { margin-bottom:20px; }
#resultsTable table td { border-bottom: 2px solid #EBEBEB; }
#rightBar a {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

#consejo{
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}