@charset "UTF-8";
/* CSS Document */

<style>
/*FUENTES*/
@font-face {
font-family: Trebuchet MS;
src: url("Trebuchet MS.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: GillsansMT;
 src: url("GIL_____.eot") /* EOT file for IE */
}
@font-face {
 font-family: Trebuchet MS;
 src: url("Trebuchet_MS.eot.eot") /* EOT file for IE */
}
@font-face {
 font-family: GillsansMT;
 src: url("GIL_____.TTF") /* TTF file for CSS3 browsers */
}
@font-face {
font-family: Trebuchet MS;
 src: url("Trebuchet MS.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: AgilitaCom-Regular-1;
 src: url("AgilitaCom-Regular-1.eot.eot") /* EOT file for IE */
}
@font-face {
font-family: AgilitaCom-Regular-1;
 src: url("AgilitaCom-Regular-1.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
font-family: AgilitaCom-Italic-1;
 src: url("AgilitaCom-Italic-1.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: AgilitaCom-Italic-1;
 src: url("AgilitaCom-Italic-1.eot.eot") /* EOT file for IE */
}
@font-face {
 font-family: courier;
 src: url("COUR___0.TTF") /* EOT file for IE */
}
@font-face {
 font-family: courier;
 src: url("COUR___0.eot.eot") /* EOT file for IE */
}
/*BÁSICAS*/
body {
	
	background:#f2f2f2;
	margin:0 auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:14px;
}
body2 {
	
	background:#f2f2f2
	margin:0 auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:14px;
}
img {
	border:0;<strong></strong>
}
.centrado {
	width:430px;
	margin:0 auto;
	text-align:center;
}
#cont {
	width:800px;
	height:400px;
	margin:0 auto;
	
background-color:#f2f2f2;}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
.box_menu {
}
.box_menu {
}


a {
	color:#f59600;
	text-decoration:none;
}
a:hover {
	color:#b0b0b0;
}
a:visited {
    color: #f59600;
    text-align: center;
    font-size: 24px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
a.enlace {
	color:#ffc778;
}
a.enlace:hover {
	color:#ffc778;
}
hr {
	width:100%;
	float:left;
	margin:5px 0 20px 0;
	height:1px;
	background-color:#ffc778;
	border:0;
}
p {
	color: #ffc778;
	margin: 0;
	margin-bottom: 10px;
	text-align: left;
	line-height: 15px;
}

h2 {
	color:#000;
	font-size:30px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0;
	padding:0;
	font-style:normal;
}
h3 {
	font-size:20px;
	color:#000;
	font-style:normal;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:40px;
}
h4 {
	color:#fff;
	font-size:20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0;
	padding:0;
	font-style:normal;
}
h5 {
	color:#ffc778;
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0;
	padding:0;
	font-style:normal;
ffc778}





/*CABECERA*/
#header {
	width:800px;
	height:500px;
	background-color:#e5e5e5
}
#logo {
    width: 100%;
    text-align: justify;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 12px;
	}
	
h1 {
	font-style:italic;
	text-align:left;
	float:left;
	font-size:14px;
	font-weight:normal;
	margin-left:10px;
	margin-top:-2px;
}
strong {
	font-weight:normal;
}
#issn {
	float:right;
	font-family: "AgilitaCom-Regular-1";
	margin-right:10px;
}
.enlace_cabecera{
	color:#FFF;}
	.enlace_cabecera:hover{
	color:#999;}
	
/*BOTÓN BUSCAR*/

#enlace_buscar {
	float:left;
	margin:0px;
	margin-top:-30px;
	margin-left:610px;
	width:30px;
	height:30px;
}
#enlace_buscar a {
	display:block;
	background-image:url(img/lupa.png);
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin:0px;
}
#enlace_buscar a:hover {
	display:block;
	background-image:url(img/lupa.png);
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-position:0px 4px;
	margin:0px;
}

/*REDES SOCIALES*/

#redes_sociales {
	float:left;
	margin-top:10px;
	margin-left:650px;
	width:285px;
}
#redes_sociales li {
	float:left;
	margin-right:5px;
}
#redes_sociales li a {
	display:block;
	background-image:url(img/redes_sociales.png);
	width:30px;
	height:30px;
	background-repeat:no-repeat;
}
.pt a {
	width:30px;
	height:30px;
	background-position:0px 0px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.pt a:hover {
	background-position:0px -30px;
}
.fb a {
	width:30px;
	height:30px;
	background-position:-30px 0px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.fb a:hover {
	background-position:-30px -30px;
}
.tt a {
	width:30px;
	height:30px;
	background-position:-60px 0px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.tt a:hover {
	background-position:-60px -30px;
}
/*MENÚ CENTRAL PORTADA*/

ul.box_menu {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 20px 0 5px 0;
    background-color: #f2f2f2;
    color: #000000;
    font-size: 18px;
}
ul.box_menu:after {
	content:".";
	display:inline-block;
	width:100%;
	height:0;
	visibility:hidden;
}
ul.box_menu li {
	font-family: "AgilitaCom-Regular-1";
	letter-spacing:4px;
	display:inline-block;
}
ul.box_menu li a:hover {
	color: #FFF;
	font-family: "AgilitaCom-Regular-1";
}
/*IMAGEN CENTRAL PORTADA*/
.img_central {
	margin-bottom:5px;
}
.subtitulo {
	float:left;
	text-align:left;
	font-family:"AgilitaCom-Regular-1";
	font-weight:lighter;
}
.enlace_sumario {
	float:left;
	text-align:left;
	font-style:normal;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
/*NÚMEROS ANTERIORES*/
#bloq_anteriores {
	float:right;
	margin-top:30px;
	margin-bottom:20px;
	font-family: "AgilitaCom-Regular-1";
}
.anteriores {
	text-transform:uppercase;
	font-size:11px;
	float:left;
	padding-top:20px;
	letter-spacing:1px;
	font-weight:lighter;
}
.misumario {
	font-size:70px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	background-color: #FFFFFF;
	text-align: justify;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20px;
}
#numeros_anteriores {
	font-size:20px;
	font-weight:900;
	float:left;
	margin-left:70px;
	margin-top:20px;
}
#numeros_anteriores li {
	float:left;
	letter-spacing:2px;
	padding:0 5px;
}
#numeros_anteriores li a:hover{
	color:#FFF;
}
/*BANNER*/
#banner_portada {
	margin:15px 0 5px 0;
	float:left;
	width:750px;
	height:42px;
	background-image:url(img/banner_ddiseno.png);
	background-position:0px 0px;
}
#banner_portada:hover {
	background-image:url(img/banner_ddiseno.png);
	background-position:0 -42px;
}
#banner_portada_experimenta {
	margin-right:35px;
	margin-left:50px;
	
	float:left;
	width:311px;
	height:67px;
	background-image:url(img/banner_experimenta.png);
	background-position:0px 0px;
}
#banner_portada_experimenta:hover {
	background-image:url(img/banner_experimenta.png);
	background-position:0 -67px;
}
#banner_portada_uma_editorial{
	float:left;
	
	width:311px;
	height:67px;
	background-image:url(img/banner_uma_editorial.png);
	background-position:0px 0px;
}
#banner_portada_uma_editorial:hover {
	background-image:url(img/banner_uma_editorial.png);
	background-position:0 -67px;
}
#bloque_fijador{
	width:750px;
	float:left;}



