/* fonts */
h1, h2, h3, h4, h5 {
	margin: 0 0 .1em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	line-height: 1em;
	color: #000;
}
a {
	color: #46abe1;
	text-decoration: underline;
	font-size: 1.0em;
	cursor: pointer;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
	outline-style: none;
}
p {
	margin: 0 0 8px;
}
li {
	list-style-type: none;
}


.float_left {
	float: left;
	margin: 2px 4px 0 0;
	display: block;
}
.clear {
	float: left;
	clear: both;
}

#maincolumn h2 {
	color: #46abe1;
	text-transform: uppercase;
}

#maincolumn h4,
#subnavbar h4,
#sidebar h4 {
	padding: 0 0 0 8px;
	font-size: 13px;
	text-transform: uppercase;
	color: #f3b820;
	background: url(../images/flecha.gif) no-repeat left 6px;
}
#maincolumn h4 {
	margin-bottom: 5px;
}

#indexcolumn h3 a {
	color: #000;
	text-decoration: none;
}
#indexcolumn h3 a:hover {
	text-decoration: underline;
}

.main_item {
	margin: 0 0 20px 0;
	width: 728px;
	position: relative;
	overflow: hidden;
}
.main_item_column_left {
	margin-bottom: 20px;
	padding-right: 15px;
	width: 320px;
	float: left;
}
.main_item_column_right {
	padding-right: 10px;
	width: 320px;
	float: right;
	margin-bottom: 20px;
}

/*---Newsletter form---*/
#newsletter-form {
	padding: 4px 0 10px;
	display: block;
}
#input_suscribe {
	padding: 2px 4px;
	width: 110px;
	height: 11px;
	font-size: 0.88em;
	border: 1px solid #aeaeae;
	background: #FFF;
	color: #bababa;
}
#newsletter-send {
	color: #0091c7;
	cursor: pointer;
	background: transparent none no-repeat 0 0;
	border: none;
	font-size: 1.0em;
	padding: 0 2px;
}

/* busqueda */
#buscar {
	padding: 4px 5px;
	float: right;
	display: block;
	overflow: hidden;
}
#buscar label {
	color: #FFFFFF;
	padding: 2px 5px;
	font-weight: normal;
	display: block;
	float: left;
}
input#search {
	padding: 2px 4px;
	width: 104px;
	height: 12px;
	font-size: 0.88em;
	border: 1px solid #80d5f4;
	background: #d2efff;
	color: #46abe1;
}
#send_buscar {
	padding: 0 6px;
	text-decoration: none;
	cursor: pointer;
	background: transparent none no-repeat 0 0;
	border: none;
	color: #FFF;
}


/*---main content---*/
.content_unit_wrapper{
	padding:0px 0 9px 0;
	margin: 0px 0 10px 0;
	border-bottom: dotted 1px #686868;
	overflow: hidden;
	clear: both;
}
.content_unit_wrapper_sans{
	padding:0px 0 0px 0;
	margin: 0px 0 0px 0;
	border-bottom: none;
	overflow: hidden;
	clear: both;
	
}



.fotos-pie {
	font-size:0.8em;
	line-height:1.1em;
	text-align:left;
	width:163px;
}
.text_left{
	width: 210px;
	text-align: right;
	float: left;
	padding: 20px 15px 0 10px;	
}
.text_left_left{
	width: 210px;
	text-align: left;
	float: left;
	padding: 15px 15px 0 0;	
}
.text_right{
	width: 300px;
	text-align: left;
	float: right;
	padding: 15px 10px 0 0px;	
}
.intro{
	font-size: 14px;	
}
.pic_left{
	margin: 0 10px 10px 0;
	float: right;	
}
.pic_right{
	margin: 15px 15px 10px 0;
	float: right;	
}
.pic_center{
	background: #211018;
	margin: 0 auto 10px;
	text-align: center;	
	padding: 0;
	width: 400px;
}

