/*  LAYOUT
 ---------------------------------------------------------------------------- */
html {
  height: 100%;
  margin-bottom: 1px; /* barras desp. vert. siempre presentes en Mozilla */
}
#envase {
  /*padding-bottom: 2px;*/
  background-color: #034181;
  border-bottom: 2px solid #023467;
  background: #034181 url(../img/bg-envase.png) repeat-y top center;
}
#navAux {
  width: 100%;
  background: #013367;
  border-bottom: 2px solid #012e5c;
}
#encabezado {
  clear: both;
  padding: 20px 0 0;
  height: 103px;
  background: #013b78 url(../img/bg-encabezado.jpg) repeat-x bottom left;
  border-top: 1px solid #154a83;
}
#nav {
	position: relative;
  width: 750px;
  margin: 0 auto;
  padding-bottom: 1px;
  background: #034181 url(../img/bg-nav.png) repeat-x bottom left;
  z-index: 9999;
}
#principal {
  margin: 0 auto;
  width:750px;
  clear: both;
  background: #fff url(../img/bg-principal.png) repeat-y top center;
}
#contenido {
  width: 460px;
  padding: 20px;
  float: left;
}
#sidebar {
  width: 208px;
  margin: 0.5em 0 0 2px;
  padding: 20px 20px 20px 18px;
  float: left;
  background-color: #07B32B;
}
#pie {
  margin: 0 auto;
  padding: 0;
  /*background: #4a4a4a url(../img/bg-pie.png) repeat-y top center;*/
  border-top: 1px solid #5c5c5c;
}
#pie address {
  margin: 0 auto;
  padding: 1em 0 0.7em;
  border: none;
  color: #acacac;
  text-align: center;
  font-size: 0.6875em;
  font-style: normal;
  line-height: 1.1em;
}

#envasePie {
  width: 750px;
  margin: 0 auto;
}
#infoContacto {
  margin: 0;
  clear: both;
  background: #3d3d3d url(../img/bg-infoContacto.png) repeat-x top left;
}
/*  GENERALES
----------------------------------------------------------------------------- */
body {
  background-color: #3d3d3d;
  color: #2a2a2a;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
  font-size:100%;
  line-height:1.125em; /* 16x1.125=18px */
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
}

h1 { margin: 0 0.5em 1em; font-size: 1.5em; line-height: 1.5em; }
h2 { margin: 0 0.5em 1em; font-size: 1.375em; line-height: 1.375em; }
h3 { margin: 0 0.5em 1em; font-size: 1.25em; line-height: 1.25em; }
h4 { margin: 0 0.5em 1em; font-size: 1.125em; line-height: 1.125em; }
h5 { margin: 0 0.5em 1em; font-size: 1em; font-weight: bold; line-height: 1em; }
h6 { margin: 0 0.5em 1em; font-size: 0.875em; font-weight: bold; }

p {
  margin: 0 1.5em 1em 2em;
  font-size: 0.875em; /* 16x0.875=14px */
}

p.rvoe{
color:#00000;
}

blockquote p {
  margin-left: 3.5em;
  padding: 1em;
  color: #474747;
  background-color: #f1f1f1;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-style: italic;
}

img { border: 0; }
hr { display: none; }
address {
  margin: 0 1.5em 1em 2.5em;
  padding: 0.25em 0 0.25em 0.5em;
  border-left: 3px solid #eaeaea;
  font-size: 0.875em; /* 16x0.875=14px */
  font-style: normal;
}
em { font-style: italic; }
strong { font-weight: bold; }
acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}
small {
  font-size: 75%;
}

/*  RESALTADO DE MENSAJES   --------------------- */
/*  sustituir por imágenes de fondo con degradado*/
.msgInfo {
  width: 90%;
  margin: 1.5em auto 1em;
  padding: 0.5em 0 0;
  clear: both;
  background: #d3e9ff url(../img/bg-msgInfo.png) repeat-x center bottom;
  border: 1px solid #7ab2ea;
  color: #000;
}

.msgImportante {
  width: 90%;
  margin: 1.5em auto 1em;
  padding: 0.5em 0 0;
  background: #fdedd0 url(../img/bg-msgImportante.png) repeat-x center bottom;
  border: 1px solid #cf7200;
  color: #000;
}

