/*Hoja de estilo principal
Modificada el 27/06/2013 11:55
Alberto Olivares*/

@font-face {
	font-family: "GothamBold";
	src: /*url(Gotham/Gotham-Bold.eot)
	url(Gotham/Gotham-Bold.otf), 
	url(Gotham/Gotham-Bold.svg),  ,*/
	url(Gotham/Gotham-Bold.ttf),   
	url(Gotham/Gotham-Bold.woff) format("truetype");
}
@font-face {
	font-family: "GothamMedium";
	src: /*url(Gotham/Gotham-Mediumt.eot),
	url(Gotham/Gotham-Medium.otf), 
	url(Gotham/Gotham-Medium.svg),  */
	url(Gotham/Gotham-Medium.ttf),   
	url(Gotham/Gotham-Medium.woff) format("truetype"); 
}
@font-face {
	font-family: "GothamLight";
	src: /*url(Gotham/Gotham-Light.eot),
	url(Gotham/Gotham-Light.otf), 
	url(Gotham/Gotham-Light.svg),  */
	url(Gotham/Gotham-Light.ttf),   
	url(Gotham/Gotham-Light.woff) format("truetype");  
}

@font-face {
	font-family: "GothamBook";
	src: /*url(Gotham/Gotham-Book.eot),
	url(Gotham/Gotham-Book.otf),
	url(Gotham/Gotham-Book.svg), */
	url(Gotham/Gotham-Book.ttf), 
	url(Gotham/Gotham-Book.woff) format("truetype"); 
}



* {
    margin: 0;
    padding: 0;
}

body {
	
	margin: 0;
	padding: 0;
	background-color: #dfdfdf;
	color:#4D4D4D;
	font-family: sans-serif;
}
/* 140227 modifique width:920px; padding: 25px; */
#content{
	width:970px;
	margin:auto;
	padding: 25px;
	background-color: white;
	box-shadow: 2px 2px 5px #aaa;
	-o-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	-moz-box-shadow: 2px 2px 5px #aaa;
}




#header {
	width: inherit;
	height: 150px;
}

#logo_elem {
	width: 523px;
	height: 150px;
	float:left;
}

#logos_inst {
	width: 397px;
	height: 100px;
	float:left;
}
#logo_flm_left {
	width: 168px;
	height:100px;
	float: left;
}
#logo_conaculta_right {
	width: 180px;
	height: 100px;
	float: left;
}

#search_index {
	width: inherit;
	height: 35px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:right;
}

#search_index .txt {
	font-family:sans-serif;
	font-size:12px;
	border:1px solid;
	border-color:#CCCCCC;
	width:200px;
	height: 20px;
	-moz-box-shadow: 1px 1px 1px 0.8px #ccc;
	-webkit-box-shadow: 1px 1px 1px 0.8px #ccc;
	box-shadow: 1px 1px 1px 0.8px #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-khtml-border-radius: 2px;
}

#menu {
	width: inherit;
	height: 36px; /* height: 24px; 140304 */
	margin-left: auto;
	margin-right: auto;
	background-color: #C7C8CA; /* background-color: #DFDFDF; 140304 */
	border-bottom: 3px solid #000000; /* border-bottom: 2px solid #000000; 140304*/
	margin-bottom: 1px; /*margin-bottom: 25px; 140305 */ 
    width: 970px; /* width: 920px; */

}


#wrapper {
	width: 970px; /* width: 920px; */
	height: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	
	width: inherit;
	float:left;
	background-color:#FFF;
	padding-bottom:25px;
	margin-bottom:25px;
}

h1{
	color:#FF3B59;
	font-size:2.9em;	
	/*font-family:Georgia, "Times New Roman", Times, serif; 140312*/
	font-family:"Oswald", sans serif;
	font-weight:normal;
	line-height:1.2em;
}

h2{
	color:#FFF;
	/*font-size:1.9em;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;*/
	/*line-height:0.1em;*/
}

#contenido_izquierda {
	width:721px; /* width:721px; */
	height:100%;
	border-right: 1px solid #B3B3B3;
	float:left;
}

#contenido_izquierda_home {
	width:649px; /* width:721px; */
	height:100%;
	border-right: 1px solid #B3B3B3;
	float:left;
}


#menu_izquierda {
	width: 114px;
	word-wrap: break-word;
	float:left;
}

