body {
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
}
.contenido {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	height: 600px;
	overflow: hidden;
}

.contenido .fase {
	position: relative;
	width: 1024px;
	height: 600px;
	/*overflow: hidden;*/
	/*border: solid 1px red;*/
}

.contenido .faseActiva {
	position: absolute;
	visibility: visible;
	top: 0;
	left: 0;
	/*border: solid 1px blue;*/
}
.contenido .faseInactiva {
	position: relative;
}

.contenido .visor {
	/* background: url('../img/fondo.jpg') center center no-repeat;*/
	width: 1024px;
	height: 600px;
	position: relative;
	left: 0;
	top: 0;
}

.contenido .preloader {
	background: rgba(255, 255, 255, .5);
	width: 1024px;
	height: 600px;
	z-index: 50;
}

.contenido .preloader div {
	background: url('../img/preloader.gif') center center no-repeat;
	width: 100%;
	height: 100%;
}

.contenido div.botonCerrar {
	position: absolute;
	/* width: 30px;
	 height: 30px;*/
	cursor: pointer;
	/* background: url('../img/iconos.png') -98px -71px no-repeat;*/
	z-index: 1;
}

/************
 * inicia header
 * ***********/
.header, .footer {
	text-align: justify;
}

.header {
	width: 1024px;
	margin: auto;
	height: 85px;
	position: relative;
	/*border: solid 1px blue;*/
	overflow: hidden;
}

.header img {
	border: 0;
}

.header .unam {
	float: left;
	width: 90px;
	height: 85px;
	text-align: center;
	background-color: #fff;
}
.header .figuras_encabezado {
	width: 100%;
	height: 60px;
	background: url('../img/figuras.jpg') 89px 17px no-repeat;
}


.header nav {

	float: left;
	font-family: "Arial", Gadget, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
}

.header nav ul li {
	display: inline-block;
	background-image: url('../img/bullet.png');
	background-repeat: no-repeat;
	background-position: 2px center;
	line-height: 25px;
	color: #FFF;
	padding-left: 15px;
}
.header nav ul li:first-child {
	background-image: none;
}
.header nav ul li a, nav ul li a:visited {
	text-decoration: none;
	color: #FFF;
}
.header nav ul li a:hover {
	text-decoration: underline;
	color: #dbd9db;
}

.header nav ul {
	margin: 0;
	padding-left: 10px;
}

.header .botones_encabezado {
	width: 100%;
	height: 25px;
	background-color: #9a5da0;
}

.botonFichaDidactica {
	background-color: #744679;
	float: right;
	height: 25px;
	width: 125px;
	font-family: "Arial", Gadget, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	line-height: 25px;
}

/*terrmina header*/

/***************
 * inicia footer
 * **************/
.footer {
	background-color: #868686;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	height: 51px;
	margin: auto;
	position: relative;
	width: 1024px;
	/*border: solid 1px blue;*/
}
.footer .leyenda {
	font-size: 10px;
	padding: 5px 0 0 25px;
	width: 860px;
}

.footer .leyenda span {
	color: #D1D1D1;
}

