
@font-face{ 
	font-family: 'Interstate Regular';
	src: url('interstate_regular-webfont.eot');
	src: url('interstate_regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('interstate_regular-webfont.woff') format('woff'),
	     url('interstate_regular-webfont.ttf') format('truetype'),
	     url('interstate_regular-webfont.svg#webfont') format('svg');
}

@font-face{ 
	font-family: 'Interstate Regular Condensed';
	src: url('interstate_regular_cond-webfont.eot');
	src: url('interstate_regular_cond-webfont.eot?#iefix') format('embedded-opentype'),
	     url('interstate_regular_cond-webfont.woff') format('woff'),
	     url('interstate_regular_cond-webfont.ttf') format('truetype'),
	     url('interstate_regular_cond-webfont.svg#webfont') format('svg');
}

@font-face{ 
	font-family: 'Interstate Bold Compressed';
	src: url('interstate_boldcompressed-webfont.eot');
	src: url('interstate_boldcompressed-webfont.eot?#iefix') format('embedded-opentype'),
	     url('interstate_boldcompressed-webfont.woff') format('woff'),
	     url('interstate_boldcompressed-webfont.ttf') format('truetype'),
	     url('interstate_boldcompressed-webfont.svg#webfont') format('svg');
}

@font-face{ 
	font-family: 'Interstate Black Condensed';
	src: url('interstate_blackcondensed-webfont.eot');
	src: url('interstate_blackcondensed-webfont.eot?#iefix') format('embedded-opentype'),
	     url('interstate_blackcondensed-webfont.woff') format('woff'),
	     url('interstate_blackcondensed-webfont.ttf') format('truetype'),
	     url('interstate_blackcondensed-webfont.svg#webfont') format('svg');
}

@font-face{ 
	font-family: 'Interstate Light';
	src: url('interstate_light-webfont.eot');
	src: url('interstate_light-webfont.eot?#iefix') format('embedded-opentype'),
	     url('interstate_light-webfont.woff') format('woff'),
	     url('interstate_light-webfont.ttf') format('truetype'),
	     url('interstate_light-webfont.svg#webfont') format('svg');
}

body {
	margin: 0;
	font-family: 'Interstate Light', Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #000;
	line-height: 16px;
}

/*Colors*/
.cafe {
	color: #292218;
}
.chocolate {
	color: #70583f;
}
.tinto {
	color: #7a1b0f;
}
.rojo {
	color: #a7261c;
}
.verde-militar {
	color: #515146;
}
.verde-olivo {
	color: #82806B;
}
.azul-aqua {
	color: #005366;
}
.beige {
	color:  #a78151;
}
.crema {
	color: #e2c9a5;
}


/*Generales*/
a {
	color: #a78151;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #a7261c;
}
a:visited {
	color: #a78151;
}

strong {
	color: #828068;
	font-weight: normal;
	font-family: 'Interstate Black Condensed', Arial, Helvetica, Geneva, sans-serif;
}

img {
	border: none;
}

p {
	text-align:justify;
}

.breadcrumb a{
	color: #686868;
	text-decoration: underline;
}
.breadcrumb a:hover{
	text-decoration:none;
}
.breadcrumb li{
	color: #686868;
	text-decoration: none;
	float: left;
	margin: 0 5px 0 0;
}
.breadcrumb ul{
	margin: 0 0 30px 0;
	overflow: hidden;
	display: block;
	list-style-type: none;
}

.noticia_extra_links {
    clear: both;
}

#link_enviar {
 /*   background: url("../images/flecha_adelante.png") no-repeat scroll right 2px transparent;*/	
    display: inline;
    margin: 0 0 0 10px;
    padding: 0 12px 0 0;
}

#link_imprimir {
/*    background: url("../images/flecha_adelante.png") no-repeat scroll right 2px transparent;*/
    display: inline;
    margin: 0 0 0 18px;
    padding: 0 12px 0 0;
}

.text_left {
    float: left;
    padding: 20px 15px 0 10px;
    text-align: right;
    width: 210px;
}

.text_left_left {
    float: left;
    padding: 15px 15px 0 0;
    text-align: left;
    width: 500px;
}
.text_right {
    float: right;
    padding: 15px 10px 0 0;
    text-align: left;
    width: 300px;
}

/*Columnas*/

#maincontent {
	overflow: hidden;
	clear: both;
}

#menubar {
	padding-right: 10px;
	width:150px;
	float:left;
}

/*Footer*/
#footer_legal{ 
	font-family: 'Interstate light', Arial, Helvetica, Geneva, sans-serif;
}

/*---subnavbar---*/
#subnavbar h3 {
	font-size: 12px;
	font-weight: bold;
}
ul.primary-list {
	margin: 0;
	padding: 4px 0 6px;
	text-transform: uppercase;
	font-size: 12px;
}
ul.primary-list li {
	padding: 2px 0;
	list-style-type: none;
}
ul.primary-list li a {
	font-size: 18px;
	padding-right: 20px;
	color: #e2c9a5;
	font-family: 'Interstate Black Condensed', Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	background: transparent url(../images/submenu-bullet.png) no-repeat right center;
}
ul.primary-list li a:hover, 
ul.primary-list li a.current {
	color: #a7261c;
	background: transparent url(../images/submenu-bullet-active.png) no-repeat right center;
}
ul.secondary-list {
	margin: 0 0 15px 10px;
	padding: 0;
}
ul.secondary-list li {
	padding: 0;
	line-height: 17px;
}
ul.secondary-list li a {
	padding: 0;
	font-size: 15px;
	font-family: 'Interstate Regular Condensed', Arial, Helvetica, Geneva, sans-serif;
	background: none;
}
ul.secondary-list li a:hover, 
ul.secondary-list li a.current {
	background: none;
}
ul.terciary-list {
	margin: 0 0 0 4px ;
	padding: 0;
}