#contenido_central {
	width: 607px; /* width: 607px; */
	float:left;
	margin-top:20px;
}

#contenido_multimedia {
	width: 790px;
	float:left;
	margin-top:20px;
}

#breadcrumb{
	font-size:12px;
	font-family: sans-serif, "GothamLight";
	width:inherit;
}

a {
	color:#333;
	text-decoration:underline;
}

a:hover {
	color:#FF3B59;
	text-decoration:underline;
}

#footer {	
  
	padding: 10px 0 10px 0;
	margin-top:30px;
	text-align: center;
	font-family: sans-serif, "GothamLight";
	font-size:12px;
	background-color:#F5F5F5;
}

#footer a{
	color:#333;
}

#footer a:hover{
	color:#FF3B59;
}
#footer .renglon {
	width:inherit;
	margin-bottom:10px;
}

div.texto_intro {
	color:#4D4D4D;
	font-family: sans-serif, "GothamLight";
	font-size:14px;
	text-align:justify;
	line-height:24px;
	margin-right:25px;
	float:left;
}

div.texto_advertencia {
	color:#4D4D4D;
	font-family: sans-serif, "GothamLight";
	font-size:12px;
	text-align:justify;
/*	line-height:24px;*/
	margin-right:25px;
	float:left;
}

p {
	font-family:sans-serif;
	font-size:14px;
	color:#4D4D4D;
	margin-bottom: 0;
/*	text-align:justify;*/
	/*line-height:24px;*/
}

p + p {
  text-indent: 3em;
  margin-top: 0;
/*  text-align:justify;*/
  color:#4D4D4D;
}

/*L�nea de tiempo menu izquierdo */
/*Facebook Styles*/
ul {
	list-style-type: none;
	padding: 0;
	margin:0;
}

.Timeline {
	font-family: sans-serif, "GothamMedium";
	font-size: 11px; font-weight: normal;
	color:#333;
	background-color:#fff;
	border:0px solid;
	padding: 8px 0 8px 1px;
	top: 38px;
	width: inherit;
}

.Timeline a {
	cursor: pointer;
	font-family: sans-serif, "GothamMedium";
	font-size: 11px; font-weight: normal;
	color:#333;
	text-decoration: none;
}
.Timeline .selected a,.Timeline .selected_root a {
	color:#333;
	font-weight: bold;
}
.Timeline .selected a, .Timeline .selected ul a {
	border-left-color: gray;
}

.Timeline ul {
	display: block;
	list-style:none;
}

.Timeline li ul.clearfix, #letras_7{display:none;}

.Timeline li a.selected_root ul.clearfix{display: block;}


.Timeline a:hover{
	border-left-color: gray;
	color:#FF3B59;
}

.Timeline a, .Timeline  ul a {
	border-left: 5px solid #B3B3B3;
	color: #666;
	display: block;
	font-weight: normal;
	outline: none;
	padding: 4px 0 4px 6px;
}

.clearfix {
	zoom: 1;
}

