/*estilos genricos*/
body {
	color: #6A6144;
	background-color: #C1632C;
	font-family: Helvetica, Arial,Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 1em;
}

h2{
	margin-bottom: .5em;
	font-weight: 900;
}

h3{
	font-weight: normal;
}

h3,h4{
	font-size: .9em;
}

p{
	padding-bottom: 1em;
}

a{
	color: #C1632C;
}

/*clases generales*/
.invisible {
	display: none;
}

/*maquetacin*/
#marco{
	width: 600px;
	margin: 0 auto;
	background-color: White;
	font-size: 1em;
	text-align: left;
	/*word-spacing: -0.1em;*/
	letter-spacing: 0;
	line-height: 1.2em;
}

#cabecera,#contenido,#pie{
	padding: 0 40px;
}

#cabecera h2#titulo_peli a{
	width: 321px;
	margin-bottom: .7em;
	display: block;
	background-image: url(../imagenes/isologotipolchd.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
	height: 122px;
}

#cabecera{
	padding-top: 50px;
	background: url(../imagenes/cabecera_bkg.jpg) no-repeat;
	height: 220px;
}

#contenido{
	background: url(../imagenes/contenido_bkg.jpg);
	height: 649px;
}

#contenido blockquote {
	padding: 5px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.3em;
}

#contenido ul#actores{
	padding: 0 0 20px 0;
	font-size: 1.5em;
	line-height: 1.4em;
}
/*boton de entrada*/
#contenido p a#entrar_btn{
	display: block;
	width: 130px;
	height: 35px;
	background: url(../imagenes/entrat_btn.png);
	background-position: bottom left;
	text-indent: -9999px;
}
#contenido p a#entrar_btn:hover{
	background-position: top left;
}
#pie{
	background: url(../imagenes/pie_bkg.jpg);
	height: 45px;
}

#pie p {
	font-size: xx-small;
	text-align: right;
}

/*SPONSORS Y COLABORADORES*/
/*
height: 56px;
incaa width: 85px;
fba width: 103px;
alcornoque width: 72px;
cepa width: 69px;
*/
#sponsors{
float: left;
width: 100%;
}
#sponsors h2{
	clear: both;
}

ul#coprod{
	background: url(../imagenes/sponsorsTRANSP.png);
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 25px;
}

ul#coprod li{
	float: left;
}

ul#coprod li a{
	display: block;
	text-indent: -9999px;
	height: 56px;
}

li#incaa a,li#fba a,li#alcornoque a,li#cepa a{
	background: url(../imagenes/sponsorsTRANSP.png);
}

li#incaa a{
	width: 85px;
	background-position: 0 0;
}

li#fba a{
	width: 103px;
	background-position: -85px 0;
}

li#alcornoque a{
	width: 72px;
	background-position: -188px 0;
}

li#cepa a{
	width: 69px;
	background-position: -260px 0;
}
/*colaboradores*/
ul#colab{
font-size: smaller;
font-weight: 900;
margin-bottom: 10px;
/*width: 500px;*/
float: left;
}
ul#colab li{
float: left;
margin-right: .5em;
}
ul#colab li a{
	color: #6A6144;
	text-decoration: none;
}