.msgExito {
  width: 90%;
  margin: 1.5em auto 1em;
  padding: 0.5em 0 0;
  /*background: #caf0cd url(../img/bg-msgExito.png) repeat-x left bottom;*/
  background-color: #339900;
  border: 1px solid #339900;
  /*color: #196020;*/
  color: #fff;
}
.msgExito h3, .msgExito h4 {
  font-weight: bold;
  letter-spacing: normal;
}
.msgExito em { font-weight: bold; font-style: normal; }
.msgExito a {
  color: #e1f0d9;
}

.msgAdvertencia {}

.msgError {
  width: 90%;
  margin: 1.5em auto 1em;
  padding: 0.5em 0 0;
  /*background: #ffc2c2 url(../img/bg-msgError.png) repeat-x left bottom;*/
  background-color: #c00;
  border: 1px solid #c00;
  /*color: #6f1616;*/
  color: #fff;
}
.msgError h3, .msgError h4 {
  font-weight: bold;
  letter-spacing: normal;
}
.msgError a {
  color: #f7d9d9;
}

/*  
 ---------------------------------------------------------------------------- */
table {
  width: 420px;
  margin: 0 auto 2em;
  border:1px solid #E8E8E8;
  border-collapse:collapse;
  font-size: 0.75em;
}
table thead th { text-align: center; }
table tbody th { text-align:left; }
table tfoot th { text-align:left; }

table th {
  background-color:#F9F9F9;
  font-weight: bold;
}
table td { text-align:left; }
table th, table td {
  padding:5px;
  border:1px solid #E8E8E8;
}

table tfoot { font-weight:bold; }

/*  NAVEGACIÓN AUXILIAR
 ---------------------------------------------------------------------------- */
#navAux ul {
  margin: 0 auto;
  width: 750px;
  text-align: right;
}
#navAux ul li {
  float: right;
  padding: 0.4em;
}
#navAux a {
  padding-bottom: 2px;
  display: block;
  border-bottom: 1px dotted #8aa3bd;
  color: #8aa3bd;
  text-decoration: none;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
  font-size: 0.55em;
  line-height: 1em;
  text-transform: uppercase;
}
#navAux a:hover {
  padding-bottom: 2px;
  border-bottom: 1px solid #80C31B;
  color: #80C31B;
}

/*  ENCABEZADO
 ---------------------------------------------------------------------------- */
#encabezado h1 {
  margin: 0 auto;
  width: 750px;
}
#encabezado h1 a {
  margin-left: 13px;
  width: 331px;
  height: 81px;
  background: url(../img/logotipo.png) no-repeat top left;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}

/*  NAVEGACIÓN PRINCIPAL
 ---------------------------------------------------------------------------- */
#nav li {
  float: left;
  border-right: 1px solid #295D94;
}
#nav a {
  margin-bottom: 3px;
  padding: 13px 10px;
  display: block;
  border-right: 1px solid #03376E;
  color: #b4c8dd;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
  font-size: 70%;
  line-height: 1em;
}
#nav a:hover {
  background: #054990 url(../img/bg-navBtn.png) repeat-x;
  color: #FFF;
}

#elemNav4 a {
	padding-left: 20px;
}

/*  SECCIÓN DESPLEGABLE  */
/*  Son of Suckerfish http://www.htmldog.com/articles/suckerfish/dropdowns/ */
/*  IE7 sticky fix http://www.sitepoint.com/forums/showpost.php?p=3603372&postcount=2  */

#nav li ul {
  width: 180px;
  margin-left: -999em;
  padding: 0 3px 15px 3px;
  position: absolute;
  background: url(../img/bg-nav-dropdown.png) repeat-x bottom left;
  border: none;
}
#nav li:hover ul, #nav li.sfhover ul {
  margin-left: -3px;
}
#nav li ul li {
  width: 180px;
  padding: 0;
  float: left;
  border: none;
  border-bottom: 1px solid #03376E;
  color: #FFF;
}
#nav li ul li a {
  width: 149px;
  margin: 0;
  padding: 8px 10px 8px 20px;
  display: block;
  border-bottom: 1px solid #295D94;
  background: #034181;
  color: #b4c8dd;
  text-align: left;
  text-transform: none;
  font-size: 80%;
}
#nav li ul li a:hover {
  background: #054990;
  background: #054990 url(../img/bg-navBtn.png) repeat-x;
}
#nav li ul li em {
  padding: 3px 3px 3px 10px;
  display: block;
  font-size: 80%;
  font-style: italic;
}
#nav li ul li ul {padding: 0 3px 0 3px; position: relative; background: none;}

