 
body {
	margin: 0;
	overflow-y: scroll;
	overflow-x: hidden;
 
}

h1, h2, p, u, span, h3, h4, h5, h6, h7 {
 
 
    line-height: 1.2em;
 
	color: #222;
	font-family:overlock;
 

}

p {
	margin: 15px 40px;
}
p:last-child {
	/*margin: 100px;*/
}
a {
	color: rgb(208, 0, 116);

	text-decoration: none;
	padding: 0 4px;
	/*background-color: rgba(208, 0, 116, .1);
	border-radius: 4px;*/
	
}
a:hover {
	color: rgb(138, 0, 46);
}

.linkNo{color: rgb(208, 0, 116);}

h1 {
	margin: 20px 40px 25px 40px;
    color: rgb(208, 0, 116);
    font-size: 19px;
 
    border-bottom-color: rgb(208, 0, 116);
    border-bottom-width: 2px;
    border-bottom-style: dotted;
}
h1 i {
	font-style: normal;
   
}
h2 {
    font-size: 17px;
	font-weight: bold;
	color: rgb(208, 0, 116);
	margin: 20px 40px 10px 40px;
}
u {
	text-decoration: none;
	border-bottom: dotted 1.5px rgba(208, 0, 116, 1);
}
li {
	display: block;
    margin: 4px 55px;
    font-size: 15px;
    font-family: overlock;
    font-weight: 400;
    line-height: 1.2em;
	cursor: default;
}


/* ------------------------ extras ------------------------ */

.objetivo {
	margin-left: 40px;
}
.objetivo:before {
    content: '';
	display: inline-block;
	width: 20px;
	height: 13px;
    background-image: url('../img/p_vineta.png');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.temas {
	margin: 10px 10px 20px 45px;
}
.temas strong {
	color: rgb(138, 0, 46);
}
.temas:before {
    content: '';
	display: inline-block;
	width: 20px;
	height: 13px;
    background-image: url('../img/p_lista.png');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.nota_azul, .nota_morada, .nota_naranja, .nota_verde {
	margin: 10px 12% 20px 12%;
	padding: 20px;
	font-style: italic;
	border-radius: 5px;
	background-color: rgba(0, 153, 255, .25);
	box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, .35);
}
.nota_morada {
	background-color: rgba(153, 0, 255, .25);
}
.nota_naranja {
	text-align: center;
	background-color: rgba(255, 180, 0, .7);
	padding: 25px;
}
.nota_verde {
	text-align: center;
	background-color: rgba(50, 180, 0, .3);
	padding: 25px;
}
.nota_pergamino {
	margin: 10px 10% 20px 10%;
	padding: 20px 15%;
	font-style: italic;
	border-radius: 5px;
    background-image: url('../img/pergamino.png');
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.imagen {
	text-align: center;
	margin: 10px 10px 20px 10px;
}
.imagen p {
	font-size: 12px;
	font-style: italic;
}
.imagen img {
	border-radius: 5px;
}


.palabra {
	margin: 0px;
	padding: 3px 5px;
	color: #fff;
	background-color: #fc0;
	border-radius: 4px;
}
.azul {
	background-color: #06a;
}
.verde {
	background-color: #8a0;
}
.roja {
	background-color: #a30;
}
.naranja {
	background-color: #F84400;
}
.morada {
	background-color: #cc0044;
}
.rosa {
	background-color: rgba(255,87,226,0.48);
}


#iframe {
	position: static;
	display: block;
	
	margin: 0px 2% 30px 2%;
	
	width: 96%;
	height: 500px;
}



.fuentes li {
	margin: 10px 10px 20px 45px;
}
.fuentes li:before {
    content: '';
	display: inline-block;
	width: 20px;
	height: 13px;
    background-image: url('../img/p_fuentes.png');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}



/* ------------------------ tabla ------------------------ */

#tabla {
	margin: 0px 10px 20px 10px;
	text-align: center;
	font-size: 15px;
    font-family: overlock;
    line-height: 30px;
	
	border: 2px solid rgba(0, 0, 0, .15);
	border-radius: 5px;
}
#tabla_fila {
	background-color: rgba(0, 0, 0, .1);
}
#tabla_dias {
	text-align: center;
	background-color: rgba(255, 255, 255, .2);
}
.tabla_roja {
	color: #89100c;
	background-color: rgba(255, 0, 3, .2);
}
.tabla_verde {
	color: #5a6d00;
	background-color: rgba(148, 198, 0, .15);
}
.tabla_amarilla {
	color: rgba(0, 0, 0, .75);
	background-color: #FFC22A;
}
.tabla_azul {
	color: #066;
	background-color: rgba(0, 200, 200, .15);
}



