﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #F8F8FF;
    font-size: 11px;
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: rgba(0, 0, 0, 0.4);
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

a.Ntooltip {
    position: relative; /* es la posición normal */
    text-decoration: none !important; /* forzar sin subrayado */
    color:#0080C0 !important; /* forzar color del texto */
    font-weight:bold !important; /* forzar negritas */
}

a.Ntooltip:hover {
    z-index:999; /* va a estar por encima de todo */
    background-color:#000000; /* DEBE haber un color de fondo */
}

a.Ntooltip span {
    display: none; /* el elemento va a estar oculto */
}

a.Ntooltip:hover span {
    display: block; /* se fuerza a mostrar el bloque */
    position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
    top:40px; /* donde va a estar */
    left:-256px;
    padding:5px; /* la separación entre el contenido y los bordes */
    background-color: #FF6600; /* el color de fondo por defecto */
    color: #FFFFFF; /* el color de los textos por defecto */
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
     color: #CC0000;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 2em;
    font-variant:normal;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color:Blue;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
    color:#B40A28;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
    color:Black;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

h3 a:link
{
    font-size: 16px;
    color:Black;
}

/* TABLAS tabs
----------------------------------------------------------*/
.fila
{
    height:35px;
    padding-top:10px;
}
.columna
{
    width:200px;
    vertical-align:top;
}
.columnaEtiq
{
    width:150px;
    vertical-align:top;
    text-align:right;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 5px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: white;
    width: 99%;
    top: 0px;
    left: 4px;
}

.header h1
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #3a4f63;
    line-height: 2em;
    font-size: 2em;
    width: 510px;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#B40A28;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #990033;
    border: 1px #996699 solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    padding: 1px;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 95px;
    height: 103px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    width: 142px;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

#img_izq {
    float: left;
    height: 124px;
    width: 100px;
    padding-left: 5px;
}

#titulouCm {
    float: left;
    padding-left: 200px;
    height:124px;
    color:#B40A28;
    font-size:1.5em;
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    vertical-align:bottom;
    width: 381px;
}

#img_der {
    float: right;
    margin: 0 0 0 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 124px;
    width: 150px;
    padding: 0px 0px 0px 0px;
}

#contenedor {
    background-repeat: repeat-x;
    clear: both;
    text-align:center;
}

.tdMenu
{
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:1.5em;
    font-weight:bold;
    width:200px;
    height:200px;
    color:White;
    vertical-align:top;
}

.perfil
{
    width:90px;
    padding-top:50px;
    float:left;
}

.divMenu
{
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:1em;
    width:178px;
    height:178px;
    color:White;
    border-style:solid;
    border-width:1px;
    border-color:White;
    cursor: pointer;
}

.divMenuSel
{
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:1.1em;
    width:178px;
    height:178px;
    color:White;
    border-style:solid;
    border-width:1px;
    border-color:#8B0000;
    cursor:pointer;
}

.divMenu span
{
    display:none;
}

.callout 
{
    z-index:20;
    position:relative;
    top:1px;
    border:0;
    left:-12px;
}

.divMenuSel span
{
    display: block;
    position: relative;
    top: -75px;
    left: 124px;
    padding:0px;
    margin:0px;
    color:#111;
    border:1px solid #DCA; 
    background:#fffAF0;
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size:0.9em;
        
    /*-moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;*/
}

