/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

p, ol, ul {
	line-height: 130%;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 960px;
	height: 239px;
	margin: 0 auto;
}

#logo {
	float: center;
	height: 239px;
	margin-left: 10px;
}

#logo h1, #logo p {
	text-transform: lowercase;
}

#logo h1 {
	margin: 0;
	padding: 25px 0 0 85px;
	letter-spacing: -2px;
	font-size: 3em;
	font-weight: normal;
	color: #000000;
}

#logo h1 a {
	color: #000000;
}

#logo p {
	margin: -10px 0 0 2px;
	padding: 0 0 0 85px;
	text-transform: lowercase;
}

#buscar {
	margin: 5px;
}

#buscar fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#buscar #busc {
	width: 168px;
	border: 1px solid #34500A;
	background-image: url(../imagenes/img02.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-indent: 20px;
}

#cuadro_menu {
	width: 168px;
	border: 1px solid #34500A;
	margin-top: 2px;
	margin-bottom: 2px;
}

#boton_menu {
	width: 170px;
	height: 24px;
	border: 1px solid #666666;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}

#lista_menu {
	width: 170px;
	height: 24px;
	border: 1px solid #34500A;
	text-transform: lowercase;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Menu */

#menu {
	width: 960px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 38px;
	padding: 8px 20px 0 20px;
	text-decoration: none;
	text-transform: lowercase;
	color: #34500A;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item {
	background: url(../imagenes/img05.png) no-repeat;
}

#menu .current_page_item a {
	background: url(../imagenes/img06.png) no-repeat right top;
	font-weight: bold;
	color: #F8F8F8;
}

/* Page */

#page {
	width: 962px;
	margin: 0 auto;
	background: #FFFFFF url(../imagenes/img07.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 720px;
	padding: 11px 11px 0 5px;
	background: url(../imagenes/img09.gif) no-repeat;
}

#content a {
	color: #333333;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

.pagetitle {
	height: 33px;
	margin: 0;
	padding: 8px 0 0 15px;
	background: url(../imagenes/img13.png) no-repeat;
	font-size: 1.4em;
	color: #F8F8F8;
}

#content #rss-posts {
	display: block;
	margin: -30px 15px 0px 0px;
	padding: 0 20px 0 0;
	background: url(../imagenes/rss.gif) no-repeat right center;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

.post {
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 15;
	padding-left: 30px;
}

.title {
	margin: 0;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
}

.byline {
	margin: 0 0 20px 0;
}

.meta {
	border-top: 1px dotted #34500A;
	text-align: right;
}

.more {
	padding-left: 52px;
	background: url(../imagenes/ico_noticia.gif) no-repeat left center;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
}

.more:hover {
	background-color: #CCCCCC;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 11px 5px 0 11px;
	background: url(../imagenes/img08.gif) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	text-transform: capitalize;
}

#sidebar li ul {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sidebar li li {
	margin: 0;
	padding-left: 5px;
	line-height: 24px;
}

#sidebar li li:hover {
	background-color: #CCCCCC;
}

#sidebar h2 {
	height: 33px;
	margin: 0;
	background: url(../imagenes/img11.png) no-repeat;
	font-size: 1.4em;
	color: #F8F8F8;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

#sidebar a {
	text-decoration: none;
	color: #333333;
	text-transform: capitalize;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 962px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(../imagenes/img10.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #EEEEEE;
}

#footer a {
	color: #FFCC00;
}

/* Fichas */

#ficha .current_page_item {
	background: url(../imagenes/img05.png) no-repeat;
}

#ficha .current_page_item a {
	background: url(../imagenes/img06.png) no-repeat right top;
	font-weight: bold;
	color: #F8F8F8;
}

/* Listado películas */

#lista {
	margin: 0 auto;
}

#lista ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#lista li {
	display: block;
	float: left;
	width: 116px;
	height: 175px;
	margin-top: 5px;
	margin-right: 24px;
	margin-bottom: 70px;
	margin-left: 24px;
	background-image: url(../imagenes/caratulas/cargando_caratula.gif);
}


/* Listado 3 películas TOP Directores */

#lista3_topdir {
	margin: 0 auto;
}

#lista3_topdir ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#lista3_topdir li {
	display: block;
	float: left;
	width: 80px;
	height: 121px;
	margin-top: 5px;
	margin-right: 24px;
	margin-bottom: 70px;
	margin-left: 24px;
	background-image: url(../imagenes/caratulas/cargando_caratula.gif);
}

/* Detalles películas */

#detalles {
	margin: 0;
	height: 264px;
	width: 180px;
}

#detalles ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#detalles li {
	display: block;
	width: 180px;
	background-image: url(../imagenes/fondo_caratulas.gif);
	background-repeat: no-repeat;
	height: 264px;
}
/**/
#titulo_peli_fichas {
	font-size: 14px;
	font-weight: bold;
}

<!-- Fade TOPS -->

/*Example CSS for the two demo tickers*/

#domticker{
width: 200px;
height: 100px;
border: 1px dashed black;
padding: 5px;
background-color: #FFFFCA;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

#domticker a{
font-weight: bold;
}

#domticker2{
width: 350px;
height: 1.2em;
border: 1px solid black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
<!-- -->

/* TOP Alquiladas */

#top_alquiladas {
	float: left;
	width: 210px;
	padding: 11px 5px 0 11px;
}

#top_alquiladas ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top_alquiladas li {
	margin-bottom: 20px;
	text-transform: capitalize;
}

#top_alquiladas li ul {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#top_alquiladas li li {
	margin: 0;
	padding-left: 5px;
	line-height: 24px;
}

#top_alquiladas li li:hover {
	background-color: #CCCCCC;
}

#top_alquiladas h2 {
	height: 33px;
	margin: 0;
	background: url(../imagenes/img11.png) no-repeat;
	font-size: 1.4em;
	color: #F8F8F8;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

#top_alquiladas a {
	text-decoration: none;
	color: #333333;
	text-transform: capitalize;
}

#top_alquiladas a:hover {
	text-decoration: underline;
}

/* Listado Top Alquiladas */

#lista_top_alquiladas {
	margin: 0 auto;
}

#lista_top_alquiladas ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#lista_top_alquiladas li {
	display: block;
	float: left;
	width: 116px;
	height: 175px;
	margin-top: 5px;
	margin-right: 24px;
	margin-bottom: 70px;
	margin-left: 24px;
}