/* ------------------------ contenedor ------------------------ */

#contenedor {
	position: absolute;
	top: 0px;
	left: 0px;
	
    transition:top 500ms ease, left 500ms ease;
	-webkit-transition: top 500ms ease, left 500ms ease;
}

#separador {
	position: fixed;
	width: 0px;
	height: 0px;
	
	background-color: rgba(0, 0, 0, 0);
	
	z-index: 10000;
}

#barra {
	position: fixed;
	background-color: rgba(0, 0, 0, .05); 
	width: 200px; 
	height: 100%; 
	z-index:99;
}



/* ------------------------ encabezado ------------------------ */

header {
    float: none;
    height: 130px;
    clear: none;
    width: 100%;
    margin: 0px;
}
#header_fondo {
    position: relative;
    float: none;
    height: 130px;
    margin: 0px;
    clear: both;
    width: 100%;
    background-image:url("../img/fondo_1.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#header_logos {
    position: absolute;
    top: -5px;
    right: 0px;
    clear: both;
    width: 260px;
    height: 130px;
}
#logo_unam, #logo_puic{
	position: relative;
	display: inline-block;
	float: left;
	width: 46%;
	height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /*box-shadow: rgb(0, 0, 0) 0px 5px 15px 0px;*/
}
#logo_unam{
    background-image:url("../img/logo_unam.png");
}
#logo_puic{
    background-image:url("../img/logo_puic.png");
}

#header_encabezado{
    position: absolute;
	top: 8px;
    left: 0px;
    float: left;
	width: 65%;
    text-align: center;
    clear: none;
}

#header_encabezado h1, #header_encabezado h2, #header_encabezado hr {
    font-family: amaranth;
	font-weight: 400;
    width: 100%;
    text-align: center;
    clear: none;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 0px 20px;
	border: none;
}

#header_encabezado h1 {
    font-size: 26px;
    line-height: 23px;
	margin: 15px 15px 0 15px;
}

#header_encabezado h2 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1em;
	margin: 7px 15px;
}

#header_encabezado hr {
    height: 2px;
	margin: 7px 15px 0 15px;
    background-color: rgba(255, 255, 255, 0.6);
	border: none;
}



/* ------------------------ herramientas ------------------------ */

.herramientas_fixed { position: fixed; top: 0px; right: 50px; }
.herramientas_normal { position: absolute; top: 130px; right: 50px; }

#herramientas{
	/*position: fixed; top: 0px; right: 50px;*/
    float: left;
    text-align: center;
    clear: none;
	margin: 0px;
	
	border-radius: 0 0 5px 5px;
	/*width: 500px;
	background-color: rgba(180, 0, 30, .5);
	background-color: rgba(60, 60, 60, 1);*/
	background-color: rgba(255, 255, 255, .85);
    box-shadow: rgb(0, 0, 0) 0px 5px 15px 0px;
	
	z-index: 500;
	
    transition: left 500ms ease;
	-webkit-transition: left 500ms ease;
}



  






#herramientas_contenedor {
	width: 180px;
	margin: 0 0 0 auto;
}

#login {
	
	float: right;
	margin: 20px 10px 5px 10px;
	position: relative;
	background-color: #333;
	border-radius: 5px;
	
    background-image:url("../img/boton_a0.jpg");
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}
#username, #password {
	width: 150px;
	color: rgba(190, 0, 30, 1);
	font-size: 13px;
	margin: 10px 2px;
}
#username {
	margin-left: 20px;
}
#submit {
	margin: 20px;
    width: 75px;
    color: rgba(190, 0, 30, 1);
    font-size: 13px;
    cursor: pointer;
    padding: 10px;
    border: 2px solid rgba(190, 0, 30, 1);
}

#herramientas_menu, #herramientas_i1, #herramientas_a1, #herramientas_r1, #herramientas_a2, #herramientas_c1, #herramientas_c2 {
	float: left;
	height: 28px;
	width: 30px;
	margin: 2px 0 2px 0;
    background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
    background-attachment: scroll;
	cursor: pointer;
	
    transition: 		color 500ms ease, background-image 500ms ease;
	-webkit-transition: color 500ms ease, background-image 500ms ease;
}

