/* Estilos propios app externas
----------------------------------------------------------------------------*/

@import url("http://fonts.googleapis.com/css?family=Marcellus");

#cabecera {
  padding-top: .4em;
  color: #efefef;
  width: 100%;
  height: 55px;
  background-color: #000E77;
  font-size: 30px;
}

#logo,#logo a {
  padding-left: 2em;
  color: #FFF;
  font-family: 'Times New Roman', Times, Georgia, Serif;
  font-size: 40px;
}

#nombreapp {
  float: right;
  padding-right: 1.4em;
  margin-top: 4px;
  font-family:"Marcellus", Georgia, Times, Serif;
  text-shadow:
    -1px -1px 0 #020d77,  
    1px -1px 0 #020d77,
    -1px 1px 0 #020d77,
    1px 1px 0 #020d77;
}

#cuerpo {
  background-image: url(imagenes/fondotitulo.png);
  background-repeat: repeat-x;
  margin: 0 auto 0 auto;
  clear: both;
  padding-top: 4px;
  padding-left: 12px;
}
#pie {
  clear: left;
  background-color: #000E77;
  height: 40px;
  color: #efefef;
  padding-top: 1em;
  padding-left: 4em;
}

#copyright {
  font-family: Times, 'Times New Roman', Georgia, Serif;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  margin-right: 20px;

}
/* Cuerpo ------------------------------------------------------------------*/

body {
  margin: 0;
  height: auto;
  font-size: .9em;
  font-family: 'Trebuchet MS', Helvetica,	Arial, sans-serif;
 }  


/* Cabeceras (Headings) --------------------------------------------------*/

h1 {
  font-size:1.8em;
  text-transform: uppercase;
  font-family: "Marcellus", Georgia, Times, Serif;
  margin-top: 1em;
  margin-bottom: 0.8em;
  margin-left: 1em;
  color: #3a3a3a;
  font-weight: normal; 
}

h2 {
  font-size:1em;
  color: #580C0C;
  margin: 1em 0.875em 1em 0.7em;      
  padding: 0.3em 0 .8em 0;
  font-weight: normal; 
}

h3 {
  display: block;
  color:  #580C0C;
  font-size: .9em;
  margin: 1em 0.875em 1em 0.9em;    
  padding: 0;

}

h4 {
  display: block;
  color: #525252;
  font-size: 0.9em;
  margin: 1em 0.875em .8em 0.7em;
  padding: 0;
}


/* Listas genericas -------------------------------------------------------*/

ul {
  display:block;
  list-style-type: circle;
  color: #3d3d3d;
  background: transparent;
  text-align: left;
}