/*  CONTENIDO
 ---------------------------------------------------------------------------- */
#contenido ul, #contenido ol {
  margin: 0 1.5em 1em 2em;
  padding-left: 1.5em;
  font-size: 0.875em; /* 16x0.875=14px */
}
 #contenido ul ul, #contenido ul ol, #contenido ol ol, #contenido ol ul {
  margin: 0 0 0.5em 1em;
  padding-left: 0.5em;
}
#contenido ol { list-style-type: decimal;}
#contenido ul { list-style-type: disc; }
#contenido ol ol { list-style-type: lower-alpha; }

/*  TÍTULOS (gral)  ----------------------------- */
div.wrapTtlLic {
  margin-bottom: 0.5em;
  padding: 0.5em 0.5em 0.5em 0;
  /*background: url(../img/bgTtlLic.jpg) no-repeat center top;
  border-bottom: 1px dotted #c0c0c0;*/
}
.ttlLic { 
  margin-bottom: 0.1em;
  padding-bottom: 0.1em;
  /*border-bottom: 0.05em solid #c0c0c0;*/
  line-height:1.125em;
}
h2.ttlLic {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: -1px;
  color: #404040;
}
.ttlLicIntro { 
  display: block;
  color: #808080;
  font-size: 0.75em;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}
.ttlLicPanorama { 
  margin:0 1.5em 1.5em;
  display: block;
  color: #808080;
  text-align: right;
  font-size: 0.75em;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}

/*  TÍTULOS (específicos)   --------------------- */
#docLicLADM .ttlLicIntro em { color: #b20000; font-weight: bold; }
#docLicLADM .ttlLicPanorama em { color: #b20000; font-weight: bold; }
#docLicLADM h3 { padding-bottom: 2px; color: #034181; border-bottom: 1px dotted #034181; }

#docLicLCP .ttlLicIntro em { color: #945101; font-weight: bold; }
#docLicLCP .ttlLicPanorama em { color: #945101; font-weight: bold; }
#docLicLCP h3 { padding-bottom: 2px; color: #D28415; border-bottom: 1px dotted #D28415; }

#docLicLHA .ttlLicIntro em { color: #150077; font-weight: bold; }
#docLicLHA .ttlLicPanorama em { color: #150077; font-weight: bold; }
#docLicLHA h3 { padding-bottom: 2px; color: #8CBA23; border-bottom: 1px dotted #8CBA23; }

#docLicLNI .ttlLicIntro em { color: #FFC20D; font-weight: bold; }
#docLicLNI .ttlLicPanorama em { color: #FFC20D; font-weight: bold; }
#docLicLNI h3 { padding-bottom: 2px; color: #7B0000; border-bottom: 1px dotted #7B0000; }

#docLicLNU .ttlLicIntro em { color: #F50081; font-weight: bold; }
#docLicLNU .ttlLicPanorama em { color: #F50081; font-weight: bold; }
#docLicLNU h3 { padding-bottom: 2px; color: #0094C1; border-bottom: 1px dotted #0094C1; }

#docLicLPER .ttlLicIntro em { color: #009FC7; font-weight: bold; }
#docLicLPER .ttlLicPanorama em { color: #009FC7; font-weight: bold; }
#docLicLPER h3 { padding-bottom: 2px; color: #84B71E; border-bottom: 1px dotted #84B71E; }

#docLicLPSI .ttlLicIntro em { color: #008E90; font-weight: bold; }
#docLicLPSI .ttlLicPanorama em { color: #008E90; font-weight: bold; }
#docLicLPSI h3 { padding-bottom: 2px; color: #c78b00; border-bottom: 1px dotted #c78b00; }

#docLicLTC .ttlLicIntro em { color: #EDB200; font-weight: bold; }
#docLicLTC .ttlLicPanorama em { color: #EDB200; font-weight: bold; }
#docLicLTC h3 { padding-bottom: 2px; color: #F20016; border-bottom: 1px dotted #F20016; }

#docLicLTI .ttlLicIntro em { color: #d80000; font-weight: bold; }
#docLicLTI .ttlLicPanorama em { color: #d80000; font-weight: bold; }
#docLicLTI h3 { padding-bottom: 2px; color: #034181; border-bottom: 1px dotted #034181; }