#herramientas_menu {
	width: 0px;
	margin: 0px;
	background-image: url("../img/iconos/m1.png");
}
#herramientas_menu:hover {
	background-image: url("../img/iconos/m1_h.png");
}

#herramientas_i1 {
	background-image: url("../img/iconos/i1.png");
}
#herramientas_i1:hover {
	background-image: url("../img/iconos/i1_h.png");
}

#herramientas_a1 {
	background-image: url("../img/iconos/a1.png");
}
#herramientas_a1:hover {
	background-image: url("../img/iconos/a1_h.png");
}

#herramientas_a2 {
	background-image: url("../img/iconos/a2.png");
}
#herramientas_a2:hover {
	background-image: url("../img/iconos/a2_h.png");
}

#herramientas_r1 {
	background-image: url("../img/iconos/r1.png");
}
#herramientas_r1:hover {
	background-image: url("../img/iconos/r1_h.png");
}

#herramientas_c1 {
	background-image: url("../img/iconos/c1.png");
}
#herramientas_c1:hover {
	background-image: url("../img/iconos/c1_h.png");
}

#herramientas_c2 {
	background-image: url("../img/iconos/c2.png");
}
#herramientas_c2:hover {
	background-image: url("../img/iconos/c2_h.png");
}



/* ------------------------ menu ------------------------ */

.menu_lateral_fixed { position: fixed; top: 0px; left: -200px; z-index: -10; }
.menu_lateral_normal{ 

 width:280px; 
 position: absolute; 
 overflow:hidden;
 z-index:999;
 top:140px;
 left:-15px;
 font-family: overlock;
 text-align:right;
  
 }
 
 
 .menu_lateral_normal_asignatura{ 
 width:250px; 
 position: relative;
 float:left; 
 overflow:hidden;
 z-index:999;
 left:-30px;
 font-family: overlock;
 text-align:right;
  
 }
 
 
 
 #menu_verde li{
	height:50px;
	line-height:1em; 
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#menu_verde #inactivo{
    background-image: url("../img/boton_verde.jpg");
	background-position:center;
	background-size:contain;
	color: #FFF;
	cursor: pointer;
}

/*#menu_verde #inactivo:hover{
    color: #006741;
    background-image: url("../img/boton_verde_0.jpg");
}

#menu_verde li:hover {
    color: #006741;
    background-image: url("../img/boton_verde_0.jpg");
}*/

#menu_verde #activoLi {
    color: #006741;
    background-image: url("../img/boton_verde_0.jpg");
	cursor:default;
}

#menu_verde #btnMapaInicio{
	position:absolute;
	top:-10px;
	margin: 0px;
	padding: 5px;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
    background-image:url("../img/fondo_iconos.jpg");
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px 0px;
	cursor: pointer;
	width:200px;
	height:40px;
	
	z-index: 500;
	
    transition: 		right 500ms ease;
	-webkit-transition: right 500ms ease;
	}

.centrado {
	display: inline-block;
	padding-right:6px;
	margin:5px 0;
}​


nav {
 
}
nav li, #b_inicio {
 
}
nav li:first-child {
	/*margin-top: 50px;*/
}
nav li:last-child {
	margin-bottom: 0px;
}
nav li:before, #b_inicio:before {
 
}

#menu_rosa li {	
 
		height:47px;
		width:150px;
	line-height:.9em; 
    background-image: url("../img/boton_rosa.jpg");
	background-position:center;
	background-size:contain;
	 
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	cursor: pointer;
    
}
#menu_rosa li:hover {
  
    
}

#b_inicio {
	 height:47px;
	 width:150px;
	 margin-left:55px;
	line-height:1em; 
    background-image: url("../img/boton_morado.jpg"); 
	background-position:center;
	background-size:contain;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	cursor: pointer;
	color: #FFF;
	margin-bottom: -15px;
    
}
#b_inicio:hover {
    color: rgb(32, 2, 137);
    background-image: url("../img/boton_morado_0.jpg");
}

#menu_unidades h1 {
	color: #007E7E;
	font-size: 16px;
	text-align: center;
	border: none;
	margin: 12px 0px;
}

