@charset "iso-8859-1";
/* CSS Document */

body {
  color:#000;
  background-color:#f6f6ee;
  font-family:Arial, Helvetica, sans-serif;
  margin:0px;
}

input:focus
{ 
background-color:#FFF;
outline:none;
}

#contenedor_encabezado1 {
  width: 100%;
  height:144px; 
  background-color:#00AFC0;
}
#encabezado1 {	
  margin: auto;
  width: 1024px;
  height:144px;
 /* background-image:url(../imagenes/Web_CLACSO-TV_01.jpg); */
}

#encabezado2 {	
  margin: auto;
  width: 1024px;
  height:17px;
  background-image:url(../imagenes/Web_CLACSO-TV_02.jpg);
}

#contenedor_menu_superior {
  width: 100%;
  height:60px; /* alto del menu superior */
  padding:0px 0px 0px 0px;
  background-image:url(../imagenes/degrade.png);
  background-position:top;
  background-repeat:no-repeat;
  background-color:#E50052;
}

#menu_superior {
  /* width: 820px; cambio el ancho si no entran las secciones en el menu superior */
  width: 950px; /* cambio el ancho si no entran las secciones en el menu superior  para la VII conferencia*/
  height:100%;
  margin:auto;
}

#contenedor_visor_inicio {
  margin: auto;
  width: 100%;
  background-color:#000;
  padding:10px 0px 10px 0px;
}

#visor_inicio {
  margin: auto;
  width: 1024px;
}

#ccartel {
  margin: auto;
  width: 1024px;
  height: 74px;
  background-image:url(../imagenes/c-inicio-transparencia.png);
  background-position:top;
  background-repeat:repeat;
  position:absolute;
  z-index:100;
}

#contenedor_contenido_inicio {	
  margin: auto;
  width: 1024px;
  background-color:#f6f6ee;
  background-image:url(../imagenes/fondo_05.jpg); 
  background-position:top;
  background-repeat:no-repeat;
  padding:10px 0px 30px 0px;
}

#contenedor_contenido {	
  margin: auto;
  width: 1024px;
  background-color:#f6f6ee;
  /* background-image:url(../imagenes/fondo_004.jpg); */
  background-position:top;
  background-repeat:no-repeat;
  padding:10px 0px 30px 0px;
}

#contenedor_contenido_interior {	
  margin: auto;
  width: 1024px;
  background-color:#f6f6ee;
  background-position:top;
  background-repeat:no-repeat;
  padding:10px 0px 30px 0px;
}

.margen_txt {
  padding: 0px 40px 0px 40px;
}

.margen_izq_menu {
  padding: 0px 40px 0px 30px;
}

ul {	
  margin:auto;
 /* width:670px;   */
  height:100%;
  padding:0px; /* background:#0F6; */
}

#nav { 
  list-style: none;
  /*line-height:60px;*/
 
}
#nav li {
  float:left;
  border-bottom:#FFF 0px solid;
  border-left:#f6f6ee 2px solid;
  border-right:#FFF 0px solid;
  border-top:#FFF 0px solid;
  height:100%; text-align:center; 
}
#nav a {  
  color:#FFF;
  display:block;
  font-size:11px;
  padding:0px 8px;
  text-decoration:none;
 /* text-transform: uppercase; */
}
#nav a:hover {
  background:#417d85;
  color:#FFF;
  height:100%;
}
#nav .current a.sec1 {
  background:#e9d31b;
  color:#000;
  height:100%;
}

#nav .current a.sec2 {
  background:#e9d31b;
  color:#000;
  height:100%;
}

#nav .current a.sec3 {
  background:#e9d31b;
  color:#000;
  height:100%;
}

#nav .current a.sec4 {
  background:#e9d31b;
  color:#000;
  height:100%;
}

#nav .current a.sec5 {
  background:#e9d31b;
  color:#000;
  height:100%;
}

#nav .current a.sec6 {
  background:#e9d31b;
  color:#000;
  height:100%;
}

.current {
  background:#f6f6ee;
  color: #5f4c48;
  height:100%;
}

#pie {	
  margin: auto;
  width: 100%;
  background-color:#000;
  padding: 0px 0px 0px 0px;
}

#final {	
  margin: auto;
  width: 100%;
  padding: 0px 0px 0px 0px;
}

#detalles_orden{
	-webkit-animation: fadein 2.5s; /* Safari and Chrome */
            -moz-animation: fadein 2.5s; /* Firefox */
            -ms-animation: fadein 2.5s; /* Internet Explorer */
            -o-animation: fadein 2.5s; /* Opera */
            animation: fadein 2.5s;
	}
  @keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }
        }
        
        /* Firefox */
        @-moz-keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }
        }