#docLicLPSM .ttlLicIntro em { color: #5A8B18; font-weight: bold; }
#docLicLPSM .ttlLicPanorama em { color: #5A8B18; font-weight: bold; }
#docLicLPSM h3 { padding-bottom: 2px; color: #E56C00; border-bottom: 1px dotted #E56C00; }

/*  IMÁGENES   ---------------------------------- */
.imgLic {
  margin: 0 0 1.5em;
}
.imgLink {
  margin: 0 0 1.5em;
  padding: 1px;
  border: 4px solid #eaeaea;
}
.imgLink:hover {
  border: 4px solid #494949;
}
.imgIdentidad {
  margin: 0 0 5px 15px;
  float: right;
}
.imgComplementaria {
  margin: 0 0 5px 15px;
  float: right;
}
.imgComplementariaAlt {
  margin: 0 15px 5px 0;
  float: left;
}
.imgContenido {
  margin: 1em 1.5em 0.5em 2em;
}
.descripcionFoto {
  margin-left: 4em;
  margin-top: -1em;
  color: #404040;
  font-size: 0.75em;
  font-weight: bold;
}
p.imgCinta {
  margin: 0 10px 1em;
}

/*  PLANES DE ESTUDIO   ------------------------- */
div.wrapPlanEstudios {
  height:100%;
  clear:both;
  background:#FFF url(../img/bgPlanEstudios.gif) top center repeat-y;
}
div.wrapPlanEstudiosAlt {
  height:100%;
  clear:both;
  background:#FFF url(../img/bgPlanEstudiosAlt.gif) top center repeat-y;
}
div.planEstudios {
  float:left;
  padding:8px 5px;
  width:220px;
  background-color:transparent;
}
#contenido h3.ttlGrado {
  margin:0.25em 0 .35em;
  padding:0 0 .35em 0.5em;
  background-color:transparent;
  color: #555;
  border-bottom:1px solid #AAB8C6;
  text-align:center;
  font-size: 0.75em;
  font-weight:bold;
  letter-spacing: 1px;
}
#contenido .planEstudios h4 {
  text-align: center;
  font-size: 0.75em;
}
#contenido .planEstudios ul {
  list-style-type: square;
  font-size: 0.75em;
}

div.planEstudiosCorto {
  margin: 0 0 0.5em;
  padding: 1em 0 0.5em;
  background: #fff url(../img/bg-planEstudiosCorto.png) repeat-x left bottom;
  border-bottom: 1px solid #c0c0c0;
}
div.planEstudiosCorto h4 { font-weight: bold; }

/*  FILOSOFÍA   --------------------------------- */
#vision { margin-bottom: 30px; clear: both; }
#vision img { padding-left: 20px; float: right; }

#mision { margin-bottom: 30px; clear: both; }
#mision img { padding-right: 20px; float: left; }

#lema { margin-bottom: 30px; clear: both; }
#lema img { padding-left: 20px; float: right; }

#valores { clear: both; }
#valores img { padding-right: 20px; float: left; }
#valores ul { margin-left: 150px; list-style-type: square; }

#vision p, #mision p, #lema p, #valores p { text-align: justify; }

/*  LISTA EN MOSAICOS   ------------------------- */
#contenido #mosaicos {
  margin: 0 0 1.5em;
  padding: 0;
  width: 460px;
  list-style-type: none;
}
#contenido #mosaicos li {
  margin: 10px 15px 20px;
  width: 200px;
  float: left;
  display: inline;
}
#contenido #mosaicos li.uno a {
  width: 190px;
  padding: 160px 5px 5px;
  display: block;
  background: #eaeaea url(/media/img/teaserPlanoUbicacion.png) no-repeat 5px 5px;
  color: #2a2a2a;
  text-align: center;
  text-decoration: none;
  font-size: 0.875em;
}
#contenido #mosaicos li.uno a:hover {
  background: #494949 url(/media/img/teaserPlanoUbicacion.png) no-repeat 5px 5px;
  color: #fff;
}
#contenido #mosaicos li.dos a {
  width: 190px;
  padding: 160px 5px 5px;
  display: block;
  background: #eaeaea url(/media/img/teaserPlanoMorelia.png) no-repeat 5px 5px;
  color: #2a2a2a;
  text-align: center;
  text-decoration: none;
  font-size: 0.875em;
}
#contenido #mosaicos li.dos a:hover {
  background: #494949 url(/media/img/teaserPlanoMorelia.png) no-repeat 5px 5px;
  color: #fff;
}