.clearfix::after {
	clear: both;
	content: ".";
	display: none;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix.loaded {
	display: none;
}

/* Fin Facebook Styles*/

.item_lista_gris {
	font-size:15px;
	width:580px;
	padding:4px;
	background-color:#F6F6F6;
	float:left;
	display:table-row;
}

.item_lista_gris a {
	text-decoration:none;
}

.item_lista_blanco {
	font-size:15px;
	width:580px;
	padding:4px;
	background-color:#FFF;
	display:table-row;
	float:left;
}

.item_lista_blanco a {
	text-decoration:none;
}

div .lista_articulo p + p {
	text-indent: -4em;
	margin-left: 56px;
	text-align: left;
	color:#4D4D4D;
}

div blockquote {
	line-height:18px;
	margin-top:10px;
	margin-left: 60px;
	margin-bottom:10px;
	text-indent: -0.1em;
	color:#4D4D4D;
}

/*********************Galeria de Imagenes****************************/

.imagenes_contenido_guia{
    margin-top:40px; 
/*160429	margin-top:30px;*/
	text-align:center;
	width:250px;
	height:250px;
	float:left;
	margin-bottom:10px;
}
.imagenes_contenido_guia_a{
	/*160429 margin-top:40px;*/
	margin-top:10px;
	text-align:center;
	width:250px;
	height:310px;
/*160429 height:350px;*/
	float:left;
	margin-bottom:5px;}
	
.imagenes_contenido_imagen,  .imagenes_contenido_imagen_a{
	margin-bottom:5px;	
}

.imagenes_contenido_imagen img{
	width:200px;
	height:155px;
	border:0px;
/*	border:1.5px #4D4D4D solid;
	border-bottom:2px solid #B3B3B3;
	border-left:2px solid #B3B3B3;*/
	box-shadow: 2px 2px 5px #aaa;
	-o-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	-moz-box-shadow: 2px 2px 5px #aaa;
	-khtml-border-radius:8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
}

.imagenes_contenido_imagen_a img{
	width:148px;
/* 160429 height:227px;*/
    height:193px;
	border:0px;
/*	border:1.5px #4D4D4D solid;
	border-bottom:2px solid #B3B3B3;
	border-left:2px solid #B3B3B3;*/
	box-shadow: 2px 2px 5px #aaa;
	-o-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	-moz-box-shadow: 2px 2px 5px #aaa;
	-khtml-border-radius:8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
}

.imagenes_contenido_imagen img:hover, .imagenes_contenido_imagen_a img:hover{
	opacity: 0.7;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}

.imagenes_contenido_titulo {
	padding:2px 2px 2px 2px;
}

.imagenes_contenido_subtitulo{
	padding:2px 10px 2px 10px;
}

ul.vineta1
 { 
     list-style-image: url(../img/bullet.gif);
}

ul.expand
{
	list-style-image: url(../img/icon_mas.gif);
}

ul.colapsa
{
	list-style-image: url(../img/icon_menos.gif);
}

/************Menu top****************************/
/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; font-family: sans-serif, "GothamMedium"; font-size: 11px; font-weight: normal;}
ul.dropdown li                      { float: left; background-color: #DFDFDF; line-height:4px;


 }
