@import url('blueprint.css');
@import url('lightbox.css');

/**
 * Global Tags
 */
body {
	background:#0F0F0F url(../images/bg.png) repeat-y center top;
	color:#FFF;
}

h1 {
	font:bold 1.35em/1 "Myriad Pro", Helvetica, Arial, sans-serif;
}

h2,
h3 {
	font-size:1.25em;
	font-weight:bold;
}

h3 {
	font-size:1.15em;
	font-style:italic;
}

a {
	color:#222;
}

p {
	margin-bottom:1em;
}

blockquote {
	color:#DDD;
}

.hr,
.line {
	border-color:#333;
}


/**
 * Layout styles
 */
/* 
#bg {
	background:url(../images/top.png) repeat-x center top;
}
 */

#top_bg {
	background:url(../images/head.jpg) no-repeat center top;
}

#topbar,
#topbar #date {
	color:#FFF;
	height:30px;
	line-height:28px;
	margin:0 auto 10px;
}

#topbar #date {
	font-weight:bold;
	float:left;
	margin:0;
}

#topbar form {
	float:right;
	padding-top:4px;
}

#topbar label {
	display:none;
}

#topbar input {
	font-size:1em;
	margin:0;
	padding:2px 5px;
	width:150px;
}

#topbar p {
	margin:0;
}

#wrapper {
	color:#222;
	margin:0 auto;
	width:968px;
	width:962px;
}

#header {
	background:url(../images/header.jpg) repeat-x left bottom;
	height:150px;
	position:relative;
	overflow:hidden;
}

#logo {
	height:150px;
	width:200px;
}

#logo a,
#header_ad a,
#nav a {
	display:block;
	height:100%;
}

#header_ad,
#home-flash {
	background:#111;
	color:#999;
	height:86px;
	left:208px;
	line-height:86px;
	position:absolute;
	text-align:center;
	top:10px;
	width:742px;
}

#logo span,
#tagline,
#topbar button {
	/* display:none; */
	left:-9000px;
	position:absolute;
	top:-9000px;
}


/**
 * Navigation styles
 */
#nav {
	height:43px;
	left:208px;
	list-style:none;
	margin:0;
	overflow:hidden;
	top:102px;
	position:absolute;
	width:742px;
}

#nav li {
	font-size:1.2em;
	font-weight:bold;
	height:43px;
	line-height:43px;
	margin:0;
	text-align:center;
	top:0;
	position:absolute;
	zoom:1;
}

#nav a {
	color:#FFF;
	display:block;
	text-decoration:none;
	zoom:1;
}

#nav li.inactive a {
	color:#666;
}

#nav-home {
	left:0;
	width:115px;
}

#nav-schedule {
	left:121px;
	width:174px;
}

#nav-movies {
	left:301px;
	width:151px;
}

#nav-contact {
	left:458px;
	width:156px;
}

#nav-about {
	left:620px;
	width:122px;
}


/**
 * Content styles
 */
#home-flash {
	height:377px;
	height:346px;
	overflow:hidden;
	position:static;
	width:962px;
}

#home-flash img {
	vertical-align:bottom;
}

#content {
	background:#F6F6F6;
	color:#222;
	min-height:500px;
	padding:10px 10px 30px;
	text-align:justify;
}

#ie6 #content {
	height:500px;
}

#content h1 {
	background:#222;
	color:#FFF;
	font-size:1.2em;
	padding:5px 10px;
	letter-spacing:-1px;
	text-transform:uppercase;
}

#content h1 a {
	color:#FFF;
}


/**
 * Programacion
 */
.item {
	line-height:23px;
	padding:5px 10px;
}

#progra-block .item {
	background:#DCDCDC;
}

#progra-block .inner,
.inner {
	padding-right:10px;
	float:right;
	width:475px;
}

#progra-block .inner p,
.inner p {
	float:none;
	margin-bottom:0.5em;
}

#progra-block .hr {
	border:0;
	height:10px;
	margin:0;
	padding:0;
}

#progra-block h2 {
	float:left;
	margin:0;
}

#progra-block .active h2 {
	padding-bottom:10px;
}

#progra-block .img {
	clear:left;
	padding:0;
	text-align:center;
	width:110px;
}

#progra-block img {
	height:100px;
}

#progra-block p {
	float:right;
	margin:0;
}

#progra-block .align-right {
	padding-top:5px;
}

#progra-block a {
	text-decoration:none;
}

#progra-block a:hover {
	text-decoration:underline;
}


/**
 * Estrenos
 */
#home #estrenos {
	padding-top:10px;
}

#estrenos .item {
	float:left;
	padding:0;
	text-align:center;
	width:235px;
}

