/* CSS Document */

* {
}

/*body{
	overflow-y: scroll;
}*/

#div_izq, #div_der, td, p, #div_menu, #logo h1 {
	font-family:Arial, Helvetica, sans-serif;
}
h3, h2, h1, #letra_chica, .mensaje_enviado {
	font-size:14px;
	font-family: 'Ropa Sans', sans-serif;
}
h1 {
	margin-bottom:20px;
}
h2 {
	color:#E86A00;
	font-size:18px;
	padding-bottom:1em;
}
#ediciones_anteriores h2 {
	color:#E86A00;
	font-size:18px;
	padding-bottom:0em;
}

#ediciones_anteriores{
	padding-left:25px;
	padding-right:25px;
}
h3 {
	font-size:16px;
}

h4{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px; 
	color:#ffca02; 
	font-weight:bold;
	margin-top:50px;
	/*margin-bottom:10px;*/
}

a {
	text-decoration:none;
	color:#000;
	background-color:#ffca02;
	padding-left:2px;
	padding-right: 2px;
}

a b{
	text-weigth:bold;
	font-size:14px;
}
a:hover {
	text-decoration:underline;
}
#div_menu a:hover {
	text-decoration:none;
}
td {
	font-size:14px;
}

td a{
	padding-left:0; 
	padding-right:0;
	background-color: transparent;
}
p {
	font-size:14px;
	line-height:1.4em;
	padding-bottom:1em;
	font-family:Helvetica, sans-serif;
	font-weight:400;
}

#header{
	position:fixed;
	width:100%;
	height:160px;
	z-index: 999;
	background:#fff;
}

.amarillo{
	width:50%;
	height: 157px;
	float: left;
	position: absolute;
	left:0;
	top:0;
	background-color:#ffca02;
	z-index: 900;
}
.cont{
	position: relative;
	width: 85,71%;
	height: 160px;
	margin: auto;
}

/*
#cont_img_iz{
	position:fixed;
	width:940px;
	height:160px;
	margin:0 auto;
	background-image:url(../img/cabezal_4.jpg);
	background-repeat:no-repeat;
	z-index: 990;
}
*/

#cont_img_de{
	position:fixed;
	right:0;
	width:220px;
	height:190px;
	background-image:url(../img/img_de.png);
	background-repeat:no-repeat;
	z-index: 998;
}

	@media screen and (max-width: 1366px) {
		#cont_img_de{
			position:fixed;
			right:0;
			width:180px;
			height:190px;
			background-image:url(../img/img_de.png);
			background-repeat:no-repeat;
			z-index: 998;
		}
	}
		

#cont{
	position:relative;
	width:100%;
	height: auto;
}


#cabezal {
	width:940px;
	height:157px;
	margin: auto;
	background:url('../img/cabezal_4.png') no-repeat left top;
	position:relative;
	z-index:999;
}
#ico_fecha {
	background-image:url(../img/ico_fecha.png);
	width:113px;
	height:114px;
	position:absolute;
	top:130px;
	right:40px;
}
#logo {
	width:398px;
	float:left;
	height:66px;
	margin-left:25px;
	margin-top:45px;
	background:url(../img/logo.png) no-repeat left center transparent;
}
#logo h1 {
	background-image:none;
	font-size:15px;
	color:#666;
	padding-top:110px;
	text-align:center;
}

#texto_cabezal{
	background:url(../img/texto_cabezal_0_1.png) no-repeat top left;
	width:275px;
	/*height:66px;*/
	height:15px;
	float:right;
	margin-left:150px;
	margin-right: 10px;
	/*margin-top:24px;*/
	margin-top:50px;
}

#titulos{
	height:47px;
	margin:29px 0 0 0;
	background:url('../img/dot_line.png') no-repeat 27px 30px transparent;
	background-size:contain;
	width: 935px;
}

#titulo_medio{
	float:left;
	height:39px;
	padding:8px 30px 0 5px;
	font-size:20px;
	font-family: 'Ropa Sans', sans-serif;
	color:#ffca02;
}

#titulo_izq{
	float:left;
	height:26px;
	width:26px;
	background:url('../img/icon_1.png') no-repeat left top transparent;
	margin-top:7px;
	margin-left:5px;
}

#contenedor {
	width:940px;
	padding:0px;
	margin:0 auto;
	margin-bottom:0;
}

.cont_pie{
	width: 100%;
	height: 101px;
	background-image:url(../img/pie_1.jpg);
	background-repeat:repeat-x;
}

#div_pie {
	width:940px;
	height:75px;
	margin:40px auto 0;
	clear:both;
	position: relative;
}

#div_pie_2{
	width:940px;
	height:69px;
	border-top: 1px solid #ffca02;
	padding-top:20px;
	text-align: center;
}

#div_pie ul{
	position:absolute;
	top:30px;
	left:30px;
}
#div_pie ul li{
	float:left;
	margin-right:20px;
}
#div_contenido {
	position: relative;
	margin:0 auto;
	width:940px;
	background-position:bottom;
	background-repeat:no-repeat;
	overflow:auto;
	padding-bottom:15px;
	min-height:369px;
	padding-top:170px;
	z-index: 899;
}