ul.bullets  {
	margin: 5px 10px;
	padding: 0;
}
ul.bullets li {
	margin: 2px 0 2px 5px;
	list-style-type: disc;
	list-style-position: inside;
}

ol.decimal li{
	display:list-item;
	list-style-type: decimal;
}
ol{
	margin: 0;
	padding: 0 0 .9em 3em;
}
ol.roman li{
	display:list-item;
	list-style-type: upper-roman;
}
ol.roman ol.nested-decimal li, ol.roman li ol.nested-roman li ol.nested-decimal li{
	display:list-item;
	list-style-type: decimal;
	margin: 5px 0 0;
}
ol.roman li ol.nested-roman li{
	display:list-item;
	list-style-type: lower-roman;
	margin: 5px 0 0 ;
}
ol.roman li ol.nested-decimal li ol.nested-alpha li{
	display:list-item;
	list-style-type: upper-alpha;
	margin: 5px 0 0 ;
}

#maininfo {
	width:549px;
	float:left;
}

#maincolumn h2 {
	text-transform:uppercase;
	color:#a7261c;
	font-size:24px;
}

#maincolumn h3 {
	margin: 5px 0;
	text-transform:uppercase;
	color:#82806B;
	font-size:21px;
	line-height: 28px;
	font-family: 'Interstate Regular Condensed', Arial, Helvetica, Geneva, sans-serif;
	font-weight:normal;
}

#maincolumn h3.subtitle {
	margin: 20px 0;
	color:#e2c9a5;
	line-height: 34px;
	font-size:32px;
	font-weight:normal;
}

#maincolumn h4 {
	margin: 5px 0;
	text-transform:uppercase;
	color:#a7261c;
	line-height: 28px;
	font-size:21px;
	font-family: 'Interstate Regular Condensed', Arial, Helvetica, Geneva, sans-serif;
	font-weight:normal;
}

.section-header {
	margin-bottom: 20px;
}

.maincontent-item {
	margin-bottom: 10px;
	padding-bottom:10px;
	overflow: hidden;
	text-align:justify;
	background: transparent url(../images/mainf_separadornot.jpg) no-repeat center bottom;
}

p.quote-text {
	margin: 0 0 20px;
	line-height: 26px;
	font-size:20px;
	text-align:justify;
	color:#e2c9a5;
}

.pic_right {
	float:right;
	padding-left:10px;
}

.pic_left, .invitado_pic {
	float:left;
	padding-right:10px;
}

.fotos-pie {
	color:#e2c9a5;
	font-size:9px;
	text-align:right;
} 

/*HOME*/
#maincolumn .main_item {
	padding-bottom: 25px;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
	background: transparent url(../images/mainf_separadornot.jpg) no-repeat center bottom;
}

#maincolumn .main_item_third {
	margin: 0;
	width: 223px;
	float: left;
}

#maincolumn .main_item_third+.main_item_third {
	margin: 0 0 0 20px;
	width: 223px;
	float: left;
}

#noticias_home {
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}

#noticias_titles h3 a {
	line-height:17px;
}

#noticias_home h2.title {
	margin: 10px 0;
	height: 38px;
	background: transparent url(../images/mainf_noticias.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles #noticias_home h2.title {
	background: transparent url(../en/images/title-ficm_news.png) no-repeat left top;
}

#noticias_home h2.title a {
	width: 100%;
	height: 38px;
	float: left;
}

#noticias_imgs {
	margin: 0;
	padding: 0;
	float: left;
	width: 466px;
	height: 291px;
}
#noticias_imgs li {
	padding: 0;
	list-style-type: none;
}

#noticias_titles {
	margin: 0;
	padding: 0 20px;
	float: left;
	width: 203px;
}

#noticias_titles li {
	padding: 0 0 15px;
	list-style-type: none;
	font-family: 'Interstate Regular', Arial, Helvetica, Geneva, sans-serif;
	background: transparent url(../images/mainf_separadornot.jpg) no-repeat center bottom;
}

#noticias_titles li+li {
	padding: 15px 0;
}

#noticias_titles li.activeSlide {
	background: transparent url(../images/mainf_separadornot_active.jpg) no-repeat center bottom;
}

#noticias_titles li h3 {
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
	font-family: 'Interstate Light', Arial, Helvetica, Geneva, sans-serif;
}

#noticias_titles li h3 a {
	color: #FFF;
	text-decoration: none;
}

#noticias_titles li .feature_not_date {
	color: #a78151;
}

#entrevistas_home {
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}

#entrevistas_home h2.title {
	margin: 10px 0;
	height: 38px;
	background: transparent url(../images/mainf_entrevistas.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles #entrevistas_home h2.title {
	background: transparent url(../en/images/mainframe_interviews.png) no-repeat left top;
}

#entrevistas_home h2.title a {
	width: 100%;
	height: 38px;
	float: left;
}

#entrevistas_home a {
	color: #a78151;
	text-decoration: none;
}

#entrevistas_home a:hover {
	color: #a7261c;
}

#entrevistas_home .entrevista_item {
	margin-bottom: 20px;
	min-height: 232px;
  	height: auto !important;
  	height: 232px;
}

#entrevistas_home .entrevista_item h4 {
	margin: 6px 0;
	text-transform: none;
	font-family: 'Interstate Regular', Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
	color: #FFF;
}

#entrevistas_home .entrevista_video {
	position: relative;
	width: 223px;
	height: 140px;
}

#entrevistas_home .entrevista_video img {
	position: absolute;
}

#entrevistas_home .entrevista_play {
	position: absolute;
	width: 223px;
	height: 140px;
	background: transparent url(../images/mainf_playbutton.png) no-repeat center center;
}