/************************************/
#contenido #mosaicos li.folletoES a {
  width: 190px;
  padding: 222px 5px 5px;
  display: block;
  background: #eaeaea url(/media/img/teaserFolletoES.jpg) no-repeat 5px 5px;
  color: #2a2a2a;
  text-align: center;
  text-decoration: none;
  font-size: 0.875em;
}
#contenido #mosaicos li.folletoES a:hover {
  background: #494949 url(/media/img/teaserFolletoES.jpg) no-repeat 5px 5px;
  color: #fff;
}
#contenido #mosaicos li.folletoEN a {
  width: 190px;
  padding: 222px 5px 5px;
  display: block;
  background: #eaeaea url(/media/img/teaserFolletoEN.jpg) no-repeat 5px 5px;
  color: #2a2a2a;
  text-align: center;
  text-decoration: none;
  font-size: 0.875em;
}
#contenido #mosaicos li.folletoEN a:hover {
  background: #494949 url(/media/img/teaserFolletoEN.jpg) no-repeat 5px 5px;
  color: #fff;
}

/************************************/
#contenido #mosaicos li.calenCT a {
  width: 190px;
  padding: 210px 5px 5px;
  display: block;
  background: #eaeaea url(/media/img/teaserCalCT.jpg) no-repeat 5px 5px;
  color: #2a2a2a;
  text-align: center;
  text-decoration: none;
  font-size: 0.875em;
}
#contenido #mosaicos li.calenCT a:hover {
  background: #494949 url(/media/img/teaserCalCT.jpg) no-repeat 5px 5px;
  color: #fff;
}
#contenido #mosaicos li.calenSEM a {
  width: 190px;
  padding: 210px 5px 5px;
  display: block;
  background: #eaeaea url(/media/img/teaserCalSEM.jpg) no-repeat 5px 5px;
  color: #2a2a2a;
  text-align: center;
  text-decoration: none;
  font-size: 0.875em;
}
#contenido #mosaicos li.calenSEM a:hover {
  background: #494949 url(/media/img/teaserCalSEM.jpg) no-repeat 5px 5px;
  color: #fff;
}


/*  GOOGLE MAP   -------------------------------- */
#contenido iframe {
  margin-bottom: 1.5em;
  padding: 5px;
  background-color: #eaeaea;
}

/*  MOSAICOS 3 RAZONES   ------------------------ */
ol#tresRazones {
  width: 405px;
  margin: 0 20px 1em 25px;
  padding: 0;
  list-style-type: none;
}
ol#tresRazones li {
  width: 395px;
  margin: 0 0 1em;
  padding: 5px;
  background-color: #f5f5f5;
  border-top: 1px solid #f9f9f9;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #f9f9f9;
  
}
ol#tresRazones li img {
  float: left;
}
ol#tresRazones li p {
  width: 270px;
  margin: 1em 0 0;
  padding: 0;
  float: right;
  font-size: 1em;
}

/*  VARIOS   ------------------------------------ */
p.adobeReader {
  padding-left: 55px;
  background: url(/media/img/ico/pdf.png) no-repeat;
}
#docHistoria p, 
#docPorQueLaElegirnos p, 
#docEspEGE p, 
#docEspEOA p, 
#docEspEPP p, 
#docMaeMDC p, 
#docMaeMHA p, 
#docMaeMN p, 
#docMaeMPC p { text-align: justify; }

#docPorQueLaElegirnos ol li { text-align: justify; }

a.regEnTramite {
  color: #2a2a2a;
  text-decoration: none;
  font-size: 1.125em;
}
a.regEnTramite:hover {
  color: #034181;
}

/*  SIDEBAR
 ---------------------------------------------------------------------------- */
#sidebar h2 {
  margin: 0 0 0.5em;
  padding: 0.4em;
  border-bottom: 0.05em solid #023E0F;
  color: #023E0F;
  text-align: center;
  line-height:1.125em;
  font-size: 1.25em;
  letter-spacing: normal;
}
#infoAdicional {
  width: 180px;
  margin-bottom: 1em;
  padding: 0 10px 1em;
}
#infoAdicional li {
  width: 170px;
  margin: 0;
  padding-left: 10px;
  background: url(../img/blt-navAdicional.gif) no-repeat 0 0.5em;
}
#infoAdicional li a {
  width: 159px;
  padding: 3px 3px 3px 8px;
  display: block;
  border-bottom: 1px dotted #068f22;
  color: #fff;
  text-decoration: none;
  font-size: 0.75em;
}
#infoAdicional li a:hover {
  background: #05a827 url(../img/bg-navSecBtn.png) repeat-x 0 -10px;
  border-bottom: 1px solid #068f22;
}

