/*Definir las fuentes exteras*/
@font-face{
	body{
}
	font-family: 'Ballpark';
	src: url('fonts/Ballparks.eot');
	src: url('fonts/Ballparks.eot?iefix') format('embedded-opentype'),
		 url('fonts/Ballpark.woff') format('woff'),
		 url('fonts-/Ballpark.ttf') format('truetype'),
		 url('fonts-/Ballpark.svg#Ballpark') 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');
	font-weight: normal;
	font-style:  normal;
}
/* Diseñando los elementos principales de la página*/
body{
	background: url('images2/yellow_background.png');
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: #181818;
}
#envoltura principal{
	width: 900px;
	margin: auto;
}
section h1, footer h1, nav a{
	font-family: Dayrom, sans-serif;
	font-weight: normal;
	text-transform: uppercase; 
}
/* Dando apariencia al encabezado*/
header{
	background: url('Logo.png');
}
#titulo_principal{
	display: inline-block;
}
header h1{
	font-family: ballpark, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	margin: auto;
}
#logo, header h1{
	display: inline-block;
	margin: auto;
}
header h2{
	font-family: dayrom, sans-serif;
	font-size: 1.1em;
	margin-top: 0px;
	font-weight: norma;
}
/*personalizacion de la barra de navegacion*/
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: 5px solid #760001;
}
/*Diseñando el banner*/
#banner_imagen{
	margin-top: 15px;
	height: 200px;
	border-radius: 5px;
	background: url('image2/sanfrancisco.jpg') no repeat;
	position: relative;
	box-shadow: 0px 4px 4px #1c1a19;
	margin-bottom: 25px;
}
#banner_descripcion{
	position: absolute;
	bottom: 0px;
	background-color: rgba(24,24,24,0.8);
	color: white;
	border-radius: 0px 0px 5px 5px;
	width: 99.5%;
	height: 35px;
	font-size: 0.8em;
	padding-top: 15px;
	padding-left: 5px;
}

/*Definir las fuentes externas */
@font-face{
font-family: 'Ballpark';
src:url('fonts/ballpark.eot');
src:url('fonts/ballpark.eot?iefix') format('émbedded-opentype'),
    url('fonts/ballpark.woff') format('woff'),
    url('fonts/ballpark.ttf') format('truetype'),
    url('fonts/ballpark.svg#Ballpark') 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('émbedded-opentype'),
    url('fonts/dayrom.woff') format('woff'),
    url('fonts/dayrom.ttf') format('truetype'),
    url('fonts/dayrom.svg#Dayrom') format('svg');
    font-weight: :normal;
    font-style: normal;
}
/*Diseñando los elementos principales de la página*/
body{
	background: url("images/yellow_background.png");
	font-family: 'Tebuchet MS', Arial, sans-serif;
	color: #181818;
}
#envoltura_principal{
width: 900px;
margin: auto;
}
section h1, footer h1, nav a{
	font-family: Dayrom, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
/*Dando apariencia al encabezado*/
header{
	background: url(images/line.png) repeat-x bottom;
}
#titulo_principal{
    display: inline-block;
}
header h1{
    font-family: BallPark, sans-serif;
    font-size: 2.5em;
    font-weight: normal;
}
#Logo, header{
    display: right;
    margin-bottom: 0px;
}
header h2{
    font-family: Dayrom, sans-serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}
/*Personalización de la barra de navegación*/
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: 5px solid #760001;
}
/*Diseñando el banner*/
#banner_imagen{
    margin-top: 15px;
    height: 200px;
    border-radius: 5px;
    background: url('images/sanfrancisco.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
}
#banner_description{
    position: absolute;
    bottom: 0px;
    background-color: rgba(24,24,24,0.8);
    color: white;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 35px;
    font-size: 0.8em;
    padding-top: 15px;
    padding-left: 5px;
}
.red_button{
    display: inline-block;
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: url("images/red_background.png") repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}
.red_button img{
    border: 0px;
}
/*Diseñando el section, aside y article*/
article, aside{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}
article{
    width: 625px;
    margin-right: 8px;
}
.ico_categorie{
    vertical-align: middle;
    margin-right: 8px;
}
aside{
    position: relative;
    width: 235px;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}
article p{
    font-size: 0.9em;
}
#arrow{
    position: absolute;
    top: 100px;
    left: -12px;
}
#zozor_picture{
    text-align: center;
}
#zozor_picture img{
    border: 1px solid #181818;
}
aside img{
    margin-right: 5px;
}
/*Diseñando el footer*/
footer{
	background: url("images/top.png") no-repeat top center,
	url("images/line.png") repeat-x top,
	url("images/shadow.png") repeat-x top;
}
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("images/external_link.png");
	padding-left: 2px;
}
#my_friends a{
	text-decoration: none;
	color: #760001;
}

h1{
	color: yellow;

}
body{
	background: gold;
}
