@font-face{
    font-family: 'BALEHOME';
	src: url('fuentes/balehome.ttf') format('truetype');
}
@font-face{
    font-family: 'MilkyNice';
	src: url('Fuentes/MilkiNice.ttf') format('truetype');
}
body{
    background: url("Images/fondobien.jpeg") repeat;
    font-family: MilkyNice,  sans-serif;
    color: black;
    font-size: 20px;
}
#main_wrapper{
    width: 900px;
    margin: auto;
    }
section h1, footer h1, nav a{
    font-family: MilkyNice, serif;
    font-weight: normal;
    text-transform: uppercase;
}
nav{
    margin-left: 155px;
}
#main_title{
	display: inline-block;
}
header h1{
	font-family:  BALEHOME, serif;
	font-size: 5em;
	font-weight: normal;
}
#logo, header h1{
	display: inline-block;
	margin-bottom: 0px;
}
nav{
	display: inline-block;
	width: 740px;
	text-align: left;
}
nav ul{
	list-style-type: none;
}
nav li{
	display: inline-block;
	margin-right: : : 15px;
}
nav a{
	font-size: 1.3em;
	color: whitesmoke;
	padding-bottom: 3px;
	text-decoration: none;
    text-align: left;
}
nav a:hover{
	color: rgba(14, 25, 23, 0.75);
	border-top-left-radius: : 4px rgba(14, 25, 23, 0,75);
}
#banner_image{
	margin-top: 15px;
	height: 300px;
	border-radius: 4px;
	background: url("Images/banner.jpg") repeat;
	position:relative; 
}
#banner_description{
	position: absolute;
	bottom: 0px;
	color: white;
	width: 99.3%;
	height: 33px;
	border-radius: 0px 0px 5px 5px;
	background-color: rgba(1, 1, 1, 0.500);
	padding-top: 15px;
	padding-left: 7px;
	font-size: 0.9em;
    font-family: BALEHOME, serif;
} 

article, aside{
	display: inline-block;
	text-align: justify;
	vertical-align: top;
}
article{
	width: 625px;
    margin-top: 20px;
	margin-right: 12px;
    background-color: rgba(0, 250, 250, 0.50);
}
.ico_categorie{
	vertical-align: middle;
	margin-right: 5px;
    padding-left: 10px;
    text-align: justify;
}
.title{
    color: black;
    font-size: 35px;
    padding-bottom: 30px;
    text-align: center;
    padding-bottom: 10px;
}
article p{
	font-size: 0.9em;
    padding-left: 10px ;
    color: black;
    font-family: BALEHOME, serif;
}
mark{
    background-color: grey;
}

#mi_imagen{
	text-align: center;
}
#mi_imagen img{
	border: 0.9px solid black;
}
.yo{
    width: 70px;
    height: 70px;
}
.aside_imagen{
    width: 235px;
}
aside img{
	margin-right: 1.5px;
}
/*FOOTER*/
footer{
    color: black;
    font-family:JosefinSans,serif;
    font-size: 16px;
    border-top: 1.4px rgba(0, 25, 25, 0);
    margin-top: 10px;
	padding-top:25px;
}
footer p, footer ul{
	font-size: 40px;
}
footer h1{
	font-size: 40px;
}
#tweet, #my_pictures, #my_friends{
	display: inline-block;
	vertical-align: top;
}
#tweet{
	width: 28%;
	color:black;
}
#my_pictures{
	width: 35%;
}
#my_friends{
	width: 31%;
}
#my_pictures img{
	border: 1px black;
	margin-right: 2px;

}
.GB{ 

	width: 200px;
	height:210px;

}
.vaca{
	width: 220px;
	height: 180px;
	bottom-right: right;
}