.botonCreditos {
	height: 51px;
	width: 110px;
	line-height: 51px;
	text-align: center;
	float: right;
	background-color: #6F6F6E;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

/*termina footer*/

/*****************
 * ventanas creditos ficha didactica
 ********************/
.contenido .ventana {
	background: #b6b8b3; /* Old browsers */
	background: -moz-linear-gradient(45deg, #b6b8b3 0%, #e2e2e2 50%, #e5e3e4 100%, #b6b8b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#b6b8b3), color-stop(50%,#e2e2e2), color-stop(100%,#e5e3e4), color-stop(100%,#b6b8b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #b6b8b3 0%,#e2e2e2 50%,#e5e3e4 100%,#b6b8b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #b6b8b3 0%,#e2e2e2 50%,#e5e3e4 100%,#b6b8b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #b6b8b3 0%,#e2e2e2 50%,#e5e3e4 100%,#b6b8b3 100%); /* IE10+ */
	background: linear-gradient(45deg, #b6b8b3 0%,#e2e2e2 50%,#e5e3e4 100%,#b6b8b3 100%); /* W3C */
	border: 1px solid #c0c0c0;
	border-radius: 0.3em 0.3em 0.3em 0.3em;
	box-shadow: 0 -3px 3px #957798;
	color: #463D47;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	left: 150px;
	margin: auto;
	padding-left: 40px;
	padding-right: 30px;
	position: absolute;
	top: 50px;
	width: 544px;
	z-index: 26;
}
.contenido .ventana .titulo {
	width: 535px;
	margin: auto;
	margin-top: 0;
	color: #303030;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 16px;
}

.contenido .ventana .info {
	border-top: 2px solid #CF99CD;
    margin-bottom: 20px;
    margin-right: auto;
    margin-top: 20px;
    text-transform: none;
    width: 535px;
}
.contenido .ventana .ligas {
    color: #9A5DA0;
    font-weight: normal;
    display: block;
}
.contenido .ventana .ligas:hover {
    color:#279FD7;
    font-weight: normal;
   display: block;
}
.contenido .ventana .info h4 {
	color: #2e2e2e;
	font-size: 13px;
	text-transform: uppercase;
}

.contenido .ventana .info .columna {
	width: 40%;
	float: left;
	list-style: none;
}

.contenido .ventana.creditos .info {
	border-top: solid 2px #817f80;
}

.contenido .ventana .info .negritas {
	font-weight: bold;
}

.contenido .ventana  .info .salto {
	margin-top: 7px;
}

.contenido .ventana .botonCerrar {
	right: 5px;
	top: 5px;
	position: absolute;
	background-color: #9D9D9D;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	height: 23px;
	width: 23px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	z-index: 27;
	border-radius: 50px;
	box-shadow: 0px 0px 5px #000000;
}
/** Ajustes creditos **/
.ventana.creditos {
    width: 910px;
    margin: auto;
    left: 0px;
    right: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.contenido .ventana.creditos .titulo {
    width: auto;
    text-align: center;
}

.contenido .ventana.creditos .info {
    width: auto;
    border: none;
    text-align: center;
}

.contenido .ventana.creditos .info ul {
    list-style: none;
}

.creditos ul span {
    display: block;
}
.creditos ul span.credito,
.creditos ul span.cargo {
    font-weight: bold;
    font-size: 12px;
}

.creditosENP,
.creditosCID,
.creditosDGTIC {
    padding-left: 1%;
    padding-right: 1%;
    width: 23%;
    float: left;
}

.creditosDGTIC {
    width: 48%;
}

.nombreEntidad {
    border-bottom: 2px solid #666;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 6px;
}

.creditosDGTIC ul.col {
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;
    float: left;
}

.creditos ul {
    margin: 0px;
    padding: 0px;
}
.creditos li {
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

.creditos .info ul li {
    text-indent: 0px;
}
.botonCreditos, 
.botonBibliografia {
    background-color: #6F6F6E;
    border-left: 1px solid #868686;
    color: #FFFFFF;
    float: right;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    text-decoration: none;
    width: 95px;
}

.footer .leyenda {
    width: 810px;
    padding: 5px 10px;
}

.contenido .ventana.bibliografia .info  {
    border-top: 2px solid #888888;
}

.contenido .ventana.bibliografia .info ul {
    padding-left: 0px;
    margin-left: 40px;
}
.contenido .ventana.bibliografia .info ul li {
    margin-bottom: 10px;
    list-style-type: disc;
}

.contenido .ventana.bibliografia .info ul li a {
    color: #9A5DA0;
    font-weight: normal;
    text-decoration: none;
} 
.contenido .ventana.bibliografia .info ul li a:hover {
    color: #9A5DA0; 
}