/*
Theme Name: Rio Cinemas
Theme URI: http://hold.mx
Description: Tema para el sitio de Rio Cinemas
Version: 1
Author: Germán Kasten
Tags: Rio Cinemas, Hold Asociados

Tema para el sitio de Rio Cinemas
*/

*{
	margin:0;
	padding:0;
}

body{
	background:url(img/bg.jpg) top repeat-x;
	background-color:#602D5B;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#2C1328;
}

h1{
	margin:10px 0;
	color:#FFF;
	font-size:16px;
	letter-spacing:-1px;
}

h2{
	margin:0 0 10px 0;
	line-height:100%;
	font-size: 16px;
}

h2 a{
	color:#2C1328;
}

h3{	margin:10px 0;
	color:#FFCC00;
	font-size:16px;
	letter-spacing:-1px;
	font-weight: normal;
	}	

h4{
	color:#FFF;
	font-size:16px;
	letter-spacing:-1px;
	margin:0;
	font-weight: bold ;
}

h4 a{
	color:#FFF;
}

h5{
	margin:0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
}

h6{
	margin:10px 0;
	color:#FFCC00;
	font-size:16px;
	letter-spacing:-1px;
	font-weight: bolder;
}

h7{
	margin:10px 0;
}

p,ul,ol{
	line-height:140%;
	margin:10px 0;
}

ul,ol{
	margin:0 30px;
}


a{
	text-decoration:none;
	color: #2C1328;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

#wrapper{
	width:940px;
	margin:0 auto;
	position:relative;
	background:url(img/bg-wrapper.jpg) top no-repeat;
}

#header{
	position:relative;
	height:120px;
	width:940px;
}

#header #logo{
	position:absolute;
	top:32px;
	left:0px;
}

#header ul{
	position:absolute;
	list-style:none;
	top:79px;
	left:215px;
	width:690px;
}

#header ul li{
	float:left;
	height:20px;
	padding:10px 9px;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
}

#header ul li:hover{
	background:url(img/menu-hover.jpg) repeat-x;
}

#header ul li a{
	color:#330033;
}

#header ul li a:hover{
	text-decoration:none;
}

#header ul li#menu-search{
	background:url(img/search_menu.png) 0 5px no-repeat;
	float:right;
	width:177px;
	padding:10px 0 10px 0;
}

#header ul li#menu-search input{
	border:none;
	background:none;
	font-size:12px;
	padding:0 10px;
	width:130px;
	float:left;
}

#header ul li#menu-search a{
	display:block;
	width:20px;
	height:20px;
	float:left;
}

#header #search{
	background:url(img/quick_search.png) no-repeat;
	position:absolute;
	width:476px;
	height:22px;
	top:125px;
	left:250px;
	padding:5px 10px;
}

#header #search h5{
	color:#FFCC00;
	font-size:17px;
	margin:0px;
	float:left;
	text-transform:uppercase;
}

#header #search select{
	float:left;
	display:inherit;
	margin:2px 10px;
	width:180px;
}

#header #search a{
	color:#FFF;
	display:block;
	float:right;
	padding:0 20px 0 0;
}

#container{
	width:940px;
	float:left;
	display:inline;
	margin:10px 0;
}

#container #home{
	width:720px;
	float:left;
}

#container #home #banner{
	background:url(img/banner-home-shadow720.jpg) bottom no-repeat;
	padding:0 0 16px 0;
	width:720px;
	height: 300px;
}

#container #home #banner #botones{
	float: left;
	display: inline;
	width: 190px;
	height: 300px;
	background: url(img/bg-botones.jpg) top left no-repeat;
}

#container #home #banner #botones .boton{
	width: 150px;
	height: 60px;
	float: left;
	padding: 20px;
}

#container #home #banner .boton a.title{
	color: #fff;
	font-size: 17px;
	font-weight:normal;
	line-height: 120%;
	display: block;
	overflow: hidden;
	width: 150px;
	height: 50px;
}

#container #home #banner .boton a{
	color:#FFBF00;
}

#container #home #banner .img{
	width: 530px;
	height: 300px;
	float: right;
	display: none;
	overflow: hidden;
}

#container #home #cartelera{
	background:url(img/cartelera.jpg) top no-repeat;
	width:600px;
	height: 216px;
	margin:0 0 10px 0;
	position: relative;
	padding: 0 60px;
}

#container #home #cartelera a.prev{
	cursor: pointer;
	width: 42px;
	height: 43px;
	background: url(img/prev.png);
	display: block;
	position: absolute;
	top:80px;
	left: 10px;
}

#container #home #cartelera a.next{
	cursor: pointer;
	width: 42px;
	height: 43px;
	background: url(img/next.png);
	display: block;
	position: absolute;
	top: 80px;
	left: 670px;
}

#container #home #cartelera .cartelera-slider{
	float: left;
	height: 216px;
	padding: 20px 0;
}