span ul
{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

span ul li
{
    background-image:url(../Imagenes1600/arrow.gif);
    background-repeat:no-repeat;
    background-position:0px 5px; 
    padding-left:14px;
}

.divMenuPeq
{
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:0.9em;
    height:40px;
    color:White;
    cursor: pointer;
}

.divMenuMini
{
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:0.7em;
    height:40px;
    color:White;
    cursor: pointer;
}

.divMenuAyuda
{
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:0.9em;
    height:60px;
    color:White;
    cursor: pointer;
}
.divMenuPeqAyuda
{
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:0.9em;
    height:20px;
    color:White;
    cursor: pointer;
}
.TabPeq
{
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:0.9em;
}

.imgMenu
{
    width:180px;
    height:160px;
 }
 
 .imgMenuPeq
{
    width:40px;
    height:40px;
 }
 
  .botonera
 {
    background-color: #C0C0C0;
    height:40px;
    width: 900px;
    vertical-align:middle;
    border-radius:10px;
    -webkit-border-radius:10px 10px 10px 10px; 
    background-image: -webkit-linear-gradient(left, #808080, #F8F8FF);
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
 }
 
   .botoneraVentana
 {
    background-color: #C0C0C0;
    height:40px;
    width: 800px;
    vertical-align:middle;
    border-radius:10px;
    -webkit-border-radius:10px 10px 10px 10px; 
    background-image: -webkit-linear-gradient(left, #808080, #F8F8FF);
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
 }
 
 
  .divTab
 {
     width:90%;
     border:0px;
     border-color:#F8F8FF;
     padding: 0px;
     background: none;
	 border-width: 0px;
 }
 
 .pestaña
 {
    border-style:solid; 
    border-width:medium; 
    overflow-y:scroll; 
    height:360px; 
 }
 .pestañaGrande
 {
    border-style:solid; 
    border-width:medium; 
    overflow-y:scroll; 
    height:450px; 
 }
 .logoPI
 {
    width:100px;
    height:90px;
    position: absolute;
    left:1100px;
    top:100px;
  }
  
  .tituloTabla
  {
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:16px;
    float: left; 
    width: 225px; 
    display:table-cell;
    font-weight:bold;
    color:#000000;
    margin-left:10px;
    margin-bottom:10px;
  }
  
  .tituloTablaLargo
  {
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:16px;
    float: left; 
    width: 300px; 
    display:table-cell;
    font-weight:bold;
    color:#000000;
    margin-left:10px;
    margin-bottom:10px;
  }
  .tituloTablaObliga
  {
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:16px;
    float: left; 
    width: 200px; 
    display:table-cell;
    font-weight:bold;
    color:#CC0000;
    margin-left:10px;
    margin-bottom:10px;
  }
 
  .etiqueta
  {
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:11px;
    float: left; 
    width: 175px; 
    display:table-cell;
    font-weight:bold;
  }

  .etiquetaObliga
  {
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:11px;
    float: left; 
    width:175px;
    display: block;
    color:#CC0000;
    font-weight:bold;
  }
  
  .etiquetaDcha
  {
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:11px;
    float: left; 
    width: 175px; 
    display:table-cell;
    font-weight:bold;
    text-align: right;
    margin-right: 10px;
    margin-top: 3px;
  }

  .etiquetaDchaObliga
  {
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:11px;
    float: left; 
    width:175px;
    display: block;
    color:#CC0000;
    font-weight:bold;
    text-align: right;
    margin-right: 10px;
    margin-top: 3px;
  }
  
  .etiquetaCorta
  {
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:11px;
    float: left; 
    width: 75px; 
    display:table-cell;
    font-weight:bold;
  }
  
  .linea
  {
      width:900px;
  }
    
  .resultado
  {
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:11px;
    display:table-cell;
    text-align:right;
  }

  #divResultado
  {
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:12px;
    color:#CC0000;
    padding-top:8px;
  }
  
  #divResultadoN
  {
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:11px;
    color:#CC0000;
    padding-top:8px;
  }
  
  .usuario
  {
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:1.2em;
    color:#CC0000;
  }
  
  .investigador
  {
    font-family:Century Gothic,Segoe UI, Segoe Condensed, Arial;
    font-size:1.1em;
    color:Black;
    background-color:#F8F8FF;
    float:right;
  }
  
  .imgBuscador
  {
      margin-left: 2px;
      margin-top:2px;
      float: left;
      width: 22px;
      height: 22px;
      cursor: pointer
  }
  
  .tituloDetalle
  {
      float: left; 
      text-align:center; 
      width:70%; 
      margin-top:5px;
 }
 
 #tabs
 {
    width:900px;
 }
#tabsAyuda
 {
    width:780px;
 }

#tabsPasos
 {
    width:730px;
 }
 
.circle {
	border-radius: 50%;
	width:40px;
	height:25px;
	padding-top:15px;
	background-image:-webkit-radial-gradient(10px 10px, circle cover, rgb(256, 128, 128), red);
	color:White;
	font-size:2em; 
	font-weight:bold;
	display: inline-block; 
    text-align: center;
    float:right; 
	margin-top: -25px ;
	line-height:5px;
}

.defaultText
{
    font-family:Century Gothic, Arial;
    font-size:11px;
}
 
.form-textbox
{
    font-family: Century Gothic, Arial;
    font-size:11px;
}
 
span.image-radio input[type="radio"]:checked + img
{
    border:1px solid red;
}

div.contenedor{
	width: 90px;
	height: 120px;
    margin-top: 120px;
	float:left;
	-webkit-transition: height .4s;
}

div.contenedorG{
	width: 200px;
	height: 230px;
	float:left;
	-webkit-transition: height .4s;
    margin-left:5px;
    margin-bottom:5px;
}

div#cv{
	background-color: rgb(255,0,0);
}
div#cv0{
	background-color: rgb(255,0,0);
}
div#cv1{
	background-color: rgb(255,0,0);
}
div#cv2{
	background-color: rgb(255,0,0);
}