#estrenos img {
	height:100px;
}

#estrenos h2 {
	font-size:1.1em;
}

#estrenos a {
	text-decoration:none;
}

#estrenos a:hover {
	text-decoration:underline;
}

/**
 * About
 */
#about #content {
	text-align:center;
}

#about #content h1 {
	margin-bottom:1.5em;
}

#about .cols {
	margin:0 auto;
	width:545px;
}

#about #content .inner {
	float:right;
	width:275px;
}

#about #content .inner p {
	margin-bottom:2em;
}


/**
 * Footer styles
 */
#footer-nav {
	background:#F6F6F6;
	margin:0;
	font-size:0.9em;
	line-height:2.5;
	list-style:none;
	padding:15px 75px 25px;
	text-align:center;
}

#footer-nav li {
	display:inline;
	margin:0 25px;
}

#footer-nav a {
	color:#3F3212;
	text-decoration:none;
}

#footer-nav a:hover {
	text-decoration:underline;
}

#footer {
	background:#222;
	border-top:3px solid #FFF;
	color:#FFF;
	font-size:0.9em;
	padding:10px 10px 8px;
	text-align:center;
}

#footer p {
	margin:0;
}

#footer a {
	color:#FFF;
}

#copyright {
	float:left;
}

#powered-by {
	float:right;
}


/**
 * Images styles
 */
img {
	vertical-align:bottom;
}

.img {
	border:0;
	padding:0 0 15px;
	overflow:hidden;
	text-align:center;
}

.img img {
	border:0;
	margin:0 auto;
	vertical-align:bottom;
}

.img-right {
	float:right;
	padding:0 0 15px 15px;
}

.img-left {
	float:left;
	padding:0 15px 15px 0;
}


/**
 * Columns
 */
.col,
.col-1,
.col-1x,
.col-2,
.col-3 {
	float:left;
}

.col-1 {
	margin-left:10px;
	width:307px;
}

.col-1x {
	margin-left:10px;
	width:466px;
}

.col-2 {
	margin-left:10px;
	width:624px;
}

.col-3 {
	width:942px;
}

.first {
	margin-left:0;
}

.last {
	margin-right:0;
}


.align-right {
	text-align:right;
}

tr th,
tr.even td {
	background:#E9E9E9;
	color:#222;
}

td {
	color:#222;
}

#films #estrenos .clear {
	height:15px;
}

#films #content p {
	margin-bottom:2em;
	padding-right:25px;
}

#films p.content {
	background:#F6F6F6;
	margin:0;
	padding:15px;
	text-align:justify;
}

#film-detail .cover img {
	height:150px;
}

#film-detail .synopsis .item {
	padding-top:3.2em;
}

#search #content form {
	border-bottom:1px solid #DDD;
	margin-bottom:20px;
	padding:10px;
	text-align:center;
}

#search #content input {
	margin:0 5px;
}

#search #estrenos .item {
	width:205px;
}

#search #estrenos .clear {
	height:10px;
}

/**
 * Promociones page
 */

.bg {
	background:url(../images/navidad.jpg) no-repeat;
	width: 100%;
	height: 1319px;
	position: relative;
}

#promociones div.form {
	height: 559px;
	top: 680px;
	position: absolute;
	width: 100%;

}

form.promociones {
	width: 420px;
	margin: 0 auto;
}

/**
 * Comentario page
 */
 
#comentarios {
	margin-top: 20px;
}

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

#comentarios li {
	float: left;
	width: 451px;
	padding: 0 10px;
	text-align: left;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-style: italic;
	}

#comentarios h3 {
	font-size: 1.4em;
	font-style: normal;
}
/**
 * Comentario page
 */

#comentario {
	width: 100%;
	height: 559px;
	position: relative;
}

#comentario div.form {
	height: 559px;
	width: 100%;
}

form.comentario {
	width: 420px;
	margin: 0 auto;
}


#comentario .status {	
	font-size: 1.7em;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#comentario .error {
	color: red;
	}

.concurso #nav {
	background: url(../images/nav-bg.png) repeat-x left -43px;
}

.concurso #nav li {
	background: url(../images/nav-bg.png) no-repeat right top;
}

.concurso #nav-home {
	left:0;
	width:100px;
}

.concurso #nav-schedule {
	left:100px;
	width:154px;
}

.concurso #nav-promociones {
	left:254px;
	width:140px;
}

.concurso #nav-movies {
	left:394px;
	width:125px;
}

.concurso #nav-contact {
	left:519px;
	width:120px;
}

.concurso #nav-about {
	left:642px;
	width:100px;
	background: none !important;
}