/*---Noticias Home---*/
.featuredList {
	overflow: hidden;
}
.feature_not_img {
	margin: 0 18px 0 0;
	padding: 3px;
	width: 315px;
	border: 1px solid #d6d6d6;
	float: left;
}
.feature_not_pie_foto {
	padding: 4px 0 6px;
	font-size: 10px;
	line-height: 12px;
}
.feature_not_content {
	padding: 34px 0 0;
	width: 386px;
	float: left;
}
.feature_not_content h4 {
	margin: 0;
	padding: 2px 0;
	font-size: 14px;
}
.feature_not_content h4 a {
	text-decoration: none;
}
.feature_not_content h4 a:hover {
	text-decoration: underline;
}
.feature_not_content .feature_not_credits {
	font-size: .95em;
}
.feature_not_content p {
	font-size: 12px;
	line-height: 13px;
}
.feature_not_content .feature_not_txt {
	padding: 12px 0;
}

.featuredNav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:4px;
	left:340px;
}
.featuredNav li {
	margin:0;
	padding: 0 1px 0 0;
	float:left;
	text-align:center;
}
.featuredNav li a {
	padding:2px 0px;
	background:#d1d1d1;
	color:#545454;
	text-decoration:none;
	display:block;
	width:18px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
.featuredNav li a:hover, .featuredNav li a.selected{
	background: #0091c7;
	color: #FFF;
}

#noticiasNav {
	position: absolute;
	top: 43px;
	left: 340px;
	z-index: 500;
}
#noticiasNav a {
	margin: 0 1px 0 0;
	padding: 2px 0;
	float: left;
	display: block;
	width: 18px;
	background: #d1d1d1;
	color: #545454;
	text-decoration: none;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#noticiasNav a:hover, #noticiasNav a.activeSlide{
	background: #0091c7;
	color: #FFF;
}

/*---noticias---*/
.noticia_teaser {
	overflow: hidden;
	display: block;
	border-bottom: 1px dotted #acacac;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;	
}
.noticia_pic_list {
	float:left;	
	padding: 0 10px 0 0;
}
.noticia_info_list {
	width: 370px;
	padding: 0 0 0 170px;
	color: #666;
}
.content_title, 
.noticia_teaser h3 {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	padding-top:15px;
}
.content_title a, 
.noticia_teaser h3 a {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.content_title a:hover, 
.noticia_teaser h3 a:hover {
	text-decoration: underline;
}
.noticia_date {
	font-size: .9em;
}
.noticia_author {
	font-size: .9em;
}
.noticia_more {
	padding-top: 15px;
}
.noticia_full {
	overflow: hidden;
	display: block;
	border-bottom: 1px dotted #686868;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
}
.noticia_full h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 22px;
	color: #000;
	line-height: 20px;
	background: none;
}
.noticia_full p {
	margin: 0 0 8px;
}
.noticia_pic {
	float: right;	
	margin: 0 10px 15px;
}
.noticia_footer {
	width: 315px;
	font-size: .8em;
	text-align: right;
	line-height: 1.1em;
}
.noticia_balazo {
	margin: 10px 0 0;
}
.noticia_desc {
	margin: 20px 0 10px;
	float: left;
}
.noticia_desc ul {
	margin: 5px 10px;
	padding: 0;
}
.noticia_desc ul li {
	margin: 2px 0 2px 5px;
	list-style-type: disc;
	list-style-position: inside;
}
.noticia_img_body {
	margin: 10px auto;
	width:315px;
}

.noticia_links_full {
	padding-right: 12px;
	float: right;
	text-align: right;
}

.noticia_extra_links {
	margin: 20px 0 0;
	clear: both;
}
.noticia_extra_links a {
	color: #666;
}
.noticia_extra_links a:hover {
	color: #000;
}
#link_anterior{
	padding: 0 6px 0 18px;
	background: url(../images/flecha_atras.gif) no-repeat left 2px;
}
#link_siguiente{
	/*margin: 0 74px 0 0 ;*/
	padding: 0 18px 0 6px;
	background: url(../images/flecha_adelante.png) no-repeat right 2px;
}

/* invitados - invitados.html */
.invitado_teaser{
	overflow: hidden;
	display: block;
	border-bottom: 1px dotted #686868;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;	
}
.invitado_pic{
	float:left;	
	margin: 0 10px 0 0;
}
.invitado_footer {
	width: 155px;
	font-size: .8em;
	text-align: right;
	line-height: .8em;
}
.invitado_info h3 {
	color:#000;
	font-size:22px;
	font-weight:bold;
	line-height:20px;
	margin:0 0 5px;
	background: none;
}
.invitado_info {
margin:0 0 20px;
}
.invitado_pic img{
	padding: 3px;
	border: 1px solid #CCC;
}
.mas_info{
	border-bottom: dotted 1px #686868;	
	margin: 20px 0;
	padding: 0 0 15px;
}
#mas_toggle{
	padding: 0 13px 0 6px;
	background: url(../images/flecha_h2.png) no-repeat right 2px; 	
}
#toggled_info{
	display: none;
	margin: 20px 0;	
}
a.back_top{
	padding: 0 18px 0 6px;
	background: url(../images/flecha_up.png) no-repeat right 5px; 
	margin: 10px 0 0;
}