/*  NAVEGACIÓN SECUNDARIA   --------------------- */
#sidebar h2.navSecTtl {
  margin: 0;
  padding: 0.8em 0.5em 0.75em;
  background: url(../img/bg-navSecTtl.png) no-repeat;
  border-bottom: 0.05em solid #039c22;
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  letter-spacing: normal;
}
#navSec {
  width: 180px;
  margin-bottom: 1em;
  padding: 0.5em 15px 1em;
  background: url(../img/bg-navSecElementos.png) no-repeat bottom center;
}
#navSec li {
  border-bottom: 1px solid #06a528;
}
#navSec li a {
  width: 160px;
  padding: 5px 5px 5px 15px;
  display: block;
  border-bottom: 1px solid #1ab93c;
  color: #ccf0d4;
  text-decoration: none;
  font-size: 0.75em;
}
#navSec li a:hover {
  background: #05a827 url(../img/bg-navSecBtn.png) repeat-x;
  color: #FFF;
}
#navSec li span {
  width: 155px;
  padding: 5px 5px 5px 20px;
  display: block;
  background: url(../img/blt-navSecActivo.png) no-repeat 8px 50%;
  border-bottom: 1px solid #1ab93c;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
}
/*  LISTA OTRAS LICENCIATURAS  ---------------- */
#otrasLic {
  width: 200px;
  margin: 0 4px;
}
#otrasLic li {
  padding-top: 5px;
  background: url(../img/bg-otrasLic-top.png) no-repeat top center;
}
#otrasLic li a {
  width: 200px;
  margin-bottom: -1px;
  padding: 0 0 15px;
  display: block;
  background: url(../img/bg-otrasLic-bottom.png) no-repeat bottom center;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#otrasLic li a:hover {
  background: url(../img/bg-otrasLic-bottom-hover.png) no-repeat bottom center;
  color: #ccf0d4;
}
#otrasLic li ul {
  width: 180px;
  margin-left: -999em;
  padding: 0 10px 5px;
}
#otrasLic li:hover ul, #otrasLic li.sfhover ul {
  margin-left: 0;
}
#otrasLic li ul li {
  width: 180px;
  margin: 0;
  padding: 0;
  float: left;
  background: none;
}
#otrasLic li ul li a {
  width: 176px;
  margin-bottom: 0;
  padding: 2px;
  display: block;
  background: #04a425;
  border-left: 1px solid #05961e;
  border-bottom: 1px solid #05961e;
  border-right: 1px solid #05961e;
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-size: 0.75em;
}
#otrasLic li ul li a:hover {
  background: #07b32b;
}
/*  PIE
 ---------------------------------------------------------------------------- */
#pie, #pie a {
  color: #acacac;
}

/*  EXTRA 01   --------------------------------- */
#extra01 {
  width: 239px;
  padding: 1em 5px;
  float: left;
}
#extra01 h2 {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #f2e122;
  color: #f2e122;
  text-align: center;
  font-size: 1.125em;
  letter-spacing: normal;
}
#novedades {
  margin: 0 8px;
}
#novedades a {
  width: 184px;
  padding: 0.5em 9px 0.7em 30px;
  display: block;
  background: url(../img/bg-novedades.png) no-repeat center left;
  border-bottom: 1px dotted #616161;
  text-decoration: none;
  font-size: 0.75em;
  line-height: 1.1em;
}
#novedades a:hover {
  background: #444 url(../img/bg-novedades-on.png) no-repeat center left;
  color: #f2e122;
}