ul.dropdown li a                    { display: block; padding: 10px 18px; color: #333; text-decoration:none;

 } /*padding: 10px 20px 10px 20px; cambiar a este estilo si hay que agregar el menu de literatura oral*/
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative;text-decoration:none;}
ul.dropdown li a:hover				{ color: #FF3B59; border-bottom: 5px solid #FF3B59; text-decoration:none;}


/* 
	LEVEL TWO
*/
ul.dropdown li ul a					{ color: #000; border-bottom: medium none;text-decoration:none;


}
ul.dropdown li ul a:hover			{ color: #FFFFFF; border-bottom: none; background-color: #FF3B59; width: 210px; text-decoration:none;}
ul.dropdown ul 						{  width: 250px; visibility: hidden; position: absolute; z-index: 500; font-size: 12px; opacity:0.9; line-height:2px;text-decoration:none;
 }
ul.dropdown ul:hover 				{ border-top: thick solid #FF3B59;text-decoration:none;}
ul.dropdown ul li 					{ font-weight: normal; background-color: #DFDFDF;
 border-bottom: 1px solid #ccc; float: none; opacity:0.9;text-decoration:none; 

 
 }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: medium none;; width: 100%; display: inline-block;text-decoration:none;


 } 




 
ol { margin-left:26px;}

/************Menu top****************************/

#menu_literatura_oral {
	width: 690px;
	height: 25px; /*height: 25px; 140312*/
	background-color: #fff;
	border-bottom: 3px solid #FF3B59;
	margin-bottom:15px;
	margin-top:20px;

}
/* 
	LEVEL ONE
*/
ul.list_literatura_oral    {
	 position: relative; 
	 /*font-family: sans-serif, "GothamMedium";140312*/
	 font-family:"Oswald", sans serif;
	 font-size: 13px; /*font-size: 11px;140312*/
	 text-decoration: none;
}
ul.list_literatura_oral li                      { float: left; background-color: #fff; zoom: 1; line-height:4px; text-decoration: none;}

ul.list_literatura_oral li a { 
 display: block; 
 /*140725padding: 10px; /*padding: 10px;140312*/
 padding-top:10px;
 padding-bottom:10px;
 padding-left:4px;
 padding-right:4px;
 
 color: #FF3B59;
 
 text-decoration: none;
 } /*padding: 10px 20px 10px 20px; cambiar a este estilo si hay que agregar el menu de literatura oral*/
ul.list_literatura_oral li.hover,
ul.list_literatura_oral li:hover                { position: relative;text-decoration: none;}
ul.list_literatura_oral li a:hover				{ color: #808080; border-bottom: thick solid #808080; background-color: #DFDFDF;text-decoration: none;}


.rosa {
	color: #FF3B59;
}
 .Texto_Autor {
	 color:#4D4D4D;
	 font-family: sans-serif, "GothamLight";
	 font-size:14px;
	 text-align:justify;	
	 line-height:24px;
 }



#biografia, #enlaces, #bibliografia, #anatomia, #resonancias, #mixcoac, #adolescencia, #juventud, #espana, #eu, #paris, #japon, #teatrales, #india, #duchamp, #plural, #arbol, #suecia, #premios, #recursos {
    color: #4D4D4D;
    display: none;
    font-family: sans-serif,"GothamLight";
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
    margin-top: 10px;
    text-align: justify;
    width: 100%;
}

.line {
    border-bottom: 1px solid;
    position: relative;
    text-align: right;
}

.line a {
    border-bottom: 3px solid #FF3B59;
    color: #FF3B59;
    font-family: sans-serif,"GothamBold";
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
}

a.link {
    color: #FF3B59;
    font-family: sans-serif,"GothamBold";
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

a.link_carrousel {
    color: #333;
    font-family: sans-serif,"GothamBold";
    font-size: 20px;
    text-decoration: none;
}


a.selected_root {
	color: #FF3B59;
    font-family: sans-serif,"GothamBold";
    font-weight: bold;
    text-decoration: none;
}

.activo_tipo {color: #808080; /*border-bottom: thick solid #808080; */ background-color: #DFDFDF;text-decoration: none;}

#title_bar {
    float: left;
    height: 100px;
    margin-left: 25px;
    width: 450px;
}

.title_txt {
    font-family: "GothamBold",sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 33px;
    margin-top: 25px;
    text-align: left;
}
#logo_bar {
    border: 0 solid;
    float: right;
    height: 100px;
    margin-right: 25px;
    margin-top: 25px;
    width: 400px;
}
.tit_advertencia{ color:#4d4d4d;   float:left; font-size:14px;width:13%; font-family:sans-serif;}
.txt_advertencia{width:87%; float:left; font-size:14px; font-family:sans-serif;color:#4d4d4d; }

.Texto_Autor_obra {
	width:530px;	
	float:left;
}
.iconos_autor{width:30px;float:left; padding-left:15px}
.cont_autor:hover { background-color:#C1D4EE; }

/* agrego luis 130619*/
#Galeria_contenido {
    font-family: sans-serif,"Gotham-Light";
    font-size: 14px;
    line-height: 20px;
}

.imagenes_contenido_guia {
	
    float: left;
	
    height: 250px;
    margin-bottom: 10px;
    margin-top: 40px;
    text-align: center;
    width: 250px;
	
}

.imagenes_contenido_imagen {
    margin-bottom: 8px;
}

.imagenes_contenido_titulo {
    padding: 2px;
}

.imagenes_contenido_subtitulo {
    padding: 2px 10px;
}

#Listados {
    border: 0 solid;
    height: 100%;
    /*margin-left: 125px;*/
    text-align: justify;
}
#Listados img {
    /*border-radius: 8px 8px 8px 8px;
    box-shadow: 2px 2px 5px #AAAAAA;*/
    margin-left: 10px;
}

.Texto_Autor {
    color: #4D4D4D;
    font-family: sans-serif,"GothamLight";
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
#Bibliografia {
    height: 400px;
    width: auto;
}
#Biografia {
    border-left: 1px solid #B3B3B3;
    text-align: left;
    vertical-align: top;
    width: 200px;
}
#Biografia img {
    margin-left: 20px;
}


.box_fo {
	padding:5px 5px 5px 10px;
	font-size: 11px;
}

.description a { text-decoration:underline; font-size:11px; padding:10px 10px 10px 10px;}


#contenedor_efemeride{
	overflow: auto;
	width:300px;
	padding:10px;
	float:left;
	}
	
#contenedor_efemeride_home{
	overflow: auto;
	width:255px;
	padding:10px;
	float:left;
	}

	
.efemeride_item{
	width:100%; 
	height:300px;
	/*border:1px solid #bbb;*/
	overflow:auto;
	}
