/* elementos principales */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #e7e7e7 url(img/fondo.gif) repeat-y center top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #e7e7e7;
	height: auto;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #cf0360;
	font: bold 2.8em sans-serif,Arial;
	margin: 40px 0 0 0;
	letter-spacing: -0.em;
	letter-spacing:-0.075em;
	line-height: 0.8em;
	text-align: left;
}
h2 {
	margin: 0;
	font: bold 4.1em sans-serif,Arial;
	color: #DDD;
	letter-spacing: -4px;
	line-height: 0.75em;
	margin-top: 40px;
}
h3 {
	color: #EBADC5;
	font: bold 2.8em sans-serif,Arial;
	margin: -2px 0 10px 0;
	letter-spacing: -0.em;
	letter-spacing:-0.05em;
	line-height: 0.8em;
	text-align: left;
}
h4 {
	color: #EBADC5;
	letter-spacing: -0.03em;
	line-height: 1em;
	font-family: sans-serif, Arial;
	font-size: 18px;
	font-weight: normal;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h5 {
	color: #E1477D;
	letter-spacing: -0.03em;
	line-height: 2em;
	font-family: sans-serif, Arial;
	font-size: 24px;
	font-weight: bold;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h6 {
	color: #E1477D;
	letter-spacing: -0.03em;
	line-height: 2em;
	font-family: sans-serif, Arial;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.nominaciones {
	display:block;
	font-family:arial;
	width:470px;
	
}

code {
	border: 1px dotted #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 10px;
	background-color: #FFFAFA;
	width: 318px;
	text-align: center;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	margin: 6px 0;
	padding-left: 28px;
	font-size: 1.0em;
	font-weight: normal;
}
blockquote_2 {
	display: block;
	padding-left: 82px;

}



/* estructura */
.main {
	width: 750px;
	margin: 0 auto;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 490px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 255px;
	height: 300px;
}
.footer {clear: both;}

/* varios */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.lbl, {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover, .content a:hover, div.footer div.left a:hover {
	color: #CF0360;
	text-align: center;
}

div.link_updates a:hover {
	color: #000;
}



.imagen_izquierda {
	float: left;
	margin: 5px 15px 0px 0px;
	border: 0px #999;
}

.imagen_derecha {
	float: right;
	margin: 0px 10px 20px 0px;
}
.img_left {
	border: 0px solid #DDDDDD;
	padding: 5px;
	float: none;
	margin-bottom:0px;
}

.img_center {
	border: 0px solid #DDDDDD;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

.corto img {
	float: left;
	margin: 0px 15px 0px 0px;
}

/* cabecera */
.header {
	height: 180px;
	border-bottom: 6px solid #FFF;
	background-color: #666;
	background-image: url(img/cab1.jpg);
	background-repeat: repeat-x;
}
.header h1 {
	margin: 0;
	padding: 124px 24px 0 24px;
	font: normal 2.2em Verdana,sans-serif;
}

/* navegacion */
.link_menu {
	padding: 10px;
	background-color: #FFF;
	background-image: url(img/cab2.jpg);
	background-repeat: repeat-x;
}
.link_menu a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 14.5px;
	text-transform: uppercase;
}
.link_menu a:hover {
	color: #EBADC5;
	width: 190px;
}

/* Interactivo */
.lbl {
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	border-bottom: 5px solid #FFF;
	background-color: #222;
	background-image: url(img/cab3.jpg);
	background-repeat: repeat-x;
}
.lbl2 {
	background: #222 url(img/escorto07.jpg) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	border-bottom: 6px solid #FFF;
}


/* updates */
.link_updates {
	margin: 0px;
	padding: 10px;
	color: #999;
	background-repeat: repeat-x;
}
.link_updates a{
	color: #666;
}

/* content */ 
.content {
	color: #666;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 10px;
	text-align: justify;
}
.content a {
	color: #e1477d;
}
.content p {
	margin: 4px 0 10px 0;
	text-align: justify;
}

.content li {
	list-style: disc outside none;;
	margin-left: 18px;
}

/* footer */
.footer {
	color: #e1477d;
	clear: both;
}
.footer .right a {
	color: #888;
	padding: 1px 3px;

	background: url (img/g-bunuel.jpg);
}
.footer .right a:hover {
	color: #e1477d;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 480px;
}
.footer .right {
	margin-right: 0px;
	padding: 9px 10px;
	text-align: right;
	width: 233px;
	font-size: 16px;
	background-repeat: no-repeat;
}


.link_projects {
	height: 180px;
	border-bottom: 6px solid #fff;
	
}

.link_projects a {

}

.foro {
	float: left;
	margin-bottom: 20px;
}

.blog {
	float: left;
	border-left: 6px solid #FFF;
	margin-bottom: 20px;
	
}




.sidebar_h1 {
	font-size: 18px;
	margin-top: 20px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
}

.sidebar_h2 {
	text-align: left;
	font-size: 18px;
	margin-bottom: 20px;
	
}

.sidebar_h3 {
	text-align: left;
	font-size: 18px;
	margin-bottom: 20px;	
}

.sidebar_h4 {
	color: #EBADC5;
	letter-spacing: -0.03em;
	line-height: 1em;
	font-family: sans-serif, Arial;
	font-size: 18px;
	font-weight: normal;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.sidebar_right {
	font-size:16px;
	width:243px;
	float: right;
	line-height: 25px;
	margin-top:15px;
}

.sidebar_right a {
	color: #333;
}

.sidebar_right a:hover {
	color: #E1477D;
}

.hr {
	margin: 20px 12px 15px 0;
	color: #ddd;
}

img {

}


.rosa {
	color: #E1477D;
}
.center_h4 {
	text-align: center;
	color: #EBADC5;
	letter-spacing: -0.03em;
	line-height: 1em;
	font-family: sans-serif, Arial;
	font-size: 18px;
	font-weight: normal;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.main .footer .left table tr td {
	text-align: center;
}
.logos {
	margin: 0 auto 0 auto;	
}

.logos_left {
	margin: 0 0 0 0;	
}

.logos_top {
	margin: 20px auto 0 auto;
}

.logos_center {
	margin: 20px auto 0 auto;
	text-align: center;
}

.logos_center p {
	margin: 0px auto 15px auto;
	text-align: center;
}

.logos_center img {
	margin: 0px auto 0px auto;
}

#programa p {
	text-align: left;
	margin: 10px 0 10px 0;
}


.programa li {
	list-style: disc outside none;;
	margin: 0px 0 0px 82px;
	text-align: left;
}

.posters {
	margin: 30px auto 0px auto;
	text-align: center;
}

.posters a {
	color: #FFF;
}

.posters a:hover {
	color: #FFF;
}

.posters img {
	padding: 5px;
	border: 1px solid #ddd;
	margin: 10px auto 10px auto;
}

.content_links {
	color: #666;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 10px;
	text-align: center;
}

.links {
	padding: 5px 0 5px 0;
}

.hostal {
	font-size: 18px;
	margin-top: 20px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	font-family: sans-serif, Arial;
	padding: 10px;
}