.content_title_jurado {
	margin: 0 0 10px 0;
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 100%;
}
.content_title_large {
	margin: 0 0 10px 0;
	color: #0;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 100%;
}

.cartel_holder{
	margin: 15px auto;
	padding: 4px;
	width: 400px;
	border: 1px solid #ccc;
}

/* Quienes somos */

.credit_inner {
	clear: both;
	padding: 20px 0 10px;
	text-align: center
}
.credit_inner h3 {
	color: #000;
}
.credit_inner dt, .credit_inner dd {
	margin: 10px 0 0;
	font-weight: normal;
	text-align: center;
	clear: both;
}
.credit_inner dd{
	margin: 3px 0 0 0;
	font-weight: bold;
}

/* El Festival -> Patrocinadores */

ul.patrocinadores_gde li.even{
	float: left;
	margin: 10px 0px 10px 23px;
	border: dotted 1px #CCC;
	padding: 8px;
} 
ul.patrocinadores_gde li.odd{
	float: left;
	margin: 10px 0px 10px 43px;
	border: dotted 1px #CCC;
	padding: 8px;
} 

ul.patrocinadores_gde li a img{
	width: 180px;	
}


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



/*---share this---*/
.share_this {
	margin: 8px 0;
	float: left;
}
.share_this p {
	margin: 0;
}
.share_this ul {
	overflow: hidden;
}
.share_this ul li {
	margin: 2px 8px 2px 0;
	float: left;
	width: 20px;
	height: 20px;
}
.share_this ul li a {
	text-indent: -9000px;
	display: block;
	width: 20px;
	height: 20px;
}
.share_this ul li#share_facebook a {
	background: url(../images/ico_facebook.gif) no-repeat left top;
}
.share_this ul li#share_twitter a {
	background: url(../images/ico_twitter.gif) no-repeat left top;
}
.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;
}

/*---subnavbar---*/
#subnavbar h3 {
	padding: 8px 0 8px 22px;
	background: url(../images/submenu-vineta.gif) no-repeat left 5px;
	font-size: 12px;
	font-weight: bold;
	color: #46abe1;
	
}
ul.primary-list {
	padding: 4px 0 6px;
	border-top: 1px dotted #acacac;
	border-bottom: 1px dotted #acacac;
}
ul.primary-list li {
	padding: 2px 0 2px 7px;
	background: url(../images/submenu_bullet.gif) no-repeat left 5px;
}
ul.primary-list li a {
	color: #7d7d7d;
	text-decoration: none;
}
ul.primary-list li a:hover, 
ul.primary-list li a.current {
	font-weight: bold;
	text-decoration: underline;
}
ul.secondary-list {
	margin: 0 0 0 4px ;	
}
/*ul.secondary-list li a {
	padding: 0 0 0 8px;
}
ul.secondary-list li a:hover, 
ul.secondary-list li a.current {
	color: #46abe1;
}*/
ul.terciary-list {
	margin: 0 0 0 4px ;	
}
/*ul.terciary-list li a {
	padding: 0 0 0 8px;
}
ul.terciary-list li a:hover, 
ul.terciary-list li a.current{
	color: #46abe1;
}*/

ol.decimal li{
	display:list-item;
	list-style-type: decimal;
}
ol{
	margin: 0;
	padding: 0 0 0 40px;	
}
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 ;
}
dl{
	
}
dt, dd{
	clear:both;
	margin: 10px 0 0 ;
	text-align: center;
}
dd{
	margin: 3px 0 0 0px ;
	font-weight: bold;
	text-align: center;
}

