@font-face{
	font-family: 'BallparkWeiner';
	src: url('fontsciudad/ballpark.eot');
	src: url('fontsciudad/ballpark.eot?#iefix') format('embedded-opentype'),/*para internet explorer*/
/*localizacion del recurso*/url('fontsciudad/ballpark.woff') format('woff'),
		 url('fontsciudad/ballpark.tff') format('truetype'),
		 url('fontsciudad/ballpark.svg#BallparkWeiner') format('svg');
	font-weight: normal;
	font-style: normal;
} /*importancion de todas las fuentes*/
@font-face{
	font-family: 'Dayrom';
	src: url('fontsciudad/dayrom.eot');
	src: url('fontsciudad/dayrom.eot?#iefix') format('embedded-opentype'),
		 url('fontsciudad/dayrom.woff') format('woff'),
		 url('fontsciudad/dayrom.tff') format('truetype'),
		 url('fontsciudad/dayrom.svg#Dyrom') format('svg');
	font-weight: normal;
	font-style: normal;
}/*importancion de todas las fuentes*/
/*Disenar los elementos principales de la pagina*/
body{
	background: url('imagenesrotterdam/yellow_background.png'); /*la fotito del fondo*/
	font-family: 'Trebunchet MS', Arial, sans-serif; /*el tipo de letra*/
	color: #181818; /* el color del fondo*/
}
#main_wrapper{
	width: 900px; /*ancho,respeta la resolucion en pantallas mas grandes*/
	margin: auto; /*centrar cualquier div*/
}
section h1, footer h1, nav a{ /*mandar el mismo formato o diseno a todas las etiquetas*/
	font-family: Dayrom, serif; /* tipo de letra*/
	font-weight: normal;		/*tamaño*/
	text-transform: uppercase;	/*todo mayusculas, lowercase-minusculas*/ 
}
/* Preparando el Header */
header{
	background: url('imagenesrotterdam/line.png') repeat-x bottom/*Repetidor*/;	/* imagen de linea que divide*/
}
#main_title{
	display: inline-block; /* darle mas espacio al div */
}
header h1{
	font-family: 'BallparkWeiner', serif; /* tipo de letra en texto*/
	font-size: 2.5em; /*tamano de letra*/
	font-weight: normal; 
}
#logo header, h1{
	display: inline-block; /*Misma linea*/
	margin-bottom: 0px;
}
header, h2{
	font-family: Dayrom, serif; 
	font-size: 1.1em;
	margin-top: 0px;
	font-weight: normal;
}
/*personalizando 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{
	text-decoration: none; /*em:unidad de medida*/
	font-size: 1.3em;
	color:#181818;
	padding-bottom: 3px; /*padding:margen interno*/
	
}
nav a:hover/*Es lo que quieres que haga cuando pase el mouse*/{
	color: #760001;
	border-bottom: 5px, solid #760001;

}
#banner_image{ /*Diseño del banner*/
	margin-top: 15px;

	height: 200px;
	border-radius: 5px;
	background:  url('imagenesrotterdam/Rotterdam.jpg')repeat  ;
	position: relative; /*Absoluta, la puedes mover, relativa en relacion a algo*/
	box-shadow: 8px 4px 4px #1c1a19;
	margin-bottom: 25px;
}
#banner_description{
	position: absolute;
	bottom: 0;
	border-radius: 0px 0px 5px 5px; /*Radio de borde, primera esquina*/ 
	width: 99.5%;
	height: 33px;
	background-color: rgb(24,23,24); /*Para los navegadores antiguos*/
	background-color: rgba(24,21,22,0.8); /*Para los navegadores nuevos*/
	color: white;
	font-size: 0.8em;
	padding-top: 15px;
	padding-left: 4px;
}
.red_button{
	display: inline-block;
	height: 25px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: url('imagenesrotterdam/red_background.png') repeat-x;
	border: 1px solid #760001;
	border-radius: 5px;
	font-size: 1.2em;
	text-align: center;
	padding: 3px 8px 0px 8px;
	text-decoration: none;
	color: white;
}
.red_button img{
	border: 0;
}
article, aside{
	display: inline-block;
	vertical-align: top;
	text-align: justify;
}
article{
	width: 625px;
	margin-right: 15px; /*Margen exterior*/
}
.cat_icon{
	vertical-align: middle;
	margin-right: 8px;
}
article p{
	font-size: 0.8em;
}
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;
}
#arrow{
	position: absolute;
	top: 100px;
	left: -12px;
}
#zozor_picture{
	text-align: center;
}
#zozor_picture img{
	border: 1px solid #181818;
}
aside img{
	margin-right: 1px;
}
	/*Diseñando el footer*/
footer{
	background: url("imagenesrotterdam/top.png") no-repeat top center,
				url("imagenesrotterdam/line.png") repeat-x top,
				url("imagenesrotterdam/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: 30%;

}
#my_pictures img{
	border: 1px solid #181818;
	margin-right: 2px;

}
#my_friends ul{
	display: inline-block;
	margin-top: 2;
	width: 35%;
	vertical-align: top;
	padding-left: 2px;
	list-style-image: url("imagenesrotterdam/external_link.png");
}
#my_friends a{
	text-decoration: none;
	color: #760001;
}