#menu_unidades li, #menu_unidades span {
    display: inline-block;
	margin: 0px 0px 5px 3px;
	padding: 8px 9px 8px 7px;
    color: rgba(255, 255, 255, 1);
	
	line-height: 0.95em;
    font-size: 0.85em;
    font-family: overlock;
    font-weight: 600;
    text-align: center;
	
	border: none;
    border-radius: 5px;
	
    background-image: url("../img/boton_unidades.jpg");
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat;
	cursor: pointer;
	
    transition: 		color 500ms ease, background-image 500ms ease;
	-webkit-transition: color 500ms ease, background-image 500ms ease;
}
#menu_unidades span {
	background-color: rgba(255, 255, 255, .15);
    background-image: url("../img/boton_unidades_0.jpg");
}




/* ------------------------ menu arriba ------------------------ */

.menu_arriba_fixed { position: fixed; left: -200px; z-index: -10; }
.menu_arriba_normal{ position: relative; }

#menu_arriba {
	display: inline-block;
	width: 100%;
	height: 60px;
	margin: 0px 10px;
	/*background-color: #066;*/
	border-bottom: solid 2px #F0AB00;
	
    transition: 		left 500ms ease;
	-webkit-transition: left 500ms ease;
}
#menu_arriba li {
    display: block;
	float: left;
	height: 30px; 
	width: 115px;
	margin: 0px 3px 0px 3px;
	padding: 10px 5px 6px 0px;
    color: #F84400;
	
	line-height: 12px;
    font-size: 14px;
    font-family: overlock;
    font-weight: 600;
    text-align: right;
	
	border: solid 2px rgba(240, 171, 0, .35);
    border-radius: 5px;
	
    background-image: url("../img/boton_amarillo_0.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	cursor: pointer;
	
    transition: 		color 500ms ease, background-image 500ms ease, margin 500ms ease;
	-webkit-transition: color 500ms ease, background-image 500ms ease, margin 500ms ease;
}
#menu_naranja {
	/*height: 13px;*/
}




/* ------------------------ contenido ------------------------ */

#barra_navegacion {
	display: block;
	margin: 15px 10px 20px 10px;
	padding: 0px;
	
	background-color: rgba(153, 153, 153, .1);
	border-radius: 3px;/**/
}
#barra_navegacion h3, #barra_navegacion h4 {
	display: inline-block;
	margin: 0px;
	padding: 5px 8px;
	color: #333;
	
	font-size: 14px;
}
#barra_navegacion h4 {
	color: #F60;
	font-weight: bold;
}


#barra_titulo { 
	display: block;
	margin: 20px 10px 10px 10px;
	padding: 0px;
}
#barra_titulo h1 {
	font-size: 16px;
	color: #F60;
	border: none;
}


#contenido {
	/*margin: 50px 10px 20px 10px;*/
	margin: 0px;
	margin-top: 40px;
	padding: 0px;
	min-height:600px;
	overflow: hidden;
	
	background-color: #fff;
}
#contenido img {
	
}




/* ------------------------ footer ------------------------ */

.footer_fixed { position: fixed; bottom: 0px; left: 0px; }
.footer_normal{ position: relative; }

footer {
	float: none;
    width: 100%;
    background-color: rgb(255, 187, 3);
    margin: 0px;
	text-align: center;
    border: none;
    background-image: -webkit-linear-gradient(270deg, rgb(255,187,3) 0%, rgb(183,113,0) 100%);
    background-attachment: scroll;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
	
	z-index: 100;
}

footer .txtPie{margin:10px 20px 0px 20px; font-size:13px !important;}

footer h1, footer h2, footer p {
	margin: 0px;
	font-size: 14px;
    color: rgb(64, 0, 0);
}
.footer_normal h2 a{ color:#000;}
.footer_normal h2 a:hover{ color: #333;}


/* ------------------------ recuadros ------------------------ */
#recuadros_contenedor {
 
    width: 100%;
	margin: 0px;
}
#recuadros_caja {
    margin: 0px auto 0px auto;
    width: 680px;
}

#recuadros_caja_seguida {
    margin: 0px auto 0px auto;
	/*padding-left:210px;*/
    width: 100%;
}

.contenedor_links{
	margin-left: 1px;
	padding: 10px;
	width: 80%;
	min-width: 300px;
	border: 1px #AAA;
	background: #eaeaea;
	border-style: solid;
	border-radius: 15px;
	max-height: 180px;
	min-height: 100px;
	}
	
	.cuadro_res{
	margin-left:40px;
	padding: 2px;
	width:80%;
	min-width:300px;
	border:1px #4c4c4c; 
	background:#eaeaea; 
	border-style:solid; 
	border-radius:15px;
	overflow:hidden; 
		}