li {
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

ul li {
  font-size: .80em;
}

/* Enlaces genericos -----------------------------------------------------------*/

a {
  text-decoration: none !important;
  color: #2A498A;
}

a:hover {
  color: #639EC8;
}
    
 /* Parrafos genericos -------------------------------------------------------------*/

p, label {
  font-size: .9em;
  color: #666;
  text-align: left;
  line-height: 1.35em;
  margin: 0.7em 0.875em 1em 0.875em;      
}
article {
  padding: 1em;
  font-size: 1.2em;
  border-bottom: 1px dashed #ccc;
}
article h3 {
  font-size: 1em;
  color: grey;

}
article h3 a {
  color: #275ea8;
  font-weight: normal;
}

/* STRONG  ------------------------------------------------------------------*/

strong { 
  color:#707070; 
} 

/* Tabla - Version 1 -----------------------------------------------------------------*/

.estiloTablaContenidoUC3M {
  width: 100%;
  border: none;
  }

.estiloCeldaEncabezadoTablaUC3M {
  padding: 8px 13px;
  text-align: left;
}

.estiloCeldaTablaUC3M {
  padding: 8px 13px;
  text-align: left;
}

.estiloFilaImparTablaUC3M {
  font-family: Verdana;
  color: #3d3d3d;
  font-size: 10px;
  background-color: #f5f5f5;
  height: 26px;
}

.estiloFilaParTablaUC3M {
  font-family: Verdana;
  color: #3d3d3d;
  font-size: 10px;
  background-color: #ffffff;
  height: 26px;
}

.estiloEncabezadoTablaUC3M {
  background-color: #e2e2e2;
  font-weight: bold;
  font-family: Verdana;
  color: #2B4984;
  font-size: 10px;
  text-align: left;
  height: 28px;
  text-transform: capitalize;
}

/* Tabla - Version 2
----------------------------------------------------------------------------*/

/* Estilos para mostrar datos tabulados */
table.tablaDat01 {
  position: relative;
  width: 100%;
  margin: 1.3em 0 0.5em 0;
  font-size: 0.7em;
}

/* Estilo para el titulo de la tabla */
caption {
  color: #4F5559;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  font-size: 1em;
  padding: 1.4em 0 0 0;
}

/*estilo para las filas sombreadas, aplicable a las pares*/
tr.par {
  background: #F7F7F7;
}

/* Estilo para la cabecera agrupadora*/
th.cabLevel1 {
  color: #FFF;
  background: #2F4F7F;
  border-left: 1.5px solid #FFF;
  border-right: 1.5px solid #FFF;
  border-top: 3px solid #FFF;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px
}

/* cabecera normal*/
th {
  color: #2F4F7F;
  background: #E2E2E2;
  border-bottom: 1px solid #B0B1B3;
  border-left: 1.5px solid #FFF;
  border-right: 1.5px solid #FFF;
  border-top: 3px solid #FFF;
  padding: 10px 5px 10px 5px;
  text-align: left;
}

/*estilo para las filas sombreadas, aplicable a las pares*/
td.tdDat01Izq {
  padding: 5px;
  border-bottom: 1px solid #B0B1B3;
  text-align: left;
  border-left: 1.5px solid #FFF;
  border-right: 1.5px solid #FFF;
  border-top: 3px solid #FFF;
}

td.tdDat01Cen {
  padding: 5px;
  border-bottom: 1px solid #B0B1B3;
  text-align: center;
  border-left: 1.5px solid #FFF;
  border-right: 1.5px solid #FFF;
  border-top: 3px solid #FFF;
}

td.tdDat01Der {
  padding: 5px;
  border-bottom: 1px solid #B0B1B3;
  text-align: right;
  border-left: 1.5px solid #FFF;
  border-right: 1.5px solid #FFF;
  border-top: 3px solid #FFF;
}

td.tdDat01IzqNeg {
  padding: 5px;
  border-bottom: 1px solid #B0B1B3;
  border-left: 1.5px solid #FFF;
  border-right: 1.5px solid #FFF;
  border-top: 3px solid #FFF;
  text-align: left;
  font-weight: bold;
}
/*Buscador*/

/* Caja busqueda */

.buscador input  {
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:4px;
    color: #888;
    font-size: 16px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}
.buscador input.grande {
  width: 76%;
  padding: 10px;
  margin-left: 2em;
}

.buscador input:focus {
  background: fff;
  border: 1px solid #a3c064;
  box-shadow: 0 0 3px #aaa;

}
/* select */
.buscador select {
 width: 6em;
 margin-left: 1em;
 border:1px solid #aaa;
 color: #888;
 font-size: 12px;
 line-height: 1.4em;
}
/* boton */
.buscador button.submit {
  padding: 9px 20px;
  margin-left: 2em;
  margin-top: 6px;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 1.2em;
   font-weight: bold;
   line-height: 1;
   color: #444;
   border: none;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
   text-transform: uppercase;
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
   background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
   background-color: #fff;
   border: 1px solid #f1f1f1;
   border-radius: 4px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.buscador button.submit:hover {
  opacity: .55;
  cursor: pointer;
  color: #fff;
}
.buscador button.submit:active {
  border: 1px; solid #222;
  box-shadow: 0 0 10px 5px #444 inset;
}
.masusadas select {
  margin: 2em 0 -1em 2.6em;
  width: 18em;
}

/*columnas*/

#columnaizda {
  float: left;
  width: 210px;
  margin-top: 2em;
  height: 100%;
}
#columnadcha {
  margin-left: 210px;
  margin-bottom: 2em;
  padding-left: 20px;
  padding-right: 60px;
  background: #fff url(imagenes/fondocol.png) repeat-y left top;  
  height: 600px;
}

/*formateo*/
.margeninferior {
  margin-bottom: 1.2em;
}
.navegar {
  border: 0;
  background: #EFEFEF;
  margin-left: 2em;
  cursor: pointer;
}
.descargar {
  padding: 6px 20px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  background: url(imagenes/excell.png) right no-repeat;
}
.notas {
  color: #aaa;
}
.fondo {
  background-color: #f6f6f6;
}
.carpeta {
  background: url(imagenes/folder.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 34px;
}
.activo {
  padding: 4px 10px 4px 6px;
  background-color: #a6a6a6;
  color: #fff; 
}
.discreto {

}