div#cv-gestor{
	background-color: rgb(255,128,128);
}

div#grupo{
	background-color: rgb(255,157,0);
}

div#grupo-gestor{
	background-color: rgb(255,182,64);
}

div#grupo-comision{
	background-color: rgb(255,206,128);
}

div#personal{
	background-color: rgb(50,150,50);
}

div#memoria{
	background-color: rgb(27,161,226);
}

div#memoria-gestor{
	background-color: rgb(70,175,227);
}

div#memoria-comision{
	background-color: rgb(113,189,227);
}

div#herramientas{
	background-color: rgb(162,0,255);
}

img.icon{
	display: block;
	width:64px;
    height:64px;
	-webkit-border-radius: 50%;
	-webkit-box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);
	-webkit-transition:box-shadow .4s;
    left: -2px;
}

img.iconG{
	display: block;
	width:100px;
    height:100px;
	-webkit-border-radius: 50%;
	-webkit-box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);
	-webkit-transition:box-shadow .4s;
    left: -2px;
    margin-bottom:40px;
}

p.texto{
	font-size: 1em;
	color:white;
	text-align: center;
	padding-top:20px;
    padding-right:initial;
	opacity: .6;
	-webkit-transition: padding-top .4s;
}

div.contenedor:hover{
	height:130px;
    cursor:pointer;
}

div.contenedor:hover p.texto{
	padding-top: 30px;
	opacity: 1;
}

div.contenedor:hover img.icon{
	-webkit-box-shadow:0px 0px 0px 0px rgba(255,255,255,.6);
}

div.contenedor:hover img.iconG{
	-webkit-box-shadow:0px 0px 0px 0px rgba(255,255,255,.6);
}

div.contenedorG:hover{
	cursor:pointer;
}

div.contenedorG:hover p.texto{
	padding-top: -10px;
	opacity: 1;
}

div.contenedorG:hover img.icon{
	-webkit-box-shadow:0px 0px 0px 0px rgba(255,255,255,.6);
}

div.contenedorG:hover img.iconG{
	-webkit-box-shadow:0px 0px 0px 0px rgba(255,255,255,.6);
}

div#rosa{
	background-color: rgb(255,0,150);
}

div#morado{
	background-color: rgb(162,0,255);
}

div#verde{
	background-color: rgb(140,191,38);
}

div#celeste{
	background-color: rgb(27,161,226);
}

div#naranja{
	background-color: rgb(240,150,9);
}

div#turquesa{
	background-color: rgb(0,171,169);
}

div#voscuro{
	background-color: rgb(51,153,51);
}

div#rojo{
	background-color: rgb(229,20,0);
}
div#amarillo{
	background-color: rgb(229,20,0);
}

ul.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}