.imagen_resp{
	float:left;
	margin:5px;
	max-width:200px;
	min-width:150px;
	}
.imagen_doc{
	float: left;
	max-width: 200px;
	min-width: 150px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;

	}
		
	
	.img_centrada_pie{
		text-align:center;
		width:100%;
		margin:0 auto 40px auto;
		font-size:12px;
		}

.img_centrada_pie img{
		margin:5px auto 5px auto;
		padding:5px;
		width:350px;
		height:auto;
		border-bottom:#CCC 1px dashed;
		border-top:#CCC 1px dashed;
		}

#recuadros_botones {
    float: left;
	display: block;
    width: 150px;
	margin: 10px 10px 5px 10px;
}
h3 {
    font-size: 14px;
	font-weight: bold;
	color: rgb(138, 0, 46);
}

.copyH3 {
    font-size: 13px;
	font-weight: bold;
	color: rgb(138, 0, 46);
}

#recuadros_botones h1, #recuadros_botones h3, #recuadros_botones p, #recuadros_botones span, #recuadros_botones u {
	margin: 10px 0px 10px 0px;
}





/* ------------------------ extras ------------------------ */

#fotos {
    float: left;
    height: 360px;
	margin:0 auto 0 auto;
    clear: none;
    width: 100%;
    background-image:url("../img/fotos.png");
    background-size: auto 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

#boton_inicio {
    position: absolute;
    float: left;
    clear: none;
    top: 380px;
    right: 17%;
	margin: 0px;
	
	width: 160px;
	height: 70px;
	background-image: url("../img/boton_iniciar.jpg");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
    border-radius: 10px;
    box-shadow: rgb(0, 0, 0) 0px 0px 30px 0px;
	
    transition: 		color 500ms ease, background-image 500ms ease;
	-webkit-transition: color 500ms ease, background-image 500ms ease;
	cursor:pointer;
}

#boton_inicio:hover {
	background-image: url("../img/boton_iniciar_0.jpg");
}



#boton_redeSoc{
	/*position: fixed; top: 0px; right:s 30px;*/
    float: left;
    text-align: center;
    clear: none;
	margin: 0px;
	
	z-index: 510;
	
    transition: left 500ms ease;
	-webkit-transition: left 500ms ease;
}
.redesSocial{ position: absolute; top: 200px; right: 3px; }
.redesSoc_contenedor{
	display:block;
	position:fixed;
	right:0px;
	top:0px;
	z-index:9999999;
	float:left;
	/*margin:3px 10px 0;*/
		}



/* ------------------------ menu iconos ------------------------ */

#menu_iconos{
	position: fixed;
	top: 180px;
	right: 0px;
	margin: 0px;
	padding: 5px;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
    background-image:url("../img/fondo_iconos.jpg");
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
    box-shadow: rgb(0, 0, 0) 0px 0px 20px 0px;
	cursor: pointer;
	
	z-index: 500;
	
    transition: 		right 500ms ease;
	-webkit-transition: right 500ms ease;
}
#menu_iconos li {
	display: block;
	margin: 0px;
	width: 30px;
	height: 30px;
}
#menu_iconos img {
	width: 100%;
	height: 100%;
	
	transition: 		color 500ms ease, background-image 500ms ease;
	-webkit-transition: color 500ms ease, background-image 500ms ease;
}

#menu_iconos:hover {
    color: rgb(0, 53, 103);
    /*background-image:url("img/boton_a1.jpg");*/
}





/* ------------------------ swipe ------------------------ */
 #contenido_swipe {
    position: relative;
    overflow: hidden;
	width: 100%;
	min-height:500px;
	float:left;
	transition: 0s; 
	-webkit-transition: 0s; 
	transform: translate(0px, 0px); 
	/*height: 3639px;*/
	margin-bottom:100px;
}
#contenido_s {
    float: left;
    display: inline-block;
    padding: 0px;
    margin: 0px;
	width:100%;
	height: 3639px;
	/*border:#C60 thin solid;*/
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.contenido_s_seccion {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0px;
    margin: 0px;
	height: auto;
    /*background-color: #fc0;*/
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.contenido_s_seccion figure {
    margin: 0px;
    padding: 0px;
}
#contenido_s_pag {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: 35px;
    margin-bottom: 35px;
    /*background-color: #066;*/
    text-align: right;
}


