/*Personalizar las fuentes*/
@font-face{
	font-family: 'Allura';
	src: url('fonts/Allura-Regular.eot');
	src: url('fonts/Allura-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Allura-Regular.woff') format('woff'),
		 url('fonts/Allura-Regular.ttf') format('truetype'),
		 url('fonts/Allura-Regular.svg#Allura') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Shorelines';
	src: url('fonts/Shorelines.eot');
	src: url('fonts/Shorelines.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Shorelines.woff') format('woff'),
		 url('fonts/Shorelines.otf') format('opentype'),
		 url('fonts/Shorelines.svg#Dayrom') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'JosefinSlab-Light';
	src: url('fonts/JosefinSlab-Light.eot');
	src: url('fonts/JosefinSlab-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/JosefinSlab-Light.woff') format('woff'),
		 url('fonts/JosefinSlab-Light.ttf') format('truetype'),
		 url('fonts/JosefinSlab-Light.svg#JosefinSlab-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'RubikLight';
	src: url('fonts/Rubik-Light.eot');
	src: url('fonts/Rubik-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Rubik-Light.woff') format('woff'),
		 url('fonts/Rubik-Light.ttf') format('truetype'),
		 url('fonts/Rubik-Light.svg#RubikLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*Diseñar los elementos principales de la pagina*/
body{
	background: url('images/background.png');
	font-family: 'RubikLight', Arial, sans-serif;
	color: white;
}
#main_wrapper{
	width: 1000px;
	margin: auto;
}
/*Preparando el header*/
#main_title{
	display: inline-block;
}
header h1{
	font-family: 'Shorelines', serif;
	font-size: 3.5em;
	font-weight: normal;
	color: rgb(152,172,185);
}
#logo{
	width:500px;
	margin-right: 0px;
}
#logo, header h1{
	display: inline-block;
	margin-bottom: 0px;
}
/*Personalizando la barra de navegacion*/
nav{
	display: inline-block;
	width: 900px;
	text-align: right;
}
nav ul{
	list-style-type: none;
}
nav li{
	display: inline-block;
	margin-right: 15px;
}
nav a{
	font-size: 1.9em;
	color: rgb(71,105,133);
	padding-bottom: 3px;
	text-decoration: none;
	font-family: JosefinSlab-Light;
}
nav a:hover{ /*Al pasar el cursor*/
	color: rgb(152,172,185);
	border-bottom: 1px solid rgb(152,172,185);
}
/*Diseñando el section*/
article, aside{
	display: inline-block;
	vertical-align: top;
	text-align: justify;
}
article{
	width: 600px;
	margin-right: 15px;
	float: right;
}
article h1{
	font-size: 2em;
	margin-top: 40px;
	margin-bottom: 10px;
	font-family: Allura;
}
article p,{
	font-size: 1em;
}
article ul{
	list-style-type: none;
}
article a{
	font-size: 1em;
	color: gray;
	padding-bottom: 3px;
	text-decoration: none;
}
article a:hover{
	color: white;
}
aside{
	position: relative;
	width: 320px;
	background-color: rgb(65,59,53);
	box-shadow: 0px 2px 5px #1c1a19;
	border-radius: 5px;
	padding: 15px;
	color: white;
	font-size: 0.9em;
	margin-top: -35px;
}
#collage{
	text-align: center;
}
aside p{
	text-align: center;
}
aside img{
	margin-right: 8px;
	margin-left: 8px;
}
aside h1{
	font-size: 1.6em;
	font-family: JosefinSlab-Light;
	text-align: center;
}
/*Diseñando el footer*/
footer{
	font-family: JosefinSlab-Light;
}
footer p{
	font-size: 1em;
}
footer #contact p{
	cursor: pointer;
}
footer h1{
	font-size: 1.4em;
}
#contact, #copyright{
	display: inline-block;
	vertical-align: top;
}
#contact{
	width: 50%;
}
#copyright{
	width: 40%;
	float: right;
}
#contact img{
	height: 20px;
	width: 20px;
	margin-right: 5px;
	margin-left: 15px;
}


/*
footer{
	background: url('images/top.png') no-repeat top center, 
				url('images/line.png') repeat-x top,
				url('images/shadow.png') repeat-x top;
	padding-top: 25px;
}
footer p, footer ul{
	font-size: 0.8em;
}
footer h1{
	font-size: 1.1em;
}
#tweet, #my_pictures, #my_friends{
	display: inline-block;
	vertical-align: top;
}
#tweet{
	width: 28%;
}
#my_pictures{
	width: 35%;
}
#my_friends{
	width: 31%;
}
#my_pictures img{
	border: 1px solid #181818;
	margin-right: 2px;
	cursor: pointer;
}