#feature_main_bottom{
	overflow: hidden;
	clear: both;	
}
.feature_galeria_wrapper{
	width:300px; 
	float: left;
	margin: 0 20px 0 0;
	overflow: hidden;
	display:block;
}
.feature_invitado_wrapper{
	width:160px;
	float: left;
	overflow: hidden;
	display:block;	
}
.feature_invitado_wrapper_reset{
	width:160px;
	float: left;
	overflow: hidden;
	display:block;	
}
.feature_pic{
	background: #000;
	margin: 0 0 5px;
	
}
.pie{
	padding: 2px 12px 5px;
	color: #FFFFFF;	
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	line-height: 120%;
}

/*Fotogalerias*/

a.ir {
	text-decoration: none;
	color: #999999;
	background: url(../images/flecha_h2.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;	
}

#galeria_main_img {
	margin: 0;
	padding: 0;
	width: 500px;
	height: 330px;
	border: 1px solid #ccc;
}
.pie_foto{
	color: #686868;	
	padding: 2px 5px 3px;
	width: 500px;
	height: 60px;
	margin: 0 0 10px;
	text-align: right;
	font-size: 11px;
}
#galeriaNav {
	background: #E0E0E0 none repeat scroll 0 0;
	display:block;
	height:62px;
	padding:12px 0;
	width:480px;
}
#carrousel_link_anterior {
	padding: 0 5px;
	height: 62px;
	width: 6px;
	text-indent:-9999px;
	float: left;
}
* html #carrousel_link_anterior {
	display:inline;
}
#carrousel_link_anterior a {
	width: 6px;
	height: 62px;
	background: url(../images/flecha_atras.png) no-repeat 0 26px;
    float: left;
}
#carrousel_link_siguiente {
	padding: 0 5px;
	height: 62px;
	width: 6px;
	text-indent:-9999px;
	float: left;
}
* html #carrousel_link_siguiente {
	display:inline;
}
#carrousel_link_siguiente a {
	width: 6px;
	height: 62px;
	background: url(../images/flecha_h2.png) no-repeat 0 26px;
    float: left;
}
#slideshow {
	width: 448px;
	height: 62px;
	float: left;
}
#carousel {
	width: 448px;
	height: 62px;
}
#carousel ul {
	height: 62px;
	overflow: hidden;
}
#carousel ul li {
	margin: 0 12px 0 0;
	float: left;
	width: 100px;
	height: 60px;
	display: block;
	list-style: none;
}
.item {
	border: solid 1px #95969b;
}
.itemActive {
	border: solid 1px #000;
}


/*SLIDER FEATURED HOME*/
#featured {
	width:410px;
	padding-right:310px;
	position:relative;
	height:250px;
	background:#fff;
} 
#featured ul.ui-tabs-nav{
	position:absolute;
	top:0; left:410px;
	list-style:none;
	padding:0; margin:0;
	width:310px;
	height: 250px;
}
#featured ul.ui-tabs-nav li{
	padding:1px 0; padding-left:15px;
	font-size:12px;
	color:#666;
}
#featured ul.ui-tabs-nav li span{
	font-size:11px;
	line-height:18px;
}
#featured .ui-tabs-panel{ width:400px; height:250px; position:relative; overflow:hidden; } #featured .ui-tabs-hide{ display:none; } 
#featured li.ui-tabs-nav-item a{/*On Hover Style*/
	display:block;
	height:60px;
	color:#333;  background:#fff;
	line-height:20px;
	outline:none;
}
#featured li.ui-tabs-nav-item a:hover{
	background:#f2f2f2;
}
#featured li.ui-tabs-selected { /*Selected tab style*/
	color: #44ace1;
	background:url('../images/selected-item.gif') top left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	color: #44ace1;
	background:#daeef9;
}
#featured ul.ui-tabs-nav li img{ float:left; margin:2px 5px; background:#fff; padding:2px; border:1px solid #eee; } 
#featured .ui-tabs-panel .info{
	position:absolute;
	top:230px; left:0;
	height:20px; width: 400px;
	background: url('../images/transparent-bg.png');
}
#featured .info h3{
	font-size:18px;
	color:#fff; padding:5px; margin:0;
	overflow:hidden;
}
#featured .info p{
	margin:0 15px;
	font-size:11px;
	line-height:15px; color:#f0f0f0;
}
#featured .info a{
	text-decoration:none;
	color:#fff;
}
#featured .info a:hover{
	text-decoration:underline;
}