#container #home #cartelera .cartelera-slider img{
	margin: 0 10px;
	width: 100px;
	height: 150px;
}

/*slider interior*/
#container #content #cartelera{
	background:url(img/bg-slider-int.jpg) top no-repeat;
	width:580px;
	height: 216px;
	margin:0 0 10px 0;
	position: relative;
	padding: 0 60px;
}

#container #content #cartelera a.prev{
	cursor: pointer;
	width: 42px;
	height: 43px;
	background: url(img/prev.png);
	display: block;
	position: absolute;
	top:80px;
	left: 10px;
}

#container #content #cartelera a.next{
	cursor: pointer;
	width: 42px;
	height: 43px;
	background: url(img/next.png);
	display: block;
	position: absolute;
	top: 80px;
	left: 650px;
}

#container #content #cartelera .cartelera-slider{
	float: left;
	height: 216px;
	padding: 20px 0;
}

#container #content #cartelera .cartelera-slider img{
	margin: 0 10px;
	width: 100px;
	height: 150px;
}
/*fin slider interior*/

#container #content{
	background:#FFF;
	width:700px;
	float:left;
	padding:20px;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#container #content #breadcrumb{
	font-size:11px;
	padding:0 0 20px 0;
}


#container #content #oneCol,
#container #content #threeCol,
#container #content #fiveCol{
	width:700px;
	float:left;
	clear:both;
}

#container #content #oneCol .col{
	width:700px;
	float:left;
	display:inline;
	margin:0 0 15px 0;
	padding:5px 0;
	border-bottom:1px solid #EEE8ED;
}

#container #content #threeCol .col{
	width:180px;
	height: 200px;
	overflow: hidden;
	float:left;
	display:inline;
	margin:0 40px 30px 0;
	padding:5px 0;
}

#container #content #fiveCol .col{
	width:100px;
	height: 220px;
	overflow: hidden;
	float:left;
	display:inline;
	margin:0 40px 20px 0;
	padding:5px 0;
}

#container #content #fiveCol .col img.left{
	margin:0 20px 10px 0;
}

#container #content #carteleta-cine{
	background: url(img/cartelera_int_bg.jpg) top no-repeat;
	width: 180px;
	height: 110px;
	float: right;
	display: inline;
	margin: 10px 0 10px 10px;
	padding: 10px;
	position: relative;
}

#container #content #carteleta-cine h2{
	font-size: 17px;
	font-weight: normal;
	color: #FFCC00;
}

#container #content #carteleta-cine a{
	color: #fff;
	display: block;
	width: 70px;
	height: 25px;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	left: 130px;
}

#container #content ul#cines{
	margin: 0;
	list-style: none;
}

#container #content ul#cines li{
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
}

#container #content ul#cines li ul{
	margin: 0;
	list-style: none;
}

#container #content ul#cines li ul li{
	font-size: 12px;
	font-weight: normal;
	margin: 0 20px;
}

#container #threeCol{
	width:940px;
	float:left;
	clear:both;
}

#container #threeCol #c1,
#container #threeCol #c2,
#container #threeCol #c3{
	width:270px;
	height:265px;
	float:left;
	display:inline;
	padding:0 15px 16px 15px;
	overflow:hidden;
	margin:0 0 15px 0;
}

#container #threeCol #c1 img,
#container #threeCol #c2 img,
#container #threeCol #c3 img{
	float:left;
	margin:0 15px 15px 0;
	width: 100px;
}

#container #threeCol #c1 p,
#container #threeCol #c2 p,
#container #threeCol #c3 p{
	margin:0;
}

#container #threeCol #c1 h4,
#container #threeCol #c2 h4,
#container #threeCol #c3 h4{
	line-height: 100%;
}

#container #threeCol #c1 .title,
#container #threeCol #c2 .title,
#container #threeCol #c3 .title{
	padding:0 0 15px 0;
	width:270px;
	height:40px;
	float:left;
}

#container #threeCol #c2{
	margin:0 20px;
}

#container #threeCol .violet{
	background:url(img/violet.jpg) top no-repeat;
}

#container #threeCol .purple{
	background:url(img/purple.jpg) top no-repeat;
	color:#FFF;
}

#container #sidebar{
	float:right;
	width:180px;
}

#container #sidebar ul{
	list-style:none;
	width:180px;
	margin:0;
}

#container #sidebar ul li{
	float:left;
	display:inline;
	width:180px;
	margin:0 0 10px 0;
}

/*tabla*/
#container #content table{
	border-collapse: collapse;
	text-align:left;
	margin:10px 0 20px 0;
	width: 700px;
}

#container #content table thead{
	background:#01474F;
}

#container #content table thead td{
	background:#2B1429;
	height:22px;
	font-size:15px;
	font-weight:bold;
	/*text-transform:uppercase;*/
	color:#FFCC00;
	padding:1px 20px;
}