#numero1, #numero2, #numero3, #numero4, #numero5, #numero6, #numero7, #numero8, #numero9, #numero10, #numero11, #numero12, #numero13, #numero14, #numero15, #numero16, #numero17, #numero18, #numero19, #numero20, #numero21, #numero22, #numero23, #numero24{

	background: none;
 visibility: visible;
	}
	
#contraidoNumeros{
	display:none;
	visibility:hidden;
	}
	
.activoNumero{
	 display: inline-block;
    line-height: 0.8em;
    font-size: 14px;
    font-family: amaranth;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    margin: 0px 7px;
	cursor:default;
	color: rgb(238, 85, 0);
	}
	
	#numeroSelect{
		display: inline-block;
    line-height: 0.8em;
    font-size: 14px;
    font-family: amaranth;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    margin: 0px 7px;
	cursor:default;
	color: rgb(238, 85, 0);
		}


.contenido_s_anterior, .contenido_s_siguiente, .contenido_s_anterior_tema, .contenido_s_siguiente_tema, .contenido_s_anterior_activo {
    display: inline-block;
    margin: 0px 6px;
    padding: 5px;
    line-height: 11px;
    font-size: 14px;
    text-align: center;
    background-image: url(../img/boton_b0.jpg);
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #fff;
    border: solid 2px #e35500;
    border-radius: 5px;
    cursor: pointer;
    /*transition: 		color 500ms ease, border-color 500ms ease, background-image 500ms ease;
			-webkit-transition: color 500ms ease, border-color 500ms ease, background-image 500ms ease;*/
}
.contenido_s_anterior {
    color: #aaa;
    background-image: url(../img/boton_b1.png);
    border: solid 2px #aaa;
}

.contenido_s_anterior_activo {
   margin-right: 20px;
}

.contenido_s_siguiente, .contenido_s_siguiente_tema {
    margin-right: 20px;
}
.contenido_s_numero {
    display: inline-block;
    color: #333;
    line-height: 0.8em;
    font-size: 14px;
    font-family: amaranth;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    margin: 0px 7px;
    cursor: pointer;
}
.contenido_s_numero_activo {
	
    color: #e35500;
    background: rgba(0, 0, 0, .25);
}







#fichero_slider, #fichero_slider1, .acordeon {
	margin: 0 auto 20px auto;
	width: 450px;
	background-color: #efefef;
	/*background-image: url(../img/act_fondo.png);*/
	background-size: 14px 100%;
	background-position: 50% 50%;
	background-repeat: repeat-x;
	
	border: 1px solid #ccc;
	border-radius: 10px;
	
    transition: 		background-color 500ms ease, border-color 500ms ease, color 500ms ease;
	-webkit-transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
}
#fichero_slider .mascara, #fichero_slider1 .mascara1 { 
	float: left; 
	width: 250px;
	height: 440px; 
	margin: 15px 0 0 10px;
	overflow: hidden;
}
#fichero_slider .panel, #fichero_slider1 .panel { 
	width: 100%; 
	height: 440px; 
	text-align: left;
}
#fichero_slider ul, #fichero_slider1 ul {
	margin: 15px 0px 0px 0px; 
	padding: 0px 15px 0 15px; 
	width: 135px;
	list-style: none; 
	float: left;
	border-right: 1px solid #dedede;
	
    transition: 		background-color 500ms ease, border-color 500ms ease, color 500ms ease;
	-webkit-transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
}
#fichero_slider li, #fichero_slider1 li {
	display: block;
	float: left;
	text-align: center;
	margin: 10px 5px;
}
#fichero_slider li a, #fichero_slider1 li a {
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	width: 35px; 
	height: 35px;
	line-height: 35px;
	
	background-color: rgba(255, 255, 255, .45);
	border-radius: 5px;
	border: solid 1px #fff;
	
    transition: 		background-color 500ms ease, border-color 500ms ease, color 500ms ease;
	-webkit-transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
}
#fichero_slider li a.activa, #fichero_slider1 li a.activa {
	background-position: -50px;
	color: #F60;
}
.clear {
	clear: both;
}





