@charset "UTF-8";
/* CSS Document */
.heade_OA {
	margin-top:-25px;
}
header .navbar-default {
    background-color: #ee7f10;
}
#main-container {
    margin-top:120px;
}
.list-group-item.active{
    background-color: #ee7f10;
    border-color: #d07922;
}
.list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #666;
    border-color: #CCC;
}
/*Botón de búsqueda*/
.btn-primary {
    color: #fff;
    background-color: #6a6a6a;
    border-color: #666;

}
.btn-primary:hover {
    color: #fff;
	background-color: #aadbfa;
	border-color: #6ba6cb;
	}
.navbar-header{
	display:block;
	height:auto;
	}
.navbar-header ul{
	clear: none;
	display: block;
	margin-top: 2%;
	margin-left:3%;
	float: left;
	width: 50%;
	text-align: center;
}
.navbar-header ul li{
	display:inline;
	height:auto;
	text-decoration:none;
	color:#FFF;
	}
.navbar-header ul li img{
	width:30px;
	height:auto;
	}
/*Estilos para las eliminar el cuadro alrededor del link*/
.heade_OA nav{
	font-size:110%;
	
	}
.heade_OA nav ul li a {
    outline: none;
}
.heade_OA nav ul li:hover a {
	outline:none;
}
/*Estilo para el área de footer*/
footer .row > div {
    background: #333;
    padding-top: 20px;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid #eee;
}
footer .contenedor_escudo {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
}
footer .contenedor_escudo img{
    
    width: 50%;
}

footer #text_footer {
    clear: both;
    display: block;
    float: left;
    margin: 0;
    padding: 2% 6%;
    text-align: center;
    color: #FFF;
    font-size: .9em;
}
footer #text_footer p{
	border-top: 1px solid #ee7f10;
	padding-top:10px;
}	
/*Estilos para las eliminar el cuadro alrededor del link*/
footer #text_footer a {
    color:#ee7f10;
	text-decoration:none;
}
footer #text_footer a:hover {
    color:#dadada;
	text-decoration:none;
}
	
/*Estilo para título al ingresar a cualquier libro*/
.first-page-header {
    font-size: 1.4em;
    color: #007ccb;
    font-weight: 600;
}
.page-header{
    font-size: 1.4em;
    color: #007ccb;
    font-weight: 600;
}
/*Estilos para accordion*/
.panel-default {
    border-color: #e69022;
}
.panel-default > .panel-heading {
    color: #FFF;
    background-color: #e8a650;
    border-color: #ee7f10;
	}
.panel-default > .panel-heading.active{
    color: #FFF;
    background-color: #fbf5ec;
    border-color: #ee7f10;
	}

.container .panel-group .panel .panel-collapse .panel-body ul li{
	list-style-type:none;
	border-bottom: 1px solid #dc8126;
	padding:.5% 0;
	width: 98%;	
	}
.container .panel-group .panel .panel-collapse .panel-body ul li:last-child{
	list-style-type:none;
	border-bottom: none;
	padding:.5% 0;
	width: 98%;	
	}

/*Cambio de estilo de las ligas del accordion*/
.container .panel-group .panel .panel-collapse .panel-body ul li a{
	color: #333;
	text-decoration: none;
	}
.container .panel-group .panel .panel-collapse .panel-body ul li a:hover{
	color: #0099ff;
	text-decoration: none;
	}


.panel-title > a{
	font-weight:normal;
	text-decoration:none;
}
.panel-title > a:hover{
	font-weight:normal;
	text-decoration:none;
	color:#333;
}

.panel-title a.colec_all,.panel-title a:visited.colec_all {
	color: #666;
	font-style:normal;
	text-decoration:none;
/*	background: #FFF;
	padding: 4px 6px;
	border-radius: 4px; 
*/}
.panel-title a:hover.colec_all{
	color: #333;
	font-style:normal;
	text-decoration:none;
/*	background: #FFF;
	padding: 4px 6px;
	border-radius: 4px;
*/}
.separator{
	font-size:16px;
	color:#dadada;	
	font-weight:600;
	margin:0 6px;
	}
.separator_bullet{
	font-size:18px;
	color:#999;	
	font-weight:600;
	margin:2px 6px;
	}