#entrevistas_home .entrevistas_more {
	width: 709px;
	height: 19px;
	clear: both;
	text-indent: -9000px;
}

#entrevistas_home .entrevistas_more a {
	padding-left: 486px;
	width: 223px;
	height: 19px;
	float: left;
	background: transparent url(../images/mainf_separador_entrevistas.png) no-repeat center center;
}
#ingles #entrevistas_home .entrevistas_more a {
	background: transparent url(../en/images/separador_interviews.png) no-repeat center center;
}

#entrevistas_home .entrevistas_more a:hover {
	background: transparent url(../images/mainf_separador_entrevistas_over.png) no-repeat center center;
}
#ingles #entrevistas_home .entrevistas_more a:hover {
	background: transparent url(../en/images/separador_interviews_over.png) no-repeat center center;
}

#efemerides_home h2.title {
	margin: 5px 0;
	height: 36px;
	background: transparent url(../images/mainf_efemerides.png) no-repeat left bottom;
	text-indent: -9000px;
}
#ingles #efemerides_home h2.title {
	background: transparent url(../en/images/mainframe_thisdayhistory.png) no-repeat left bottom;
}

#recomienda_home h2.title {
	margin: 5px 0;
	height: 36px;
	background: transparent url(../images/mainf_recomienda.png) no-repeat left bottom;
	text-indent: -9000px;
}
#ingles #recomienda_home h2.title {
	background: transparent url(../en/images/mainframe_recommendations.png) no-repeat left bottom;
}

#ganadores_home h2.title {
	margin: 5px 0;
	height: 36px;
	background: transparent url(../images/mainf_ganadores.png) no-repeat left bottom;
	text-indent: -9000px;
}
#ingles #ganadores_home h2.title {
	background: transparent url(../en/images/mainframe_winners.png) no-repeat left bottom;
}

#efemerides_home h2.title a, 
#recomienda_home h2.title a, 
#ganadores_home h2.title a {
	width: 100%;
	height: 36px;
	float: left;
}

#efemerides_home .item_content, 
#recomienda_home .item_content,
#ganadores_home .item_content {
	min-height: 232px;
  	height: auto !important;
  	height: 232px;
	padding-top: 16px;
	background: transparent url(../images/mainf_sepefemerides.jpg) no-repeat left top;
}

#efemerides_home .item_content h4, 
#recomienda_home .item_content h4, 
#ganadores_home .item_content h4 {
	margin: 0;
	text-transform: none;
	font-family: 'Interstate Regular', Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
	color: #FFF;
}

#efemerides_home .item_content p, 
#recomienda_home .item_content p, 
#ganadores_home .item_content p {
	margin: 0;
}

#efemerides_home .item_content .item_pic, 
#recomienda_home .item_content .item_pic, 
#ganadores_home .item_content .item_pic {
	margin-bottom: 8px;
}

#efemerides_home .item_content .item_link, 
#recomienda_home .item_content .item_link, 
#ganadores_home .item_content .item_link {
	margin: 16px 0 8px;
}

#efemerides_home .item_content a, 
#recomienda_home .item_content a, 
#ganadores_home .item_content a {
	color: #a78151;
	text-decoration: none;
}

#efemerides_home .item_content a:hover, 
#recomienda_home .item_content a:hover, 
#ganadores_home .item_content a:hover {
	color: #a7261c;
}

#fotogaleria_home h2.title {
	margin: 10px 0;
	height: 48px;
	background: transparent url(../images/mainf_fotogalerias.png) no-repeat left top;
	text-indent: -9000px;
}
#ingles #fotogaleria_home h2.title {
	background: transparent url(../en/images/mainframe_photogallery.png) no-repeat left top;
}

#fotogaleria_home h2.title a {
	width: 100%;
	height: 48px;
	float: left;
}

#fotogaleria_home a {
	color: #a78151;
	text-decoration: none;
}

#fotogaleria_home a:hover {
	color: #a7261c;
}

#fotogaleria_home .main_item_third {
	margin-bottom: 20px;
	min-height: 232px;
  	height: auto !important;
  	height: 232px;
}

#fotogaleria_home .main_item_third h4 {
	margin: 6px 0;
	text-transform: none;
	font-family: 'Interstate Regular', Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
	color: #FFF;
}

#fotogaleria_home .fotogaleria_more {
	width: 709px;
	height: 19px;
	clear: both;
	text-indent: -9000px;
}

#fotogaleria_home .fotogaleria_more a {
	padding-left: 486px;
	width: 223px;
	height: 19px;
	float: left;
	background: transparent url(../images/mainf_separador_fotogalerias.png) no-repeat center center;
}
#ingles #fotogaleria_home .fotogaleria_more a {
	background: transparent url(../en/images/separador_photogallery.png) no-repeat center center;
}

#fotogaleria_home .fotogaleria_more a:hover {
	background: transparent url(../images/mainf_separador_fotogalerias_over.png) no-repeat center center;
}
#ingles #fotogaleria_home .fotogaleria_more a:hover {
	background: transparent url(../en/images/separador_photogallery_over.png) no-repeat center center;
}



/*Presentacion*/
h2.title-presentacion{
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/elfestival_presentacion.png) no-repeat left top;
	text-indent: -9000px;
}

#presentacion-text {
	/*font-family: 'Interstate Light', Arial, Helvetica, Geneva, sans-serif;
	line-height: 19px;
	font-size: 14px;*/
}

#presentacion-text p {
	margin: 0 0 15px;
}

#presentacion-text .pict_right {
	padding-left: 20px;
}