.img_film{
	position:absolute;
	top:165px;
	right:0;
	width:76px;
	height:73px;
	background-image:url(../img/film_1.png);
	background-repeat:no-repeat;
}

#div_menu {
	list-style:none;
	float:left;
	width:auto;
	margin-top:22px;
	margin-left: 25px;
}


#div_menu li {
	float:left;
	font-size:14px;
	font-weight:700;
	margin-right:20px;
}

#div_menu li a{
	font-family: 'Ropa Sans', sans-serif;
	color:#000;
	background-color: #ffca02;
}

#div_menu li a:hover{
	color:#fff;
}

.active{
	color: #fff !important;
}

#redes_sociales{
	float:right;
	width:45px;
	height:18px;
	/*margin-right:120px;*/
	margin-top:22px;
	margin-right:160px;
}

#redes_sociales a{
	width:18px;
	height:18px;
	display:block;
	background-position:left top;
	
}

#redes_sociales a:hover{
	background-position:left bottom;
	
}

#div_izq, #div_der {
	width:400px;
	float:left;
	margin-top:20px;
}

#div_izq{ padding-left:25px;}
#div_der{ padding-right:25px;}

#div_izq ul li, #div_der ul li {
	background-image:url(../img/ico_list.png);
	padding-left:10px;
	background-position:0px 7px;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#div_der {
	float:right;
}
h1 {
	background-image:url(../img/h1.png);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	height:20px;
	padding-bottom:20px;
	font-size:24px;
	color:#E86A00;
	margin-bottom:15px;
}

#ediciones_anteriores img {
	border:5px #ffca02 solid;
	margin-bottom:15px;
}
#ediciones_anteriores img:hover {
	border:5px #000 solid;
}
.premios td {
	border-bottom:1px dotted #ffca02;
	padding-bottom:5px;
	padding-top:5px;
}
.inscripciones td {
	background-image:url(../img/dot_line2.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
	padding-top:10px;
}
.campos {
	width:280px;
	height:20px;
	padding:3px;
	border:1px solid #ffca02;
	float:right;
}

textarea.campos {
	width:280px;
	height:80px;
	padding:3px;
	overflow:auto;
	font-size:12px;
	resize:none;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ffca02;
	float:right;
}

#letra_chica {
	background-color:#eee;
	margin-top:15px;
	margin-bottom:10px;
	padding:10px;
	padding-bottom:0px;
	width: 830px;
	margin-left: 25px;
}

#letra_chica p {
	font-size:11px;
	padding-bottom:1em;
	line-height:1.4em;
	color:#333;
}

.mensaje_enviado {
	font-size:16px;
	background-color:#ffca02;
	padding:5px;
	padding-left:30px;
	padding-right:10px;
	background-image:url(../img/ico_tic.png);
	background-repeat:no-repeat;
	background-position:5px;
	color:#fff;
	display:block;
	clear:both;
}

#anclas{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:10px;
	text-align:right;
	margin-right: 85px;
}

#anclas a{
	background-color: #fff;
	font-weight:600;
	color: #ffca02;
}

#imprimir, #enviar, #btn_eng, #btn_esp{
	height:33px;
	width:164px;
	margin-top:15px;
}

#imprimir a, #enviar a, #btn_eng a, #btn_esp a{
text-decoration: none;
font-family: 'Ropa Sans', sans-serif;
color: #000;
font-size: 15px;
padding: 10px;
font-weight: bold;
background: #ffca02;

}

#imprimir a:hover, #enviar a:hover, #btn_eng a:hover, #btn_esp a:hover{
	background:#000;
	color: #ffca02;
}

input#enviar{
	background-color:#ffca02;
	color: #000;
	border: none;
	text-decoration: none;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin:0;
	height:35px;
	width:135px;
	cursor: pointer;
}

input#enviar:hover{
	background: #000;
	color: #ffca02;
}
#clickfor{
	background-image:url(../img/banner725x86.gif);
	width:725px;
	height:86px;
	float:left;
	margin:25px 0 10px 95px;
}

#clickfor a{
	background-color: transparent;
}
#moviebeta{
	background-image:url(../img/banner_pulsa725.gif);
	width:725px;
	height:86px;
	float:left;
	margin:25px 0 10px 95px;
}

#moviebeta a,#clickfor a{
	display:block;
	width:725px;
	height:86px;
	background-color: transparent;
}

.dot_line{
	display:block;
	height:3px;
	width:850px;
	margin-left:45px;
	background:url(../img/dot_line.png) repeat-x left center transparent;
}

#back{
	display:none;
	width:25px;
	height:25px;
	position:fixed;
	bottom:120px;
	background:url('../img/bck_icon.png') no-repeat top left transparent;
	right: 200px;
	cursor:pointer;
	opacity:0.5;
}

#back:hover{
	opacity:1;
}

.color{
	background-color: #F7F7F7;
}