#accordion { /* el rectángulo contenedor */
    width:90%;
	border:1px #689902;
	border-style:solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	-moz-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
     -o-border-radius: 10px 0px 10px 0px;
     border-radius: 10px 0px 10px 0px;
	 margin-left:50px;
	 margin-bottom:50px;
  }
  
  #accordion h3 { /* los enlaces que despliegan y contraen el contenido */
    
    background-color:#689902; /*#6E6E6E;*/
    color: #fff;
    cursor: pointer;
    font-size: 15px;
	letter-spacing:0.05em;
    font-weight: normal;
    height: 2em;
    line-height: 2em;
    margin: 0 0 5px;
    padding: 0 20px;
    position: relative;
	border-radius:10px;
  }
  #accordion h3:hover { /* efecto hover sobre esos enlaces */
    
    background-color:#6E6E6E; /*#4f4f4f;*/
    color: #FFF;
	line-height: 2em;
  }
  #accordion h3 span { /* una imagen que permuta segñun el estado del contenido */
   
    display: block;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 7px;
    width: 16px;
  }
  #accordion h3.active span { /* desplegado */
    background-position: right bottom;
  }
  #accordion div { /* el contenido */
	border: 0;
	color: #444;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 10px; 
  }
  #accordion .envolvente{
	border:#CC003D 1px dashed; border-radius:5px; padding:10px; margin:10px;	 
	}








.acordeon {
	position: relative;
	width: 600px;
	height: 500px;
	padding: 0 12px 24px;
	
	overflow: hidden;
}
.acordeon_seccion {
	margin: 10px 0px;
	padding: 0 12px;
	height: 40px;
	
	background: rgba(255, 255, 255, .3);
	border-radius: 5px;
	
	overflow: hidden;
	
	transition: 		height 500ms ease;
	-webkit-transition: height 500ms ease;
}
.acordeon_seccion h3 {
	display: block;
	margin: 0px 0px 7px -6px;
	padding: 0px 7px 0px 30px;
	
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	
	background-color: #ccc;
	/*background-image: url(../img/fondo1.png);*/
	background-size: 10px 100%;
	background-position: top left;
	background-repeat: repeat-x;
	
	cursor: pointer;
	
	border-radius: 10px;
	
	transition: 		background-color 500ms ease;
	-webkit-transition: background-color 500ms ease;
}
















@media print{    
    header, #herramientas, #menu_iconos, nav, #menu_arriba, footer, #fotos, .no_imprimir, .no_imprimir *{
        display: none !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	select:focus, textarea:focus, input:focus {
		font-size: 16px;
		background:#eee;
	}
}

@media only screen and (max-width: 1250px) {
#contraidoNumeros{
	display: inline;
	visibility: visible;
	}
	
	#numero1, #numero2, #numero3, #numero4, #numero5, #numero6, #numero7, #numero8, #numero9, #numero10, #numero11, #numero12, #numero13, #numero14, #numero15, #numero16, #numero17, #numero18, #numero19, #numero20, #numero21, #numero22, #numero23, #numero24, #numero25{

	display: none;
	visibility:hidden;
	
	}
}

@media only screen and (max-width: 770px) {
	#header_encabezado{
     width: 60%;
		top: 2px;
	}
	#header_encabezado h1 {
		font-size: 21px;
		line-height: 19px;
    }
	#header_encabezado h2 {
		font-size:1em;
		line-height: 0.8em;
		margin-top: 2px;
	}
    #header_logos {
        width: 200px;
        height: 100px;
        top: 10px;
        right: 0px;
    }
	#logo_unam, #logo_puic{
		width: 45%;
	}
    #header_fondo {
        width: 100%;
        height: 130px;
    }
	
	/* ---------------------------- */	
	
	.herramientas_fixed { position: fixed; top: 0px; right: 5px; }
	.herramientas_normal{ position: absolute; top: 130px; right: 5px; }
	
	
	#login {
		width:90%;
		float:left;
		}
		
#username, #password {
	min-width:150px;
	display:block;
	float:none;
	margin-left: 30%;
}

#submit {
	margin-left: 28%;
}
	

	
	/* ---------------------------- */	
/* ------------------------ recuadros ------------------------ */
#recuadros_contenedor { 
    width: auto;
	margin: 0px;
 
}
#recuadros_caja { 
    width: 550px;
	overflow:hidden;
	position:relative;
	margin:0 auto 0 auto;
 
	/*border:#0FC thin solid;*/
 
}

#recuadros_botones {
    float: left;  
    width: 250px;
    /*border: #F66 thin solid;*/
}

#recuadros_botones h1 {
	width:200px;
	}
 
	
	/* ---------------------------- */
	

#contraidoNumeros{
	display: inline;
	visibility: visible;
	}
	
	#numero1, #numero2, #numero3, #numero4, #numero5, #numero6, #numero7, #numero8, #numero9, #numero10, #numero11, #numero12, #numero13, #numero14, #numero15, #numero16, #numero17, #numero18, #numero19, #numero20, #numero21, #numero22, #numero23, #numero24{

	display: none;
	visibility:hidden;
	
	}
	
	