/*CRÉDITOS*/

.capitales {
	font-family: "AgilitaCom-Regular-1";
	letter-spacing:1px;
	font-weight:100;
	text-transform:uppercase;
	text-align:center;
	margin:40px 0;
}
.menor {
    font-size: 18px;
    text-align: center;
    line-height: 16px;
}.mediana {
    font-size: 24px;
    text-align: center;
    line-height: 16px;
}
	
.grande {
    font-size: 36px;
    text-align: center;
    line-height: 16px;
    color: #000000;
}
	
#lugar {
	width:100%;
	text-align:center;
	float:left;
	margin: 40px 0;
	}
	


.creditos {
	float:left;
	font-size:12px;
	padding:5px;
}
.propio {
	float: none;
	font-size: 12px;
	padding: 5px;
}
.iconos_creditos {
	float:left;
	padding-right:10px;
}
/*SECCIÓN ARTÍCULOS*/

/*cabecera*/

.logo_interior {
	float:left;
	margin-top:30px;
}
#header_interior {
	width:750px;
	height:150px;
	background-color:#e5e5e5;
}
#inf_cabecera {
	float:right;
	font-family: "AgilitaCom-Regular-1";
	margin:130px 10px 0px 0px;
	font-size:9px;
	letter-spacing:2px;
	color:#e5e5e5;
}
/*menu_interior*/
#caja_botonera_interior {
	width:750px;
	float:left;
	z-index:2;
}
#nav {
	height:30px;
	margin:0;
	padding:0;
	font-family: "AgilitaCom-Regular-1";
	letter-spacing:4px;
	border-left:0px #fff solid;
	margin-top:-30px;
}
#nav li a {
	float:left;
	height:30px;
	padding:10px 0;
	text-align:center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:150px;
}
#nav li a:hover {
	color:#000;
	background-color:#CCC;
}
.seleccionado {
	float:left;
	height:30px;
	padding:10px 0;
	text-align:center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:150px;
	color:#000;
	background-color:#CCC;

}
.interlineado{
	line-height:20px;}

