/* MaTeresa CESAREO CSS */
/* Sitio público "INTRODUCTION TO WRITING A RESEARCH PAPER"*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans|Raleway|Roboto&display|Lato:900&display=swap');
/*
font-family: 'Roboto', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Lato', sans-serif;*/

body {
	min-width: 640px;
	min-height: 800px;
	padding-left: 40px;
	padding-right: 40px; 
	padding-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: 300;
	color: #3f3f3f;
	margin-top: 30px;
	-webkit-box-shadow: 0px 2px 15px 2px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 2px 15px 2px rgba(0,0,0,0.22);
	box-shadow: 0px 2px 15px 2px rgba(0,0,0,0.22);	
} 

header{
	background: #fff;
	background: url(../img/header_publico.png) no-repeat;
	background-position: center;
	background-size: 100%;
	background-position: top left;
	width: 100%;
	display: block;
	padding-bottom: 18%;
	position: relative;
}
/*.link_unam{
	background: red;
	height: 150px;
	width: 90px;
}
.link_enallt{
	background: red;
	height: 150px;
	width: 90px;
}
.link_ced{
	background: blue;
	height: 150px;
	width: 90px;
}*/
article {
	padding-right: 10%;
	padding-left: 10%;
}
h1 {
	color: #330066;
	font-size: 3em;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
}
h2 {
	margin-top: 50px;
	color: #330066;
	font-size: 2em;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
}
h3 {
	margin-top: 10px;
}
p {
	text-align: justify;
}
a {
	color: #330066;
	text-decoration: none;
}
a:hover{
	color: #0a8e91;
	text-decoration: underline;
}
nav {
	background-image: url(../img/background_navbar.png);
	background-repeat: no-repeat;
	width: 600px;
	height: 300px;
	padding-left: 30px;
	display: block;
	margin-bottom: -150px;
}

.azul {
	color: rgba(51,0,102,1);
}
.azul_80 {
	color: rgba(51,0,102,.8);
}
.azul_50 {
	color: rgba(51,0,102,.7);
	letter-spacing: .03em;
	margin-bottom: -2px;
}
.slim {
	font-weight: 200;
	font-stretch: expanded;
	line-height: 1.6em;
}
.recuadro {
	margin-left: 5%;
}
.forma {
	padding-top: 10px;
}

input {
    background: #330066;
    border: solid 1px #330066;
	border-radius: 6px;
	height: 30px;
    min-width: 100px;
	padding: 3px 8px 2px;
	font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
}
input:hover {
	background: #0a8e91;
	border: solid 1px #0a8e91;
	color: #fff;
}
input.research {
    background: #fff;
    border: solid 1px #330066;
	color: #0a8e91;
	font-weight: 100;	
}
footer {
	background: url('../img/line_footer.png') no-repeat;
	background-size: 100%;
	background-position: center top;
	padding-top: 20px;
	width: 100%;
	height: 150px;
	display: inline-block;
}
img.banner{
	display: block; 
	margin: 0 auto;
	width: 100%;
	padding-top: 3%;
}
img.head {
	margin: 0 auto;
	width: 100%;
	padding-top: 3%;
	position: relative;
}

div.vacio{
	height: 820px;
}
.clear{
	clear: both;
}

/* BARRA Vertical*/
a.nav_b01 { background: url(../img/btn01_presentacion.png); background-repeat: no-repeat; background-size: 100%; background-position: bottom; width: 35px; height: 123px; position: relative; float: left; }
a.nav_b02 { background: url(../img/btn02_objetivos.png); background-repeat: no-repeat; background-size: 100%; background-position: bottom; width: 35px; height: 123px; position: relative; float: left; }
a.nav_b03 { background: url(../img/btn03_dinamica.png) ; background-repeat: no-repeat; background-size: 100%; background-position: bottom; width: 35px; height: 123px; position: relative; float: left; }
a.nav_b04 { background: url(../img/btn04_requisitos.png); background-repeat: no-repeat; background-size: 100%; background-position: bottom; width: 35px; height: 123px; position: relative; float: left; }
a.nav_b05 { background: url(../img/btn05_contacto.png); background-repeat: no-repeat; background-size: 100%; background-position: bottom; width: 35px; height: 123px; position: relative; float: left; }
a.nav_b06 { background: url(../img/btn06_entrar.png); background-repeat: no-repeat; background-size: 100%; background-position: bottom; width: 35px; height: 123px; position: relative; float: left; }

a.nav_b01:hover { background: url(../img/btn01_presentacion_ov.png); background-repeat: no-repeat; background-size: 100%; background-position: bottom; width: 35px; height: 123px; position: relative; float: left; }
a.nav_b02:hover  { background: url(../img/btn02_objetivos_ov.png); background-repeat: no-repeat; background-size: 100%; background-position: bottom; width: 35px; height: 123px; position: relative; float: left; }
a.nav_b03:hover  { background: url(../img/btn03_dinamica_ov.png) ; background-repeat: no-repeat; background-size: 100%; background-position: bottom; width: 35px; height: 123px; position: relative; float: left; }
a.nav_b04:hover  { background: url(../img/btn04_requisitos_ov.png); background-repeat: no-repeat; background-size: 100%; background-position: bottom; width: 35px; height: 123px; position: relative; float: left; }
a.nav_b05:hover  { background: url(../img/btn05_contacto_ov.png); background-repeat: no-repeat; background-size: 100%; background-position: bottom; width: 35px; height: 123px; position: relative; float: left; }
a.nav_b06:hover  { background: url(../img/btn06_entrar_ov.png); background-repeat: no-repeat; background-size: 100%; background-position: bottom; width: 35px; height: 123px; position: relative; float: left; }

.footer_research{
	font-size: .77em;
	line-height: 1.5em;
	text-align: center;
	font-weight: 400;
	padding: 30px;
}
@media screen and (max-width: 1200px) and (min-width: 0px){
	footer {
	background: url('../img/line_footer.png') no-repeat;
	background-size: 150%;
	background-position: center top;
	padding-top: 10px;
	
}
}