/* Difusion FICM */
.difusion-preview {
	padding: 10px 5px;
	width: 710px;
	height: 200px;
	position: relative;
	background: transparent url(../preview/images/bg_slider_difusion.jpg) no-repeat 0 0;
}
.difusion-preview-next {
	background: transparent url(../preview/images/bot_sig.jpg) no-repeat center center;
	width: 20px;
	height: 20px;
	text-indent: -2000px;
	position: absolute;
	top: 98px;
	right: 4px;
	border: none;
	cursor: pointer;
}
li.difusion-preview-item {
	padding: 0 16px 0 16px;
	width: 314px;
	height: 196px;
	float: left;
}

.difusion-prev {
	background: transparent url(../images/sliders-prev.gif) no-repeat 0 0;
	float: left;
	width: 25px;
	height: 25px;
	text-indent:-2000px;
	border: none;
	cursor: pointer;
	margin: 40px 5px 0 0;
}
.difusion-next {
	background: transparent url(../images/sliders-next.gif) no-repeat 0 0;
	width: 25px;
	height: 25px;
	text-indent:-2000px;
	border: none;
	cursor: pointer;
	margin: 40px 0px 0 5px;
}
.difusion-carousel {
	float: left;
	background: #ececec;
}
li.difusion-item {
	float: left;
}
.difusion-content {
	margin: 7px;
	width: 200px;
	height: 200px;
	position: relative;
	overflow: hidden;	
}
.difusion-content h5,
.difusion-content a,
.difusion-content a:visited {
	color: #3399cc;
	font-size: 12px;
}
.difusion-content p {
	color: #2e2e2e;
}
.difusion-desc {
	padding: 5px;
	position: absolute;
	top: 180px;
	width: 190px;
	height: 180px;
	background: #ececec;
}
.difusion-link {
	position: absolute;
	bottom: 10px;
	text-align: right;
}



/* Prensa */

#prensa-dir {
	margin: 0 auto;
	padding: 5px;
	width: 520px;
	height: 400px;
	background: #FFF;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	overflow: scroll;
}

/* Comunidad */
#community_wrapper{
	overflow: hidden;
	display: block;
	border-bottom: dotted 1px #686868;
	padding: 0px 0 20px 0;	
}
.community{
	float: left;
	width: 230px;
}
.community a{
	text-decoration: underline;
	clear: none;
	color: #686868;
}
.comm_left{
	border-right: 1px dotted #686868;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;	
}
.community div {
	text-decoration: underline;
	clear: none;
	color: #686868;	
}
.community img{
	float: left;
	margin: 0 10px 5px 0;
	height: 60px;
	width:60px;	
}
#links_wrapper{
	margin: 20px 0 0 0;	
	overflow: hidden;
	float: left;
	width: 510px;
}
ul.links_list_unit{
	overflow: hidden;
	margin: 0 0 12px;	
}
ul.links_sublist li{
	float: left;
	padding: 0 13px 0 13px;
	margin: 0 0 8px;
	width: 500px;
}
ul.links_sublist{
	margin: 12px 0 0 0;
		
}
#links_wrapper ul li.links_list{
	padding: 4px 4px 4px;
	height: 14px;
	background: #E4E4E4;
	clear: both;
	margin: 0 0 10px 0;
}
#links_wrapper ul li.links_list a.links_list_a{
	text-decoration: none;
	background: transparent url(../images/flecha_h2.png) no-repeat right 2px;	
	padding: 0 12px 0 0;
}

/* Lista de resultados oficiales */

.lista{
	margin: 5px 0 20px;
}
.lista li a {
	color: #686868;
	font-weight: bold;
}
.sublista{
	margin: 20px 0;
	padding: 0 0 0 10px;
}
.sublista li{
	list-style-type: decimal;
}

#links_wrapper{
	margin: 20px 0 0 0;	
	overflow: hidden;
	float: left;
	width: 510px;
}
ul.links_list_unit{
	overflow: hidden;
	margin: 0 0 12px;	
}
ul.links_sublist li{
	float: left;
	padding: 0 13px 0 13px;
	margin: 0 0 8px;
	width: 500px;
}
ul.links_sublist{
	margin: 12px 0 0 0;
		
}
#links_wrapper ul li.links_list{
	padding: 4px 4px 4px;
	height: 14px;
	background: #E4E4E4;
	clear: both;
	margin: 0 0 10px 0;
}
#links_wrapper ul li.links_list a.links_list_a{
	text-decoration: none;
	background: transparent url(../images/flecha_h2.png) no-repeat right 2px;	
	padding: 0 12px 0 0;
}