.accordionjs .acc_section.acc_active > .acc_head {
    background: #333;
    border-bottom: 1px solid #ccc;
}
/*Estilo dentro de libro*/
.item-page-field-wrapper h5 {
    color: #ee7f10;
}

/*Menú por orden alfabético */
.list-inline {

    text-align: center;

}
/*Imagen para el thumbnail de las portadas*/
.img-thumbnail {
    border: none;
	border-radius: 0;
}
/*Caja para el segundo carrusel*/
#carrusel_new{
	margin-bottom:5%;
	}
/*Imagen para el thumbnail de cada libro, afuera y en el interior*/
.img-thumbnail {
    padding: 0px;
}
.thumbnail > img, .thumbnail a > img {
    max-width: 140px;
    width: 100%;
	box-shadow: 0 0 4px #999;
	margin:0 auto;
	border:none;
}
/*Thumbnail de registro completo*/
#aspect_artifactbrowser_ItemViewer_div_item-view .file-list .file-wrapper .thumbnail a img.img-thumbnail{
	max-width: 50px;
	width: 100%;
	box-shadow: none;
	margin: 0 auto;
	border: none;	
	vertical-align:middle;
	}


#aspect_artifactbrowser_ItemViewer_div_item-view .item-summary-view-metadata h2 {

    margin-bottom: 30px;

}
.simple-item-view-description {
    text-align: left;
    line-height: 1.6;

}
/*Estilo para devolver el tamaño a las imagen - portadas - en el segundo carrusel*/
.crsl-item .thumbnail > img{
    max-width: 100%;
	box-shadow: none;
	}
/*Estilo para la descripción de cada libro*/
.col-sm-9 .artifact-description{
	width:90%;
	line-height: 1.4;
	}
/*Estilos para créditos y directorio*/
.hero-unit{
	text-align:left;
	line-height:1.4;
	}
.tit_seccion{
	font-size:1.4em;
	color:#333;
	text-shadow:none;
	text-align:center;
	}
.tit_seccion2{
	font-size:1.4em;
	color:#333;
	text-shadow:none;
	text-align:left;
	font-weight:bold;
	margin-bottom: 2%;	
	}
.tit_unam{
	font-size:1.1em;
	color: #039;
	font-weight:bold;
	text-align:center;
	}
.tit_pyfe{
	font-size:1.1em;
	color: #039;
	font-weight:bold;
	margin-bottom:2%;
	text-align:center;
	}
.tit_agradece{
	font-size:1.1em;
	color: #039;
	font-weight:bold;
	margin-bottom:2%;
	text-align:center;
	}
.persona_direc{
	font-size:1em;
	color:#666;
	font-weight:normal;
	text-align:center;
	}
.cargo{
	font-size:1em;
	color: #06C;
	font-weight:normal;
	text-align:center;
	}
/*Estilos para las comunidades en el front y en la sección de Comunidades*/
#aspect_artifactbrowser_CommunityBrowser_referenceSet_community-browser > .ds-static-div.row.community-browser-row{
    background: #ec9b4a;
	color:#333;	
	}
#aspect_artifactbrowser_CommunityBrowser_referenceSet_community-browser > .ds-static-div.row.community-browser-row:hover{
    background: #ebb885;
	}
/*Estilos para los links dentro de las comunidades*/
#aspect_artifactbrowser_CommunityBrowser_referenceSet_community-browser > .ds-static-div.row.community-browser-row a:link{
    color: #FFF;
	font-size:110%;
}
#aspect_artifactbrowser_CommunityBrowser_referenceSet_community-browser > .ds-static-div.row.community-browser-row a:hover{
    color: #007ccb;
	text-decoration:none;
}
#aspect_artifactbrowser_CommunityBrowser_referenceSet_community-browser > .ds-static-div.row.community-browser-row a:hover:visited{
    color: #333;
}
#aspect_artifactbrowser_CommunityBrowser_referenceSet_community-browser > .ds-static-div.row.community-browser-row a:visited{
    color: #FFF;
}
/*Estilos para las sub-Comunidades en la sección Comunidades*/

.community-browser-row {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #FFF;
    margin-bottom: 1px;
    color: #f68212;
	border-bottom: 1px solid #EEE; 
}
/*Estilos para los links dentro de las sub-comunidades*/
.community-browser-row a:link{
    color: #333;
	font-size:110%;
}
.community-browser-row a:hover{
    color: #007ccb; /*azul*/
	text-decoration:none;
}
.community-browser-row a:hover:visited{
    color: #333;
}
.community-browser-row a:visited{
    color: #333;
}