/*Quienes Somos*/
h2.title-quienes {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/ficm_elfestival_directorio.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-quienes {
	background: transparent url(../en/images/title_festival_directory.png) no-repeat left top;
}

.credits_item {
	padding-bottom:10px;
	background: transparent url(../images/mainf_separadornot.jpg) no-repeat center bottom;
}
.credits_item dl {
	margin: 5px 0;
}
.credits_item dl dt {
	padding-left: 6px;
	font-family: 'Interstate Light', Arial, Helvetica, Geneva, sans-serif;
	background: transparent url(../images/directorio-bullet.png) no-repeat left center;
}
.credits_item dl dd {
	margin-left: 0;
	padding-bottom: 5px;
	color:#a78151;
}

/*Ediciones Anteriores*/
h2.title-ediciones {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/elfestival_ediciones_anteriores.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-ediciones {
	background: transparent url(../en/images/title_festival_pastedition.png) no-repeat left top;
}

h2.invitados_especiales {
	color:#a7261c;
	font-size:21px;
	font-family: 'Interstate Black Condensed', Arial, Helvetica, Geneva, sans-serif;
}

.invitado_teaser {
	padding-bottom:20px;
	background: transparent url(../images/mainf_separadornot.jpg) no-repeat center bottom;
}

#maincolumn .invitado_teaser h4, 
.invitado_teaser .content_title {
	margin: 5px 0;
	text-transform:uppercase;
	color:#82806B;
	font-size:21px;
	line-height: 28px;
	font-family: 'Interstate Regular Condensed', Arial, Helvetica, Geneva, sans-serif;
}

.invitado_teaser .content_title_BORRAR {
	margin: 5px 0;
	text-transform:uppercase;
	color:#515146;
	font-size:18px;
}
#maincolumn .invitado_teaser h4 a, 
.invitado_teaser .content_title a {
	color:#515146;
}

.invitado_teaser .invitado_pic {
	float: left;
	padding-right:5px;
}

.invitado_teaser .invitado_info p {
	margin: 0 0 10px;
}

/*Fotogalerias*/

a.ir {
	text-decoration: none;
	color: #999999;
	background: url(../images/galeria-btn-next.png) no-repeat right 0;
	padding: 0 12px 0px 0;
	font-size: 0.9em;
}
ul.thumb_list li {
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	border-bottom: dotted 1px #686868;
}
ul.thumb_list {
	width: 161px;	
}

#gallery_holder {
	margin: 0 auto;
	width: 500px;
}

#galeria_main_img {
	margin: 0;
	padding: 0;
	width: 500px;
	/*height: 330px;*/
	min-height: 330px;
	height: auto !important;
	height: 330px;
}
.pie_foto{
	margin: 0 0 10px;
	padding: 3px 0;
	width: 500px;
	height: 60px;
	text-align: right;
	font-size: 11px;
	color: #A78151;
}
#galeriaNav {
	padding: 12px 0;
	width: 500px;
	height: 62px;
	display: block;
	background-color: #E2C9A5;
}
#carrousel_link_anterior {
	height: 62px;
	width: 26px;
	text-indent:-9999px;
	z-index: 10;
	float: left;
}
* html #carrousel_link_anterior {
	display:inline;
}
#carrousel_link_anterior a {
	width: 26px;
	height: 62px;
	background: url(../images/galeria-btn-prev.png) no-repeat center center transparent;
    float: left;
}
#carrousel_link_siguiente {
	height: 62px;
	width: 26px;
	text-indent:-9999px;
	z-index: 12;
	float: left;
}
* html #carrousel_link_siguiente {
	display:inline;
}
#carrousel_link_siguiente a {
	width: 26px;
	height: 62px;
	background: url(../images/galeria-btn-next.png) no-repeat center center transparent;
    float: left;
}
#slideshow {
	width: 448px;
	height: 62px;
	float: left;
}
#carousel_prensa, 
#carousel {
	width: 448px;
	height: 62px;
}
#carousel_prensa ul, 
#carousel ul {
	height: 62px;
	overflow: hidden;
}
#carousel_prensa ul li, 
#carousel ul li {
	margin: 0 12px 0 0;
	float: left;
	width: 100px;
	height: 60px;
	display: block;
	list-style: none;
}
.item {
	border: solid 1px #E2C9A5;
}
.itemActive {
	border: solid 1px #000;
}

#galerias .maincolumn_item {
	float: left;
    margin-bottom: 10px;
    min-height: 350px;
    padding-right: 24px;
    width: 250px;
}

#galerias .maincolumn_item_pic {
	padding-bottom: 20px;
}

#galerias .maincolumn_item_pic img {
	padding:5px;
	border: 2px solid #95969B;
}

/*Entrevistas*/
#entrevistas .maincolumn_item{
	float:left;
	width:174px;
	padding-left:9px;
	text-align:center;
	height:140px;
	margin-bottom:10px;
}

#entrevistas .maincolumn_item_pic{
    margin: 5px 20px;
    padding: 8px 0;
}


/*Radiografias*/
#radiografias {
	margin: 0;
	padding: 0;
}

#radiografias li {
	padding: 0 0 20px 30px;
	list-style-type: none;
	width: 200px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	float: left;
}

#radiografias li p {
	margin: 3px 0;
}

/* Inscripciones en línea */
#login-forma fieldset {
	margin: 0 auto;
	width: 500px;
}

#login-forma p {
	clear: both;
}

#login-forma fieldset {
	border: none;
}

#login-forma legend {
	text-transform:uppercase;
	color:#a7261c;
	font-size:18px;
	font-family: 'Interstate Black Condensed', Arial, Helvetica, Geneva, sans-serif;
	font-weight:normal;
}

#login-forma label {
	padding-right: 15px;
	width: 85px;
	display: block;
	float: left;
	line-height: 20px;
	text-transform: uppercase;
	text-align: right;
	font-size: 14px;
	font-family: 'Interstate Black Condensed', Arial, Helvetica, Geneva, sans-serif;
	color: #82806B;
}

