/******************************* GENERAL *************************/
form {
	padding: 0px;
	margin: 0px;
}

#capa-contenido {
	width: 520px;
	overflow: hidden;
	text-align:justify;
}

#capa-contenido img{
	display:block;
	margin-top:1.5em;
	margin-left:auto;
	margin-right:auto;
}

#capa-contenido sup, #capa-contenido sub{
	font-size: 0.8em;
    line-height: 0.8em;
}

.texto {
	color: #000000;
}

.footer {
	line-height:1.4em;
	font-size: 10px;
	color: #EF9D00;
}

#menus {
	float: right;
	text-align: right;
	width: 190px;
	clear: both;
}

div#menu {
	margin-top: 20px;
	margin-left: 16px;
	background-color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
	width: 160px;
}

div#menu ul li.titulo {
	font-weight: bold;
	background-color: #EF9D00;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	margin: 0px;
	width: 100%;
	border-left: 1px solid #EF9D00;
	border-right: 1px solid #EF9D00;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
}

div#menu ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div#menu ul li a {
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	border-bottom: 1px solid #EF9D00;
	border-left: 1px solid #EF9D00;
	border-right: 1px solid #EF9D00;
	width: 100%;
	margin: 0px;
}

div#menu ul li a:hover {
	background-color: #FFFCF3;
}

div#menu ul li a.on{
	background-color: #FFF6DF;
	border-left: 5px solid #EF9D00;
	padding-left: 8px;
}

#foto {
	padding: 2px;
	border: 1px solid #FFD966;
	background: #fff;
}

#scientific-report {
	margin-top: 65px;
	margin-right: 5px;
	vertical-align: top;
	border: none;
}

#update {
	font-size: 9px;
	color: #666666;
	font-style: italic;
	font-weight: normal;
	padding-left: 50px;
}

.revista {
	/* text-transform: capitalize; */
}

/******************************* GESTIÓN *************************/
#gestion-contenido {
	text-align: center;
}

#gestion-contenido ul {
	text-align: left;
	list-style-type: circle;
}

div#menu-gestion {
	margin-left: 16px;
	margin-top: 20px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	text-align: left;
	padding: 0px;
	width: 160px;
}

div#menu-gestion ul {
	margin: 0px;
	padding: 0px;
}

div#menu-gestion ul li {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-indent: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
}

.separador {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 4px;
	margin-bottom: 2px;
}

div#menu-gestion ul li a {
	color: #CC6F2A;
}

div#menu-gestion ul li a.on {
	display: block;
	background-color: #CC6F2A;
	color: #FFFFFF;
}

div#menu-gestion ul li.estado-modificada {
	background-color: #CC3300;
	color: #FFFFFF;
}

div#menu-gestion ul li.estado-aprobada {
	background-color: #CC6F2A;
	color: #FFFFFF;
}

div#menu-gestion ul li.estado-antigua {
	background-color: #FF0000;
	color: #000000;
}

div#menu-gestion ul li div#orden {
	float: right;
	margin-top: -12px;
}

.operacion {
	font-style: italic;
}

select {
	font-size: 10px;
}

input {
	font-size: 10px;
}

.tabla-form {
	display: inline;
	border: none;
}

.tabla-form td {
	padding: 4px;
	border: 1px solid #E09600;
	text-align: left;
}

.tabla-form th {
	font-weight: bold;
	background-color: #EF9D00;
	padding: 4px;
	text-align: left;
}

/******************************* PLANTILLA DE PROGRAMAS *************************/

div#grupos {
	margin-bottom: 20px;
}

div#grupos div.pie {
	clear: left;
}

div#grupos div.grupo {
	height: auto;
	padding: 10px;
	margin: 0px;
}

div#grupos div.grupo img {
	float: left;
	margin-right: 8px;
	padding: 2px;
	border: 1px solid #EF9D00;
}

div#grupos div.grupo div.hijos {
	margin-left: 100px;
}

/******************************* PLANTILLA DE PERSONAL *************************/

#personal {
	padding-left: 8px;
	width: 500px;
}

#personal th {
	text-align: left;
}

#personal a.biosketch {
	display: block;
	background-image: url(../img/biosketch.gif);
	font-size: x-small;
	font-style: italic;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #E87C00;
	height: 18px;
	width: 18px;
	line-height: 1.5em;
	overflow: visible;
}

#personal td {
	vertical-align: top;
}

#personal a.correo {
	background-image: url(../img/email.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

/******************************* PLANTILLA DE CURRICULUM *************************/

#usuario {
	background-image:url(../img/fondo-usuario.gif);
	background-repeat:repeat-x;
	background-color: #FFF0C1;
	border: 1px solid #E09600;
	text-align: left;
	padding: 10px;
}

#usuario .imagen {
	text-align: center;
}

#usuario img {
	border: 1px solid #000000;
	width: 100px;
}

#usuario a {
	background-image: url(../img/email-trans.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

p.volver {
	text-align: center;
}

/******************************* PLANTILLA DE PUBLICACIONES *************************/

#publicaciones li {
	margin-bottom: 10px;
}

.revista {
	text-transform: capitalize;
}