#container #content table thead th{
	height:22px;
	color:#FFF;
	font-size:15px;
}

#container #content table tbody tr td{
	height:22px;
	font-size:11px;
	padding:5px 20px;
	font-family: Arial;
	}

#container #content table tbody tr.d0 td {
	background-color: #FFE9FC;
}

#container #content table tbody tr.d1 td {
	background-color: #F6E3F9;
}

#container #content table tbody td.c1 {
	width: 235px;
}
#container #content table tbody td.c2 {
	width: 214px;
}
#container #content table tbody td.c3 {
	width: 128px;
}
#container #content table tbody td.c4 {
	width: 136px;
}


/*fin tabla*/

#footer{
	width:900px;
	padding:20px;
	height:212px;
	float:left;
	position:relative;
	background:url(img/footer-bg.jpg) top center;
	color:#FFF;
}

#footer p{
	position:absolute;
	top:200px;
	left:35px;
}

#footer #hold{
	position:absolute;
	top:210px;
	left:880px;
}

#footer ul{
	margin:0;
	list-style:none;
}

#footer ul li{
	padding:0 15px;
	float:left;
}

#footer ul li ul{
	margin:0;
	padding:10px 0;
}

#footer ul li ul li{
	float:none;
	padding:0;
}

#footer ul li a{
	color:#FFF;
}

#footer ul li ul li a{
	color:#602D5B;
}

#footer ul li.legal{
	float:right;
	font-size:11px;
	color:#5F2C59;
}

.left{
	float:left;
}

.right{
	float:right;
}

br.clear{
	clear:both;
}


/*adornos*/

img.shadow180{
	background:url(img/side-call-180-shadow.jpg) bottom no-repeat;
	padding:0 0 16px 0;
}

a#btnSearch{
	cursor: pointer;
}

a.call-to-leer{
	font-size:11px;
	background:url(img/call-to-leer-mas.png) no-repeat;
	width:67px;
	height:17px;
	display:block;
	padding:5px 10px;
	float:right;
	margin:10px 0;
}

a.call-to-leer:hover{
	text-decoration:none;
}

.violet a.call-to-leer{
	color:#2C1328;
}

.purple a.call-to-leer{
	color:#A386A0;
}

a.call-to-leer-noticia{
	font-size:11px;
	background:url(img/call-to-leer-noticia.jpg) no-repeat;
	width:101px;
	height:15px;
	display:block;
	padding:5px 10px;
	float:left;
	margin:10px 0;
	color:#A3859F;
}

span.estrellas{
	width:66px;
	height:10px;
	float:left;
}

span.e1{
	background:url(img/estrellas.png) 0px 20px;
}

span.e2{
	background:url(img/estrellas.png) 0px 30px;
}

span.e3{
	background:url(img/estrellas.png) 0px 40px;
}

span.e4{
	background:url(img/estrellas.png) 0px 50px;
}

span.e5{
	background:url(img/estrellas.png) 0px 60px;
}

.left{
	float:left;
	display:inline;
}

.right{
	float:right;
	display:inline;
}

img.left{
	margin:0 20px 20px 0;
}

img.right{
	margin:0 0 20px 20px;
}

.w180{
	width: 180px;
}

.w500{
	width: 500px;
}

#city option{
	margin: 0 0 0 15px;
}

/********cforms*****************/

#cformsform{
	width: 310px;
	float: left;
	padding:0 50px 40px 0;
}

.cf_hidden{
	display: none;
}

#container #content ol.cf-ol{
	margin:0;
	list-style:none;
	width:310px;
	float:left;
}

#container #content ol.cf-ol li{
	float:left;
	padding:2px 0;
	margin:6px 0;
	display:inline;
	width:310px;
}

#container #content ol.cf-ol li label{
	float:left;
	width:70px;
	line-height:120%;
	font-size:11px;
}

#container #content ol.cf-ol li.cf-box-title{
	line-height:120%;
	font-size:11px;
}

#container #content ol.cf-ol li.cf-box-group{
	float:left;
	padding:2px 0;
	margin:6px 0;
	display:inline;
	width:310px;
}

#container #content ol.cf-ol li .single{
	float:right;
	padding:2px;
	font-size:12px;
	border:1px solid #CCCCCC;
	width:220px;
}

#container #content ol.cf-ol li .area{
	float:right;
	padding:2px;
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border:1px solid #CCCCCC;
	width:220px;
	height:100px;
}

#container #content #cformsform p.cf-sb{
	float:left;
	padding:2px 0;
	margin:6px 0;
	display:inline;
	width:310px;
}

#container #content .cf-sb .sendbutton{
	float:right;
}

#container #content ol.cf-ol fieldset{
	display: block;
}

.linklove{
	display: none;
}

/*************************************/