#login-forma input[type='text'], 
#login-forma input[type='password'] {
	width: 300px;
}

#login-forma #formLogin {
	width: 80px;
	margin-left: 320px;
}

/* Proceso de inscripciones en linea */

.listado_gral {
	margin:14px auto;
	padding:2px;
	width:616px;
	border:1px solid #ccc;
}

.listado_header {
	padding:4px 4px 4px 64px;
	background-color: #46ABE1;
	font-weight:bold;
	color:#FFF;
}

.listado_item {
	padding:4px;
	background:#eee;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	overflow: hidden;
	clear: both;
}

.listado_one_item {
	padding:4px;
	background:#eee;
	overflow: hidden;
	clear: both;
}

.listado_link {
	margin:14px auto;
	padding:2px;
	width:216px;
	border:1px solid #ccc;
}
.listado_link .content {
	padding: 4px 8px;
	background:#eee;
	text-align: center;
}

#list_insc {
	margin:0 auto;
	width:620px;
}

.insc_lista {
	margin:8px auto 16px;
	padding:2px;
	width:616px;
	border:1px solid #ccc;
}

.insc_lista_header {
	padding:4px 4px 4px 56px;
	background-color: #46ABE1;
	font-weight:bold;
	color:#FFF;
}

.insc_lista_item {
	padding:4px;
	background:#eee;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	overflow: hidden;
	clear: both;
}

.insc_lista_folio {
	padding:0 4px;
	width: 50px;
	float: left;
	color: #a7261c;
}

.insc_lista_titulo {
	padding:0 4px;
	width: 512px;
	float: left;
	color: #82806B;
}

.insc_lista_borrar, 
.insc_lista_confirmado, 
.insc_lista_pendiente {
	padding:0 4px;
	width: 16px;
	height: 16px;
	text-indent: -9000px;
	float: left;
}

.insc_lista_borrar {
	background: url(../images/icon_trash.gif) no-repeat center center;
}

.insc_lista_borrar a {
	float: left;
	width: 16px;
	height: 16px;
}

.insc_lista_confirmado {
	background: url(../images/insc_led_green.gif) no-repeat center center;
}

.insc_lista_pendiente {
	background: url(../images/insc_led_yellow.gif) no-repeat center center;
}

/*Prensa*/
#medioNew-forma {
	width: 560px;
}

#medioNew-forma fieldset, 
#password-forma fieldset, 
#prensa-forma fieldset {
	margin: 0 auto;
	width: 500px;
	border: none;
}
#medioNew-forma p, 
#password-forma p, 
#prensa-forma p {
	clear: both;
}
#medioNew-forma legend, 
#password-forma legend, 
#prensa-forma legend {
	text-transform:uppercase;
	color:#a7261c;
	font-size:18px;
	font-family: 'Interstate Black Condensed', Arial, Helvetica, Geneva, sans-serif;
	font-weight:normal;
}
#medioNew-forma p label, 
#password-forma label, 
#prensa-forma label {
	padding-right: 15px;
	width: 85px;
	display: block;
	float: left;
	line-height: 20px;
	text-transform: uppercase;
	text-align: right;
	font-size: 14px;
	font-family: 'Interstate Black Condensed', Arial, Helvetica, Geneva, sans-serif;
	color: #82806B;
}

#medioNew-forma p label {
	width: 165px;
}

#medioNew-forma input.campo, 
#medioNew-forma input.campo, 
#password-forma input[type='text'],
#prensa-forma input[type='text'], 
#prensa-forma input[type='password'] {
	width: 300px;
}

#medioNew-forma #formGuardar {
	width: 150px;
	margin-left: 250px;
}

#prensa-forma #formLogin {
	width: 80px;
	margin-left: 320px;
}

/*Contacto*/
h2.title-contacto {
	margin: 0 0 10px;
	height: 38px;
	background: transparent url(../images/elfestival_contacto.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-contacto {
	background: transparent url(../en/images/ficm_contactus_contactus.png) no-repeat left top;
}

.contact-item {
	position: relative;
	padding-right: 90px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
}

#maincolumn .contact-item h3 {
	font-size:32px;
	line-height: 38px;
	font-family: 'Interstate Black Condensed', Arial, Helvetica, Geneva, sans-serif;
}

.contacto-dir {
	line-height: 28px;
	font-size: 20px;
	font-family: 'Interstate Light', Arial, Helvetica, Geneva, sans-serif;
}

.contacto-dir em {
	color:#a78151;
	font-style: normal;
}

.contacto-map {
	position: absolute;
	top: 0;
	right: 0;
	width: 86px;
	height: 109px;
	background: transparent url(../images/elfestival_vermapa.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles .contacto-map {
	background: transparent url(../en/images/ficm_contactus_map.png) no-repeat left top;
}

.contacto-map a {
	width: 86px;
	height: 109px;
	float: right;
}

#contacto-forma p {
	clear: both;
}

#contacto-forma label {
	padding-right: 15px;
	width: 65px;
	display: block;
	float: left;
	line-height: 20px;
	text-transform: uppercase;
	text-align: right;
	font-size: 14px;
	font-family: 'Interstate Black Condensed', Arial, Helvetica, Geneva, sans-serif;
	color: #82806B;
}

#contacto-forma input[type='text'] {
	width: 302px;
}

#contacto-forma textarea {
	width: 620px;
	height: 160px;
}

#contacto-forma #submit {
	width: 80px;
	margin-left: 620px;
}

#contacto-email {
	float: left;
	width: 450px;
	height: 80px;
	line-height: 32px;
	font-family: 'Interstate Black Condensed', Arial, Helvetica, Geneva, sans-serif;
	font-size: 30px;
}

#contacto-email a {
	color: #82806B;
}

