/*google fonts*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
h1{
	font-size: 3rem; 
	font-family: 'Open Sans'; 
	font-weight: 700;
}
h2{
	font-size: 2rem; 
	font-family: 'Open Sans'; 
	font-weight: 400;
}    
h3{
	font-size: 1rem; 
	font-family: 'Open Sans'; 
	font-weight: 400;
}
p{
	font-size: 1.2rem; 
	font-family: 'Open Sans'; 
	font-weight: 400;
}
.italica{
	font-size: 1.2rem; 
	font-family: 'Open Sans'; 
	font-weight: 700; 
	font-style: italic;
}
/*estas son las caracterìsticas generales del body, header, a, footer y main*/
*{
	margin: 0; 
	padding: 0; 
	font-weight: normal;
}
body {
	background:#fff;
} 
header {
	background:#fff;
	width: 100%; 
	height: 100px
}
header nav ul{
	list-style-type: none;
}
header nav ul li{
	display: inline-block; 
	float: left; 
	padding: 10px;
}
header nav ul li a{
	color: black; 
	text-decoration: none;
}

a {
	color:#000; 
	text-decoration: none;
}
footer {
	font-size: 10px; 
	text-align: center; 
	font-family: Arial;
}
main {
	background: #fff; width: 100%;
}
/*esto es para el index de plan*/
.contenedor{ 
	max-width: 960px; 
	margin: 0 auto; 
	margin-top: 50px;
}
.contenedor1{ 
	max-width: 960px; 
	margin: 0 auto; 
	margin-top: 30px;
}
.separador{
	clear: both;
}
/*estos son los CLASS e ID aplicados y de uso comùn en todo el proyecto de sitio*/


.fotoperfil{
	height: 250px;
	width: 250px;
    
}
#nav{
	margin-top:14px;
	margin-left:-70px;
}
.textoperfil{
	text-align:center;
    font-weight: 700;
}
.article{
	float:left;
    margin-top: 70px;
	
}
#section{
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	margin: auto; 
}
#datacadem{
	text-align:center;
	font-weight: 700;
}
#datacadem2{
	text-align:justify;
	text-align:center;
	font-size: 2rem; 
	font-family: 'Open Sans';
}
#header{
	
	margin-left:20%;
	width: 65%;
}
#artmap{
	margin-top:25px;
	margin-left:140px;
}
#footer{
	margin-top: 250px;
}
#footeri{
	margin-top: 30px;
}