/*Botón de accordion + */
.btn-default {
    color: #333;
    background-color: none;
    border-color: none;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: none;
    border-color: none;
}

/*Estilo para los submenús del calendario
.community-browser-row .odd-community-browser-row{
    background: #ebb885;
}
*/
/*Títulos dentro del menú de la barra derecha*/
#ds-options .ds-option-set-head {
    color: #777;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    margin: 5% 0;
    font-weight: bold;
}
/*Estilo para el menú dentro Listar por tema*/
.ds-simple-list{
	border-bottom:1px solid #ee7f10;
	margin: 2% auto 4% auto;
	padding:1%;
	font-weight:600;
	}

/*Estilo para los iconos de los distintos libros*/
.doc_type{
	clear:none;
	display:block;
	width:55px;
	height: auto;
	margin-left:5px;
	float:left;
	}
.doc_type img{
	max-widht: 45px;
	width:100%;
	height: auto;
	}




/*Parte responsiva*/
@media (min-width: 768px){
#main-container {
    margin-top:120px;
}
	
.community-browser-wrapper {
    max-width: 600px;
    max-width: 800px;
    width: 100%;
}
/*Estilos para dentro del head redes sociales e iniciar sesión*/

.navbar-header{
	display:block;
	height:auto;
	}
.navbar-header ul{
	margin-top:10%;
	margin-left:0;
	clear: inherit;
	display: list-item;
	float: none;
	width: auto;
	text-align: inherit;

	}
.navbar-header ul li{
	display:inline;
	height:auto;
	text-decoration:none;
	color:#FFF;
	}
.navbar-header ul li img{
	width:30px;
	height:auto;
	}

}
@media (min-width: 992px){
#main-container {
    margin-top:120px;
}
/*Estilos para dentro del head redes sociales e iniciar sesión*/

.navbar-header{
	display:block;
	height:auto;
	}
.navbar-header ul{
	margin-top:10%;
	margin-left:0;
	clear: inherit;
	display: list-item;
	float: none;
	width: auto;
	text-align: inherit;
	}
.navbar-header ul li{
	display:inline;
	height:auto;
	text-decoration:none;
	color:#FFF;
	}
.navbar-header ul li img{
	width:30px;
	height:auto;
	}
	
}
@media (min-width: 1200px){
#main-container {
    margin-top:120px;
}
/*Estilos para dentro del head redes sociales e iniciar sesión*/
.navbar-header{
	display:block;
	height:auto;
	}
.navbar-header ul{
	margin-top:10%;
	margin-left:0;
	clear: none;
	display: list-item;
	float: none;
	width: auto;
	text-align: inherit;
	}
.navbar-header ul li{
	display:inline;
	height:auto;
	text-decoration:none;
	color:#FFF;
	}
.navbar-header ul li img{
	width:30px;
	height:auto;
	}
	
}

/*Estilos para tabla*/
.Tabcursos_talleres{
	width:90%;
	border:1px solid #333;
	border-collapse:collapse;
	margin:0 auto;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666;
	}
.Tabcursos_talleres th{
	padding:1%; 
	border:1px solid #dadada;
	}
.Tabcursos_talleres th.tits_programa{
	padding:0%; 
	border:1px solid #dadada;
	margin:0;
	background:#51b2b8 !important;
	}
	
.Tabcursos_talleres td{
	font-size:100%;
	font-weight:normal;
	text-align:left;
	padding:1%; 
	border:1px solid #dadada;
	}
.Tabcursos_talleres td.CursoResalta{
	background:#FFF !important;
	color:#e07878;
	}
	
td.CursoResalta p.talleresResalta{
	font-weight:600; color:#6fdbbc;
}
.Tabcursos_talleres .primer_head{
	color:#FFF;
	font-size:1.8em;
	font-weight:600;
	text-align: right;
	width:90%;
	padding:1%;
}

.Tabcursos_talleres .segundo_head{
	color:#51b2b8;
	font-size:100%;
	font-weight:normal;
	text-align:justify;
	width:45%;
	background: #EEE;
}
.Tabcursos_talleres .logotalleres img{
	width:40%;
	display:block;
	text-align:left;
	
	}