#contacto-facebook, 
#contacto-twitter {
	float: left;
	width: 250px;
	line-height: 36px;
	text-align: right;
	font-family: 'Interstate Black Condensed', Arial, Helvetica, Geneva, sans-serif;
	font-size: 30px;
}
#contacto-facebook a, 
#contacto-twitter a {
	padding-left: 30px;
	color: #82806B;
}

#contacto-facebook a {
	background: transparent url(../images/icon_facebook.png) no-repeat left center;
}

#contacto-twitter a {
	background: transparent url(../images/icon_twitter.png) no-repeat left center;
}

/*Preguntas Frecuentes*/
h2.title-preguntas {
	margin: 0 0 10px;
	height: 38px;
	background: transparent url(../images/ficm_elfestival_preguntasfrec.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-preguntas {
	background: transparent url(../en/images/title_festival_frequently.png) no-repeat left top;
}

dl#listado-preguntas dt {
	padding: 6px 0;
	text-transform: uppercase;
	font-size: 21px;
	font-family: 'Interstate Regular Condensed', Arial, Helvetica, Geneva, sans-serif;
	color: #82806B;
	line-height:23px;
}

dl#listado-preguntas dd {
	margin: 0 0 10px;
	padding-bottom: 20px;
	/*font-size: 14px;
	font-family: 'Interstate Light', Arial, Helvetica, Geneva, sans-serif;*/
	background: transparent url(../images/mainf_separadornot.jpg) no-repeat center bottom;
	text-align:justify;
}

#contactanos {
	text-indent:-90000px;
}

#contactanos a {
	background:url(../images/ficm_elfestival_contacto_preguntasfrec.png) no-repeat top center;
	display:block;
	height:75px;
}

#ingles #contactanos a {
	background:url(../en/images/festival_frequently_contactus.png) no-repeat top center;
}


/*Directorio de Peliculas*/
h2.title-dir-peliculas {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/ficm_elfestival_directpeliculas.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-dir-peliculas{
	background: transparent url(../en/images/title_festival_listoffilms.png) no-repeat left top;
}

.alpha_nav a{
	color: #a7261c;
	font-size:18px;
	text-decoration:underline;
	padding-right:14px;
}

.alpha_nav a.last{	
	padding-right:0;
}

.alpha_nav a:hover, .alpha_nav a.active {
	color:#005d65;
}
.main-info-directorio-peliculas {
	width:549px;
	float:left;
}

.info-first {
	float:left;
	background: transparent url(../images/mainf_separadornot.jpg) no-repeat center bottom;
	/*font-family:'Interstate Light',Arial,Helvetica,Geneva,sans-serif;*/
}

.info-first-general {
	width:220px;
	padding-left:14px;
	float:left;
}

.info-sec {
	float:left;
	width:549px;
	background: transparent url(../images/mainf_separadornot.jpg) no-repeat center bottom;
	/*font-family:'Interstate Light',Arial,Helvetica,Geneva,sans-serif;*/
}

.trailer {
	padding-top:15px;
}

.directorscut {
	padding-top:15px;
	float:left;
	width:549px;
	/*font-family:'Interstate Light',Arial,Helvetica,Geneva,sans-serif;*/
}

.directorscut strong, .info-sec strong {
	color:#82806B;
}

.films_pic {
	float:left;
	width:315px;
	overflow:hidden;
}

.subnav-cat {
	font-family:'Interstate Black Condensed',Arial,Helvetica,Geneva,sans-serif;
	color:#A7261C;
	font-size:18px;
}

ul.subnav-list, #menu-map  {
	margin: 0 0 15px;
	padding: 0;
	list-style-type:none;
}

ul.subnav-list li, #menu-map div {
	padding: 0 0 5px;
	line-height: 17px;
	
}

ul.subnav-list li a,  #menu-map div {
	color:#A78151;
	padding: 0;
	font-size: 18px;
	font-family: 'Interstate Black Condensed', Arial, Helvetica, Geneva, sans-serif;
}

ul.subnav-list li a:hover, 
ul.subnav-list li a.current,
#menu-map div:hover, #menu-map .bSideSelect {
	color:#A7261C;
	cursor:pointer;
}

/*Google maps bmap*/
#menu-map div {
	padding-bottom:10px;
}

.gmnoprint {
	color:#000; 
	padding-bottom:10px;
}

#maincolumn .gmnoprint h2 {
	font-size:14px;
}

#map{ width:550px;height:410px;float:left }

#map-hoteles{ width:550px;height:520px;float:left }

#buttons{ clear:both;text-align:center }

/*Noticias*/
h2.title-noticias{ 
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/mainf_noticias.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-noticias{
	background: transparent url(../en/images/title-ficm_news.png) no-repeat left top;
}

.noticias_list_wrapper {
	padding-top:20px;
}

.noticia_pic_list {
	float: left;
    padding: 0 10px 0 0;
    width: 160px;
	text-align:center;
}

.noticia_info_list {
    float: left;
    width: 330px;
	/*font-family:'Interstate Regular Condensed', Arial, Helvetica, Geneva, sans-serif;*/
}

.noticia_info_list p{
	text-align:left;
	padding-right:10px;
}

.noticia_teaser{
	background: transparent url(../images/mainf_separadornot.jpg) no-repeat center bottom;
	float:left;
	margin-bottom:15px;
	padding-bottom:15px;
}

.noticia_balazo {
	color:#E2C9A5;
}

.noticia_pic {
    float: right;
    margin: 0 10px 15px;
	width:315px;
}

.noticia_footer {
	font-family: 'Interstate thin',Arial,Helvetica,Geneva,sans-serif; 
	font-size: 10px; 
	padding: 5px 0pt 0pt 5px;
}

.noticia_desc {
	margin:20px 0 10px;
	font-family: 'Interstate thin',Arial,Helvetica,Geneva,sans-serif; 	
	text-align:justify;
}

.noticia_extra_links {
    float: right;
    text-align: right;
	color:#bbb;
	margin-top:15px;
}

#link_anterior{
	padding: 0 6px 0 18px;
	background: url(../images/flecha_atras.png) no-repeat left 2px;
}
#link_siguiente{
	padding: 0 18px 0 6px;
	background: url(../images/flecha_adelante.png) no-repeat right 2px;
}