/*---ZONA INFERIOR----	*/

#caja_botonera_fondo {
	width:750px;
	float:left;
	z-index:1;
}
#nav_fondo {
	height:30px;
	margin:0;
	padding:0;
	font-family: "AgilitaCom-Regular-1";
	letter-spacing:4px;
	border-left:1px #999 solid;
}
#nav_fondo li {
	float:left;
	height:30px;
	border-right:1px #999 solid;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:20%;
}
/*contenido interior*/	

#cont_interior {
	width:100%;
	padding:60px;
	padding-top:50px;
	padding-bottom:30px;
	background-color:#f2f2f2;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	float:left;
}
.txt_tit_entradilla {
	font-family: Arial;
	font-weight: bold;
	float:left;
}
.txt_entradilla {
	font-size:12px;
	text-align:justify;
	float:left;
}
.tit_azul {
	font-family: AgilitaCom-Regular-1;
	color:#03C;
	font-size:17px;
	float:left;
	width:100%;
	line-height:25px;
}


/*---CAJAS DE SUMARIO----	*/

.caja_sumario {
	float:left;
	margin-bottom:20px;
}
.caja_facultad {
	float:left;
	margin:5px 0 0 120px;
	width:450px;
	font-family: AgilitaCom-Regular-1;
	color:#000;
}
.caja_titulo_articulo {
	float:left;
	margin:10px 0 10px 120px;
}
.texto_paginas {
	font-family: AgilitaCom-Regular-1;
	color:#999;
	font-size:19px;
}
.numeros_paginas {
	font-family: AgilitaCom-Regular-1;
	color:#03C;
	font-size:19px;
}
a.sumario:link {
	color:#666;
	font-size:17px;
	font-weight:strong;
	font-family: "AgilitaCom-Regular-1";
}
a.sumario:hover {
	color:#000;
}
a.sumario:visited {
	color:#666;
}
.texto_destacado {
	font-family: AgilitaCom-Regular-1;
	color:#000;
	font-size:17px;
}
.texto_destacado_cursiva {
	font-family: "AgilitaCom-Italic-1";
	color:#000;
	font-size:17px;
}
a.boton_pdf {
	background-image:url(img/pdf.png);
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	display:block;
}
a.boton_pdf:hover {
	background-image:url(img/pdf.png);
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	background-position:0px 3px;
	display:block;
}
/*FOOTER*/
#footer {
	float:left;
	width:100%;
	text-align:center;
	margin-top:30px;
}
.txt_footer {
	font-size:10px;
	color:#000;
	text-align:center;
}
#separador_horizontal {
	background-color:#000;
	height:1px;
	width:100%;
	margin:5px auto;
}
/*ARTICULOS*/	
blockquote{
	line-height:30x;
	color:#fff
	text-align:right;
	font-style:normal;
	font-size:14x
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
	margin-bottom:20px;}


	.nota_peq{
		line-height:10px;}
.pie_autor {
	color:#81bed2;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-style:normal;
	float:left;
	width:100%
	

}
.cabecera {
	float:left;
	text-align:justify;
	font-weight:bold;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	color:#000;
}
.interior {
	color:#000;
	text-align:justify;
	font-style:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.interior2 {
	margin-top:20px;
	margin-bottom:20px;
		
	color:#fff;
	background-color:#096573;
	text-align:justify;
	font-style:normal;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
	margin-bottom:20px;
line-height:20px;}
	
.negrita {
	font-weight:bold;
	
}
.articulo {
	font-size:14px;
	line-height:25px;
	
}
.primero {
	text-indent:20px;
}
.espacio {
	width:100%;
	height:20px;
	float:left;
	clear:both;
}
sup {
	font-size:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:10px;
}
.imagen{
	width:100%;
	text-align:center;
	margin:10px 0;}

/*FORMULARIO*/

#form{
	width:600px;
	float:left;}
.txt_form{
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
	.value{
		font-weight:normal;
		}
	
.contacto{
		padding:40px 0;
		text-align:center;
		font-family: AgilitaCom-Regular-1;
			color:#00529f;
			font-size:17px;}
	.asterisco{
		font-weight:normal;
		font-size:11px;}
.lista_form{
	line-height:30px;
	}

/*ÍNDICES DE PORTADA*/
#indices{
	width:100%;
	height:29px;
	float:left;
	margin:10px 0 20px 0;
	

	}

</style>