/*  EXTRA 02   --------------------------------- */
#extra02 {
  width: 238px;
  padding: 1em 5px;
  float: left;
}
#extra02 h2 {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #5de314;
  color: #5de314;
  text-align: center;
  font-size: 1.125em;
  letter-spacing: normal;
}
#eventos {
  padding-top: 0.5em;
}
#eventos h3 {
  margin: 0 10px 3px;
  border: none;
  text-align: left;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
  letter-spacing: normal;
  font-size: 0.75em;
  line-height: 1.1em;
}
#eventos a {
  border-bottom: 1px solid #5a5a5a;
  text-decoration: none;
}
#eventos a:hover {
  border-bottom: 1px solid #5de314;
  color: #5de314;
}
#eventos .fecha {
  color: #888;
  font-size: 0.75em;
}

/*  EXTRA 03   --------------------------------- */
#extra03 {
  width: 239px;
  padding: 1em 5px;
  float: left;
}
#extra03 h2 {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #5acaee;
  color: #5acaee;
  text-align: center;
  font-size: 1.125em;
  letter-spacing: normal;
}
.miniatura {
  width: 89px;
  margin: 0 0 10px 20px;
  float: left;
}
.miniatura a {
  display: block;
  border: 2px solid #4a4a4a;
}
.miniatura a:hover {
  border: 2px solid #5acaee;
}
.miniatura img {
  margin-bottom: 0;
  padding: 0;
  border: 5px solid #444;
}
/*  INFORMACIÓN CONTACTO
 ---------------------------------------------------------------------------- */
#infoContacto address {
  margin: 0 auto;
  padding: 2em 0 0.7em;
  border: none;
  color: #acacac;
  text-align: center;
  font-size: 0.6875em;
  font-style: normal;
  line-height: 1.1em;
}
/*  ACCESIBILIDAD
 ---------------------------------------------------------------------------- */
.ttlEstructural { position: absolute; left: -5000px; width: 4000px; }

/*  WORKAROUNDS
 ---------------------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearAll {
  clear: both;
}

/*  ESPECÍFICOS
 ---------------------------------------------------------------------------- */
.examenAdmision {
  width: 175px;
  margin: 0 0 10px 15px;
  padding: 10px 5px;
  float: right;
  background: #ffff8c url(../img/bg-nota.png) repeat-x center bottom;
  border: 1px solid #e1b601;
}
.examenAdmision h2, .examenAdmision p {
  text-align: center;
}
.examenAdmision h2 {
  margin: 0;
  padding: 0.5em;
  font-size: 1.125em;
  border-bottom: 1px dotted #e1b601;
  color: #595629;
}
.examenAdmision p {
  margin: 0;
  padding: 0.5em 0.5em 1em;
}

span.lemaSimposium {
  font-size: 75%;
  font-style: italic;
}

/* -------------------------------------------------------------------------- */
#contenedorVideo {
  width: 460px;
  margin: 0 auto;
}

.identNotaPie {
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  font-weight: normal;
}

/* -------------------------------------------------------------------------- */
.listadoCursos {
  margin: 0 auto 1em;
  padding: 0.5em;
  border-bottom: 1px dotted #aaa;
}
.listadoCursos h3 {
  margin-bottom: 0.5em;
}
.listadoCursos p.fecha { 
  margin-bottom: 0.5em;
  padding-left: 24px;
  background: url(../img/ico/calendario.png) no-repeat left center;
  color: #555;
  font-weight: bold;
}

/* -------------------------------------------------------------------------- */
.mapaSitio {
  width: 460px;
  margin: 0 0 1em;
  clear: both;
  border-top: 5px solid #03468B;
}

.mapaSitio h3 {
  width: 170px;
  margin: 0;
  padding: 5px 10px 10px 5px;
  float: right;
  background: url(../img/bg-mapaSitioTtl.png) no-repeat center bottom;
  color: #fff;
  text-align: center;
}
#mapaSitio .mapaSitio ul {
  margin-left: 10px;
  padding: 10px 15px 5px 15px;
  list-style-type: none;
}
#mapaSitio .mapaSitio ul li {
  background: url(../img/bullet-mapaSitioN1.png) no-repeat 0 0.4em;
  padding-left: 0.8em;
}
#mapaSitio .mapaSitio ul ul {
  margin: 0;
  padding: 0 0 10px 0;
}
#mapaSitio .mapaSitio ul ul li {
  background: url(../img/bullet-mapaSitioN2.png) no-repeat 0 0.5em;
  padding-left: 1.2em;
}

/* -------------------------------------------------------------------------- */
ul.directorio li {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #c0c0c0;
}
ul.directorio li span {
  font-weight: bold;
  font-variant: small-caps;
}