.noticia_extra_links  a{
	text-decoration:underline;
}

.noticias_mas {
	float:right;
	padding-left:10px;
}

.noticia_abstract {
	text-align:justify;
}

.noticia_abstract {
	padding:5px 0 20px;
}

/*#link_anterior {
	padding:0 6px;
}

#link_siguiente {
	padding:0 6px;
}
*/
#maincolumn h5, #maincolumn h5 a {
	color: #82806b;
    font-family: 'Interstate Regular Condensed',Arial,Helvetica,Geneva,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin:0 0 5px 0;
    text-transform: uppercase;
}

/*Prensa Internacional*/
h2.title-prensa-internacional{ 
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/ficm_elfestival_prensaint.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-prensa-internacional {
	background: transparent url(../en/images/title_festival_internationalpress.png) no-repeat left top;
}

.noticia_info_left {
	float:left;
	width:449px;
}

.noticia_abstract a {
	display:block;
}

/*Asiste al festival*/
h2.title-asiste-intro {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/ficm_asiste_introduccion.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-asiste-intro{
	background: transparent url(../en/images/ficm_attend_introduction.png) no-repeat left top;
}

h2.title-asiste-info {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/ficm_asiste_infogral.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-asiste-info {
	background: transparent url(../en/images/ficm_attend_generalinformation.png) no-repeat left top;
}

h2.title-asiste-transporte	 {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/ficm_asiste_mediostrans.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-asiste-transporte {
	background: transparent url(../en/images/ficm_attend_transportation.png) no-repeat left top;
}

h2.title-asiste-hoteles	 {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/ficm_asiste_hoteles.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-asiste-hoteles	 {
	background: transparent url(../en/images/ficm_attend_hotels.png) no-repeat left top;
}

h2.title-asiste-turismo	 {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/ficm_asiste_acturisticas.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-asiste-turismo	 {
	background: transparent url(../en/images/ficm_attend_touristactivities.png) no-repeat left top;
}

h2.title-asiste-patzcuaro	 {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/ficm_asiste_patzcuaro.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-asiste-patzcuaro {
	background: transparent url(../en/images/ficm_attend_patzcuaro.png) no-repeat left top;
}

/* Asiste hoteles*/
.hotel{
	display:block;
	width:709px;
	padding-bottom:10px;
}

.info-hotel{
	width:360px;
	float:left;
	padding-right:40px;
}

.embed-hotel{
	width:300px;
	float:left;
}

h2.title-asiste-mapa {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/ficm_asiste_mapa.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-asiste-mapa {
	background: transparent url(../en/images/ficm_attend_map.png) no-repeat left top;
}


/*FICM 2011*/
h2.title-reglamento	 {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/ficm_2011_reglamento.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-reglamento	 {
	background: transparent url(../en/images/ficm_ficm2011_guidelines.png) no-repeat left top;
}

h2.title-patrocinadores	 {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/ficm_2011_patrocinadores.png) no-repeat left top;
	text-indent: -9000px;
}

h2.title-jurado	 {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/ficm_jurado.png) no-repeat left top;
	text-indent: -9000px;
}

h2.title-jury	 {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/ficm_jury.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-patrocinadores	 {
	background: transparent url(../en/images/ficm_ficm2011_sponsors.png) no-repeat left top;
}

h2.title-seleccion-oficial	 {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/ficm_2011_selecoficial.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-seleccion-oficial	 {
	background: transparent url(../en/images/ficm_ficm2011_officialselection.png) no-repeat left top;
}

/*Patrocinadores*/

ul.patrocinadores_3col {
	margin:0;
	padding:0;
}
ul.patrocinadores_3col li {
    display: inline;
}
ul.patrocinadores_3col li a img {
    border: 1px dotted #CCCCCC;
    margin: 10px 22px 10px 0;
    padding: 8px;
    width: 140px;
}

/*Efemerides*/
h2.title-efemerides	 {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/efemerides_titulo.png) no-repeat left top;
	text-indent: -9000px;
}

#ingles h2.title-efemerides	{
	background: transparent url(../en/images/title_thisdayhistory.png) no-repeat left top;
}

.efemeride{
	padding-bottom:15px;
	background: transparent url(../images/mainf_separadornot.jpg) no-repeat center bottom;
	margin-bottom:25px;
	float:left;
}

.efemeride h3 {
	background: transparent url(../images/mainf_separadornot.jpg) no-repeat center bottom;
	padding-bottom:10px;
	width:549px;
}


/*Recomienda*/
h2.title-recomienda	 {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/recomienda_titulo.png) no-repeat left top;
	text-indent: -9000px;
}
h4.title-galeria{
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/recomienda_galeria.png) no-repeat center top;
	text-indent: -9000px;
}
h4.title-trailer{
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/recomienda_trailer.png) no-repeat center top;
	text-indent: -9000px;
}

h2.title-radiografias {
	margin: 0 0 10px;
	height: 48px;
	background: transparent url(../images/ficm_radiografias_ganadores2010.png) no-repeat left top;
	text-indent: -9000px;
}

h2.center {
	text-align:center;
	font-size:28px;
	font-family:'Interstate light',Arial,Helvetica,Geneva,sans-serif;
}

.img-recomienda {
	text-align:center;
	background: transparent url(../images/mainf_separadornot.jpg) no-repeat center bottom;
	padding-bottom:20px;
	margin-bottom:10px;
}

.media {
	width:549px;
	float:left;
	margin-top:20px;
	background: transparent url(../images/mainf_separadornot.jpg) no-repeat center top;
	padding-top:10px;
	padding-bottom:40px;
}

.media .trailer {
	width:425px;
	margin:0 auto;
}

.recomendacion .media h4 {
	text-align:center;
}

.recomendacion .media #galeria_main_img {
	margin:0 auto 20px;
	width:500px;
}

.recomendacion .media #galeriaNav {
	margin:0 auto;
	width:480px;
}

.note {
	margin-top:20px;
	background: transparent url(../images/mainf_separadornot.jpg) no-repeat center top;
	padding-top:10px;
}

#asiste .maincontent-item p {
	/*word-spacing:1px;
	letter-spacing:-1px;*/
}
/*Email print links*/

.email-print-links {
	float:right;
	text-align:right;
	color:#bbb;
	margin-top:15px;
}

#link_enviar{
	margin: 0 0 0 10px;
	padding: 0 12px 0 0;
	display: inline;
}
#link_enviar a{
	padding: 0 4px 0 20px;
	background: url(../images/ico_mail.gif) no-repeat left 3px;
	background-position:0 1px;
}
#link_imprimir{
	margin: 0 0 0 18px;
	padding: 0 12px 0 0;
	display: inline;
}
#link_imprimir a{
	padding: 0 4px 1px 19px;
	background: url(../images/ico_print.gif) no-repeat left 2px;
	background-position:0 1px;
}