.efemeride_item_home{
	width:100%; 
	height:374px;
	/*border:1px solid #bbb;*/
	overflow:auto;
	}	
	
#flotantederecha {
	float:left;
	width:250px;
	padding-left:10px;
	padding-right:10px;
	border-bottom:1px solid #FF3B59;
	font-size:1.1em; color: #666;
	padding-bottom:5px;
	text-align:center; 
	 }
#flotaderecha{
	float:right;
	width:50px;
	padding-left:10px;
	padding-right:10px;
	}
p.dia_efemeride {
 border: #2d2b2b 2px solid;
 float: right; 
 height: 30px; 
 margin: 3px; 
 padding: 3px; 
 width: 30px;
 text-align:center;
 color:#ff3b59;
 background-color:#dfdfdf;
 font-size:150%;
}

p.dia_efemeride_home {
 border: #2d2b2b 2px solid;
 float: left; 
 height: 30px; 
 margin: 3px; 
 padding: 3px; 
 width: 30px;
 text-align:center;
 font-weight: bold;
 color:#ff3b59;
 background-color:#fff;
 font-size:150%;
}

.contenido_efemeride{
	padding:3px; border-bottom:1px dashed #CCC; display:block; float:left;
}
.contenido_efemeride_home{
	padding:3px; border-bottom:1px dashed #CCC; display:block; float:right;
}
.desc_efemeride{
	float:right;width:200px; font-size:0.8em; color: #000;	text-align:left; font-family: Arial,Helvetica,sans-serif;	margin:5px
}

.tit_mes{
	float:left;width:250px;padding:10px; padding-bottom:10px; font-size:1.1em; color: #666;	text-align:center;	margin:5px
}

.desc_efemeride_home{
	float:right;
	width:176px;
	font-size:0.8em; 
	color: #000;	
	text-align:left; 
	font-family: Arial,Helvetica,sans-serif;
	margin:5px
}

.tit_mes_home{
	float:left;
	width:180px;
	padding:5px; 
	padding-bottom:1px; 
	font-size:1.1em; 
	color: #666;	
	text-align:center;	
	margin:1px
}

.lista_buscador{

    border-bottom: 1px dashed #FF3B59;
    margin: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 680px;
}



/*para el buscador top*/
fieldset.search_top {
    border: medium none;
    margin: 0 auto;
    width:660px;  /* width:260px; 140311 */
	/*background-color:#00F; 140311 */
	/*background-color:#ef405b;*/ 
}
.search_top input, .search_top button {
    border: medium none;
    float: left;
}
.search_top input.box {
 
    background: url("../../../index/imgs/buscador_top_one.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 0.8em;
    height: 18px;
    padding-left: 19px;
    padding-top: 6px;
    width: 180px; /*width: 152px; */
}
.search_top input.box:focus {
    background: url("../../../index/imgs/buscador_top_one.gif") no-repeat scroll left -24px #616161; /* -24px */
    outline: medium none;
}
.search_top button.btn {
    background: url("../../../index/imgs/buscador_top_one.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 24px; /* height: 24px; */
    text-indent: -9999px;
    width: 70px;  /* 70 */
}
.search_top button.btn:hover {
    background: url("../../../index/imgs/buscador_top_one.gif") no-repeat scroll right -24px rgba(0, 0, 0, 0);
}

.gsc-tabsAreaInvisible, .gsc-above-wrapper-area-invisible, .gsc-title,.gsc-orderby-label,.gsc-option-menu-container {display:none;}

.gsc-cursor-page{float:left; padding:2px;}
.gsc-cursor{ width:100%; padding-bottom:5px; height:20px;}
.gs-image{ width:100px; margin-right:5px;}
.gsc-control-wrapper-cse{min-height:0px; height:auto;}
.gsc-resultsHeader{max-height:20px; overflow:hidden;}
.gsc-input{width:220px; padding-right:3px;}
.gsc-branding-text{font-size:10px; color: #666;}
.gsc-resultsRoot{ min-height:0px; height:auto; padding:10px;}
.gsc-resultsbox-invisible{display:none;}
.gsc-table-result{margin-bottom:15px;}
.gsc-twiddleRegionCell{display:none}
/*fin de buscador top*/


#tra_ind, #tra_int{
    height: auto;
    margin-bottom: 30px;}