/*contacto*/
.contacto_facebook {
	padding: 4px 0 4px 20px;
	height: 12px;
	background: url(../images/contacto_facebook.png) no-repeat left center;
}
.contacto_twitter {
	padding: 4px 0 4px 20px;
	height: 12px;
	background: url(../images/contacto_twitter.png) no-repeat left center;
}


/*---sidebar---*/

#slideshowBrands {
	margin: 0 0 0 5px;
	padding: 3px;
	width: 164px;
	height: 120px;
	position: relative;
	font-size: 11px;
}
#slideshowBrands a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}
#slideshowBrands a.active {
    z-index: 10;
    opacity: 1.0;
}
#slideshowBrands a.last-active {
    z-index: 9;
}

#slideshowGuests {
	margin: 12px auto 4px;
	width: 155px;
	height: 240px;
	position: relative;
	font-size: 11px;
	background: #000;
	color: #FFF;
}
#slideshowGuests li {
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
    width: 155px;
	height: 240px;
}
#slideshowGuests li.active {
    z-index: 10;
    opacity: 1.0;
}
#slideshowGuests li a {
   text-decoration: none;
}
#slideshowGuests li.last-active {
    z-index: 9;
}

.socialbox {
	margin: 0 auto 12px;
	padding: 10px 15px;
	width: 120px;
	min-height: 130px;
  	height: auto !important;
  	height: 130px;
	border: 5px solid #e8e8e8;
}
/*
a#link_twitter {
	height: 12px;
	display: block;
	background: url(../images/comunidad-twitter.gif) no-repeat left center;
	padding: 6px 0 10px 30px;
}
a#link_facebook {
	height: 12px;
	display: block;
	background: url(../images/comunidad-facebook.gif) no-repeat left center;
	padding: 6px 0 10px 30px;
}
a#link_vimeo {
	height: 12px;
	display: block;
	background: url(../images/comunidad-vimeo.gif) no-repeat left center;
	padding: 6px 0 10px 30px;
}
a#link_social {
	height: 12px;
	display: block;
	background: url(../images/comunidad-social-ficm.gif) no-repeat left center;
	padding: 6px 0 10px 30px;
}
*/

em.search_term {
	font-weight: bold;
	color: #46abe1;
}

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


/*---patrocinadores---*/
#patrocinadores {
	padding: 0 0 12px;
	height: 50px;
	overflow: hidden;
	clear: both;
}
#patrocinadores li {
	padding: 0 15px;
	float: left;
	overflow: hidden;
}
#patrocinadores li a {
	text-indent: -9000px;
	display: block;
	height: 48px;
}
#patrocinadores li.cd_morelia a {
	background: transparent url(../images/logo_morelia_rojo.png) no-repeat 0 -48px;
	width: 74px;	
}
#patrocinadores li.turismo_morelia a {
	background: transparent url(../images/logo_morelia_acueducto.png) no-repeat 0 -48px;
	width: 84px;	
}
#patrocinadores li.edo_mich a {
	background: transparent url(../images/logo_gob_mich.png) no-repeat 0 -48px;
	width: 98px;	
}
#patrocinadores li.cinepolis a {
	background: transparent url(../images/logo_cinepolis.png) no-repeat 0 -48px;
	width: 100px;	
}
#patrocinadores li.imcine a {
	background: transparent url(../images/logo_imcine.png) no-repeat 0 -48px;
	width: 114px;	
}
#patrocinadores li.conaculta a {
	background: transparent url(../images/logo_conaculta.png) no-repeat 0 -48px;
	width: 122px;	
}
#patrocinadores li.mich_trabaja a {
	background: transparent url(../images/logo_morelia_trabajo.png) no-repeat 0 -48px;
	width: 111px;	
}
#patrocinadores li.bicentenario a {
	background: transparent url(../images/logo_bicentenario.png) no-repeat 0 -48px;
	width: 118px;
}
#patrocinadores li a:hover {
	background-position: 0 0;
}

/* sIFR styles */
.sIFR-active h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 32px;
}

.sIFR-active #subnavbar h4, 
.sIFR-active #maincolumn h4, 
.sIFR-active #sidebar h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 14px;
}