/*---share this---*/
.share_this {
	margin:25px 0 8px 0;
	float: left;
	text-align:left;
}

.share_this p {
	margin: 0;
}

.share_this ul {
	overflow: hidden;
	list-style-type:none;
	padding:0;
}

.share_this ul li {
	margin: 2px 8px 2px 0;
	float: left;
}

.share_this ul li a {
	text-indent: -9000px;
	display: block;
	width: 28px;
	height: 28px;
}

.share_this ul li#share_facebook a {
	background: url(../images/ficm-face_03.png) no-repeat left top;
	padding-right:15px;
}
.share_this ul li#share_twitter a {
	background: url(../images/ficm-twit_03.png) no-repeat left top;
	padding-right:15px;
}
.share_this ul li#share_myspace a {
	background: url(../images/ico_myspace.gif) no-repeat left top;
}
.share_this ul li#share_digg a {
	background: url(../images/ico_digg.gif) no-repeat left top;
}
.share_this ul li#share_linkedin a {
	background: url(../images/ico_in.gif) no-repeat left top;
}
.share_this ul li#share_delicious a {
	background: url(../images/ico_delicious.gif) no-repeat left top;
}
.share_this ul li#share_meneame a {
	background: url(../images/ico_meneame.gif) no-repeat left top;
}
.share_this #face-like {
	width:300px;
	color:#eee;
	padding-top:2px;
}
.share_this #share_gplusone {
	width:96px;
	padding-top:2px;
}

/* cbox newsletter styles */
.cbox-newsletter-logo {
	margin: 0 auto 5px;
	width: 128px;
	height: 128px;
}
.cbox-newsletter-title {
	padding-bottom: 10px;
    text-align: center;
}

.cbox-newsletter {
	text-align:center;
}

.cbox-newsletter span{
	color:#46ABE1;
}

.cbox-newsletter p{
	padding-bottom:10px;
}

#streaming-embed {
	margin: 10px auto;
}

#streaming-notes {
	margin: 10px auto;
	width: 400px;
	font-size: .9em;
	text-align: center;
}

/* ------------ Videos 2011 ---------------- */


#videos2011 .noticia_info_list {
    float: left;
    width: 260px;
	text-align:center;
	/*font-family:'Interstate Regular Condensed', Arial, Helvetica, Geneva, sans-serif;*/
}

#videos2011 .noticia_pic_list {
	margin: 0 auto;
    padding: 0 10px 10px 0;
    text-align: center;
    width: 160px;
	float:none;
}

#videos2011 .noticia_teaser {
	float: left;
    height: 215px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-right: 12px;
    width: 260px;
	background:none;
}

/* ------------ YouTube 2011 ---------------- */

.youtube_list {
	overflow: hidden;
	clear: both;
}
.youtube_item {
	padding: 0 15px 20px 5px;
	width: 160px;
	text-align: center;
	float: left;
}
.youtube_pic {
	padding-bottom: 10px;
	width: 160px;
	height: 120px;
}
.youtube_info {
	min-height: 80px;
	height: auto !important;
	height: 80px;
}

/* ------------ Accordion 2011 ---------------- */

.accordion-container,
.accordion2-container {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.accordion-container li.accordion-item,
.accordion-container li.accordion-item {
 	margin-bottom: 30px;
    padding-bottom: 16px;
    background: url("../images/mainf_separadornot.jpg") no-repeat scroll center bottom transparent;  
}

.accordion-container li h3.accordion-btn a,
.accordion2-container li h3.accordion-btn a {
	padding-right: 22px;
	background: url("../images/submenu-bullet.png") no-repeat scroll right center transparent;
	color: #D5B57A;
	text-transform: uppercase;
	font: 18px 'Interstate Black Condensed';
}
.accordion-container li h3.accordion-btn a.current,
.accordion2-container li h3.accordion-btn a.current {
	background: url("../images/submenu-bullet-active.png") no-repeat scroll right center transparent;
	color: #A7261C;
}

.accordion-container li .accordion-content,
.accordion2-container li .accordion-content {
	padding-left: 80px;
}

/* ----------- ganadores 2011 -------------- */

#maincolumn #ficm_2011_ganadores h3{
	font-size:16px;
}