.Tabcursos_talleres h3{
	background:#e07878; 
	border-radius:6px; 
	color:#FFF; 
	width:200px; 
	padding:.5% .5% .5% 2%;
	}
.Tabcursos_talleres p{
	line-height:20px;
	}
.Tabcursos_talleres p.primerSem{
	color: #333; text-align:right;font-size:16px;	padding:1%;width: 90%;

}
.Tabcursos_talleres p.talleres{
	font-weight:600; color:#e07878; font-size: 1.3em;
}
.Tabcursos_talleres p.talleres2{
	color:#666;
}.Tabcursos_talleres p.instructor{
	color:#51b2b8;
}
.Tabcursos_talleres p.talleres .cambio_sede, .Tabcursos_talleres td dd .cambio_sede{
	font-weight:bold; 
	color:#13335d;
	font-size:1.2em;
}
.Tabcursos_talleres dl dt{
	color: #51b2b8; font-weight:bold; text-decoration:none;
}
.Tabcursos_talleres a:link{
	font-size:1.25em; color: #666; font-weight:600; text-decoration:none;
}
.Tabcursos_talleres a:hover{
	font-size:1.25em; color: #51b2b8; font-weight:600; text-decoration:none;
}
.Tabcursos_talleres a:hover:visited{
	font-size:1.25em; color: #51b2b8; font-weight:600; text-decoration:none;
}

.Tabcursos_talleres a:visited{
	font-size:1.25em; color: #666; font-weight:600; text-decoration:none;
}
.resalta{
	color: #666;
	font-weight:600;
	}


/*Aquí terminan los estilos de la tabla para profesionalización*/

.nvasFechas{
	color:#000;
	font-size:.8em;
	font-weight:bold;
	background:#ffc42a;
	padding:3px;
	text-transform: uppercase;
	}
.titInstruc{
	font-weight: 500;
	color: #d93d14;
	text-decoration: underline;
	}
.NameInstruc{
	color:#636363;
	font-weight: bold;
	}
.NameDepend{
	color:#636363;
	font-weight: normal;
	}

/*Estilos para la sección de Búsqueda por año, estilo miga para el año*/
#year_search{
	display:block;
	width:100%;
	text-align:right;
	padding: 3% 1% 1% 0;
	border-bottom: 1px solid #ee7f10;
	
	font-size:1.2em;
	font-weight:bold;
	color:#666; 
	text-align:right;

	}
/**/
#num_reg{
	display:block;
	width:100%;
	text-align:right;
	padding: 1% 0;
	font-weight:600;
	color:#666;
	}
	
/*Estilos para los listados por Búsqueda por año*/
#search_date a.autor{
	color: #4a88f4;
    text-decoration: none;
	font-weight: normal;
	line-height: 1;
	background-color: transparent;
	font-size:75%;
	}
	
#search_date a.autor:hover, a.autor:focus {
    color: #415262;
    text-decoration: underline;
	outline: 0;
	font-size:100%;
}
/*Casa editora*/
#search_date .publisher-date .publisher{
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	color: #777;
	}
/*Estilo dentro de la sección Quiénes somos*/
.paragraph_right{
	text-align:right;
	font-size:.9em;
	}

/*Estilos para la sección Normas Operativas*/
.hero-unit ol{
	list-style: decimal;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;	
	margin-left: 4%;
	}

#Zone_NormOper{
	width:100%;
	height:auto;
	}
#Zone_NormOper .indent{
	margin-left:45px;
	
	}
#Zone_NormOper .indent_underline{
	margin-left:45px;
	text-decoration:underline;
	}
#Zone_NormOper ul.listbullet{
	list-style: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;	
	margin-left: 4%;
	}

#Zone_NormOper .paragraph_right{
	text-align:right;
	font-size:.9em;
	}
#Zone_NormOper ol{
	list-style: decimal;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;	
	margin-left: 4%;
	}
#Zone_NormOper ol.indnt{
	list-style: decimal;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 2em;	
	margin-left: 45px;
	}

#Zone_NormOper ol br, #Zone_NormOper ul br{
    display: initial;
    line-height: 1.6em;
}
#carrusel_new .crsl-items .thumbnail > img, #carrusel_new .crsl-items .thumbnail a > img {
    max-width: auto;
    width: 100%;
}