.imagen_resp{
	float:none;
	width:150px;
	display:block;
	margin:0 auto 0 auto;
	}

.imagen_doc{
	float:none;
	width:150px;
	
	margin:0 auto 0 auto;
	}
	
	.img_centrada_pie img{
		 
		width:250px;
		 
		}
		
		
#accordion { /* el rectángulo contenedor */
    width:85%;
	padding: 20px;
	margin-left:30px;
  }
  
  #accordion h3 { /* los enlaces que despliegan y contraen el contenido */
    height: 3em;
    line-height: 1.2em;
	font-size: 15px;
	padding:5px;
  }
  
  #accordion h3:hover { /* efecto hover sobre esos enlaces */
    
    background-color:#6E6E6E; /*#4f4f4f;*/
    height: 3em;
    line-height: 1.2em;
	font-size: 15px;
	padding:5px;
  }
	
 
}

@media only screen and (max-width: 500px) {
	#header {
        height: 200px;
        width: 100%;
        margin-top: 0px;
        margin-left: 0%;
        clear: none;
    }
    #header_fondo {
        width: 100%;
        height: 200px;
        background-image: url("../img/fondo_0.jpg");
        background-size: cover;
        background-position: 50% 100%;
        background-repeat: no-repeat;
    }
    #header_logos {
        width: 160px;
        height: 75px;
        top: 0px;
        right: 0px;
    }
	#header_encabezado{
        width: 100%;
        top: 58px;
	}
	
	#header_encabezado div{
        width: 300px;
		margin: 0px auto 0px auto;
	}

    #header_encabezado h1, #header_encabezado hr {
		margin-left: 0px;
		margin-right: 0px;
    }
    #header_encabezado h1 {
		font-size: 1.4em;
		line-height: 0.9em;
    }
	#header_encabezado h2 {
		width: 250px;
		margin: 0px auto 0px auto;
		line-height: 1em;
    }
	
	#contenedor{ margin-top:40px;}
	
	
	
	
	#fotos {
    float: left;
    height: 300px;
	margin:50px auto 0 20px;
	
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
 
    width: 90%;
    background-image:url("../img/fotos.png");
    background-size: auto 90%;
    background-position: center;
    background-repeat: no-repeat no-repeat;
}
	
	
	
	#barra {
		visibility:hidden;
		display:none;
}

	
	/* ---------------------------- */	
	
	.herramientas_fixed { position: fixed; top: 0px; right: 0px; }
	.herramientas_normal{ position: absolute; top: 200px; right: 0px; }
	
	#herramientas{
		width: 100%;
		border-radius: 0px;
	}
	#herramientas_menu {
		width: 42px;
		display:none;
	}
	
	#herramientas_contenedor{
	display:block;
	position:fixed;
	right:0px;
	top:0px;
	z-index:9999999;
	float:left;
	margin:3px 10px 0;
		}
	
#login {
	margin-left:22px;
	margin-top:50px;
		}
		
#username, #password {
	width:220px;
}

#submit {
	margin-left: 17%;
}
	
	/* -------------escondo el menu verde--------------- */

    .menu_lateral_normal {
		display:none;
		 
	}
	
	    .menu_lateral_normal_asignatura {
		display:none;
		 
	}
	
	
	 #b_inicio {
		border-top: none;
		border-left: none;
		border-right: none;
		border-radius: 0px;
		display:none;
		visibility:hidden;
	}
	
	
	
	#menu_verde li:hover, #menu_rosa li:hover, #b_inicio:hover {
		background-image: none;
		
	}
	
	/* ---------------------------- */
#recuadros_contenedor {
 
    width: 100%;
 
}
#recuadros_caja {
 
    width: 340px;
}


#recuadros_caja_seguida {
	padding-left:0px;
	margin-top:50px;
}


#recuadros_botones {
    float: left;
	display: block;
   width: auto;
 
}

#recuadros_botones h1 {
	width:100%;
	} 
	
	/* ---------------------------- */

    #boton_inicio {
        right: 30px;
    }
	
	#menu_arriba {
		top: 270px;
		left: 0px;
	}
	
	#menu_iconos{
		top: 240px;
	}
	
	.pag_sig, .pag_ant {
    	width: 60px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
 footer {
	 margin-top:30px;
}
	
}
