/*Definir las fuentes a utilizar*/
@font-face{
  font-family: 'BallparkWeiner';
  src: url('fonts/ballpark.eot');
  src: url('fonts/ballpark.eot?#iefix') format('embedded-opentype'),
  url('fonts/ballpark.woff')format('woff'),
  url('fonts/ballpark.ttf')format('truetype'),
  url('fonts/ballpark.svg#BallparkWeiner')format('svg');
font-weight: normal;
font-style: normal;
}
@font-face{
	font-family: 'Dayrom';
  src: url('fonts/dayrom.eot');
  src: url('fonts/dayrom.eot?#iefix') format('embedded-opentype'),
  url('fonts/dayrom.woff')format('woff'),
  url('fonts/dayrom.ttf')format('truetype'),
  url('fonts/dayrom.svg#Dayrom')format('svg');
}
/*elementos principales de la pagina*/
body{
	background: url('imagenes/fondopag.png');
	background-size: 1100px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color:#181818;
}
#main_wrapper{
	width: 900px;
	margin: auto;
}
section h1, footer h1, nav a
{
	font-family: 'Dayrom', serif;
	font-weight: normal;
	text-transform: uppercase;
}
/*Header*/
header{
	background:url('imagenes/sep.png') repeat-x bottom;
	background-size: 150px;
}
#main_title
{
	display:inline-block;
}
header h1
{
	font-family: 'BallparkWeiner', serif;
	font-size: 2.5em;
	font-weight: normal;
}
#logo, header h1
{
	display:inline-block;
	margin-bottom: 0px;
	width: 90px;
}
/*Navigation*/
nav{
	display: inline-block;
	width: 740px;
	text-align: right;
}
nav ul
{
	list-style-type:none;
}
nav li{
	display: inline-block;
	margin-right: 15px;
}
nav a{
	font-size: 1.3em;
	color: #181818;
	padding-bottom: 3px;
	text-decoration: none;
}
nav a:hover{
	color: #760001;
	border-bottom: 3px solid #760001;
}
/*Banner*/
#banner_image{
	margin-top: 15px;
	height: 200px;
	border-radius: 5px;
	background:url('imagenes/fondo.jpg') no-repeat;
	background-size: 950px;
	position: relative;
	box-shadow: 0px 4px 4px #1c1a19;
	margin-bottom: 25px;
}
#banner_description{
	position: absolute;
	bottom: 0px;
	border-radius: 0px 0px 5px 5px;
	width: 99.5%;
	height: 33px;
	padding-top: 15px;
	padding-left: 4px;
	background-color: rgb(208,235,252);/*Para que los navegadores
	antiguos lo puedan leer*/
	background-color: rgba(208,235,252,0.8);/*Aplica solo para los navegadores
	mas actuales*/
	color: black;
	font-size: 0.8em;
}
article, aside{
	display: inline-block;
	vertical-align: top;
	text-align: justify;
}
article{
	width: 625px;
	margin-left: 15px;
}
.cat_icon{
	vertical-align: middle;
	margin-right: 8px;
	width: 90px;
}
article p{
	font-size: 0.8em;
}
aside{
	position: relative;
	width: 230px;
	background-color: #706b64;
	box-shadow: 0px 2px 5px #1c1a19;
	border-radius: 5px;
	padding: 10px;
	color: white;
	font-size: 0.9em;
}
#jul_picture{
	text-align: center;
}
#jul_picture img{
	border: 1px solid #181818;
}
aside img{
	margin-right: 1px;
}
/*Diseñado el footer*/
footer{
	background: url("imagenes/sep.png") repeat-x;
	background-size: 150px;
	margin-top: 10px; 
    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;
}
#my_friends ul{
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
	width: 48%;
	list-style-image: url(imagenes/external_link.png);
	padding-left: 2px;
}#my_friends a{
	text-decoration: none;
	color: #760001;
}