.extensionesTel span {
  font-weight: bold;
}
address.telefonos {
  margin: 10px 0 30px 135px;
}

/* -------------------------------------------------------------------------- */
p.renuncia, p.privacidad {
  font-size: 70%;
}

/* -------------------------------------------------------------------------- */
div.envaseVideos {
  margin-bottom: 30px;
  width: 690px;
  float: left;
  clear: both;
}
div.videoDestacado {
  margin-bottom: 30px;
  background-color: #000;
  border: 5px solid #000;
}
div.videoDestacado p {
  margin-bottom: 0.25em;
  padding-top: 0.5em;
  color: #aaa;
  text-align: center;
  font-size: 75%;
  font-style: italic;
}
div.video {
  width: 320px;
  float: left;
  background-color: #DCDBD9;
  border: 5px solid #E9EBE8;
}
div.video2 {
  float: right;
}
div.video p {
  margin-bottom: 0.5em;
  padding-top: 0.5em;
  color: #404040;
  text-align: center;
  font-size: 75%;
  font-style: italic;
}

#pie a.btn {
  padding: 3px;
  display: block;
  clear: both;
  /*border: 1px solid #ACACAC;*/
  background-color: #444444;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
#pie a.btn:hover {
  color: #fff;
  background-color: #5ACAEE;
}

div.vdoYouTube {
  margin-bottom: 25px;
  border-bottom: 3px solid #000;
}

/* --- FORMULARIO CONTACTO -------------------------------------------------- */

#contenido form {
  width: 440px;
  margin: 0 10px 1em;
  padding: 1em 0 0.5em;
  background: #fff url(../img/bg-form.png) repeat-x left bottom;
  border-bottom: 1px solid #c1bcb2;
}
#contenido form ol {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
}
form li {
  padding-bottom: 0.5em;
  font-size: 0.875em;
}
label { 
  display: block;
}
label em {
  color: #008c00;
  font-style: normal;
}
label strong {
  width: 382px;
  margin-bottom: 0px;
  padding: 2px 5px;
  display: block;
  /*background-color: #c00;*/
  color: #fff;
  color: #c00;
  font-weight: bold;
}
form input { width: 250px; padding-top: 3px; padding-bottom: 3px; }
form select { padding-top: 3px; padding-bottom: 3px; }
form textarea { width: 390px; }
#btnEnviar {
  margin-top: 1em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  width: auto;
}
#txtEscuela, #txtLugar {
  width: 390px;
}
#txtPromedio {
  width: 150px;
}
.txtError { border: 2px solid #c00; }

/* --- REDES SOCIALES ------------------------------------------------------- */
.siguenos {
  margin-bottom: 1.5em;
}

/* --- GALERÍA FLICKR LMI --------------------------------------------------- */
#flickr_badge_wrapper {
  margin: 0 20px;
  width: 420px;
  float: left;
}
#flickr_badge_wrapper .flickr_badge_image {
  width: 75px;
  margin: 8px;
  padding: 5px 5px 10px;
  float: left;
  border: 1px dashed #c0c0c0;
  background-color: #f5f5f5;
}
#flickr_badge_wrapper .flickr_badge_image img {
  border: 1px solid #dcdcdc;
}

/* --- VIDEOS PERIODISMO --------------------------------------------------- */
#seriePeriodismo {
	z-index: 0;
}
#seriePeriodismo_wrapper {
	margin-bottom: 1.5em;
	z-index: 0;
	border-bottom: 1px solid black;
}

/* --- REDES SOCIALES MI --------------------------------------------------- */
#redesSociales {
	margin: 0 auto;
	padding-top: 3.5em;
  width:750px;
  clear: both;
  background: #fff url(../img/bgRedesSociales.png) no-repeat top center;
}

#galeria {
	margin: 1em 0 0 8px;
	float: left;
	width: 200px;
}
#galeria p {
	margin: 0 auto;
}
#galeria a.link {
	width: 170px;
	/*float: left;*/
	display: block;
	text-decoration: none;
	padding: 6px 4px;
	border: 1px dotted #068F22;
	color: #CCF0D4;
	text-align: center;
}
#galeria a.link:hover {
	border: 1px dotted #CCF0D4;
	color: #fff;
}

#galeria a {
	float: left;
	display: block;
	margin: 0 10px 20px;
}

#galeria a img {
	padding: 1px;
	border: 1px solid #65E981;
}
