@charset "UTF-8";
/* CSS Document */
body{ width:100%;
	  height:100%;
	  margin-top:0;
	  background-color:#11273D;
	  font-family: 'Poiret One', cursive;
	  color:#FFF;
	}
.contenedor{ height:100%;
max-height: 1000px;}

.contenedornav{
				width:10%;
				float:left;
				margin-left:10%;
				margin-top:10%;
				}
nav{ text-align:right;}

h1{ width:100%; 
	font-size:80%;
	color:#FFF; 
  }
li{	list-style-type:none; text-align:right; color:#FFF;}
a{ font-family: 'Poiret One', cursive;
	text-decoration:none;
	color:#FFF;
	font-size:200%;}

div.borderfollow{ border-top:1px solid #666 ; margin-top:10%; text-align:right;}

}
h2{ font-family: 'Marvel', sans-serif;
color:rgba(153,153,153,1);}
.correo{ color:rgba(102,102,102,1);}

.contenedorderecha{ width:60%; float:right; margin-right:3%; margin-top:10%;}
pre{font-family: 'Poiret One', cursive;
	  color:#FFF;
	  font-size:60%;
	  width:10%; display:inline-block;}
.titular{font-size:250%;
		margin-bottom: 0.3%;}
footer p{font-size:60%;
line-height:3px;}
article{ width:600px;}
.acurriculum{font-size: 100%;
			color:rgba(153,153,153,1);
			}
img{ max-width:100%;}
p{ font-family: 'Marvel', sans-serif;
		 }