@font-face {
    font-family: 'UbuntuRegular';
    src: url('../fonts/Ubuntu-R-webfont.eot');
    src: url('../fonts/Ubuntu-R-webfont.eot?iefix') format('eot'),
         url('../fonts/Ubuntu-R-webfont.woff') format('woff'),
         url('../fonts/Ubuntu-R-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu-R-webfont.svg#webfont5QrTZHwg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuItalic';
    src: url('../fonts/Ubuntu-I-webfont.eot');
    src: url('../fonts/Ubuntu-I-webfont.eot?iefix') format('eot'),
         url('../fonts/Ubuntu-I-webfont.woff') format('woff'),
         url('../fonts/Ubuntu-I-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu-I-webfont.svg#webfontwdgWd3TL') format('svg');
    font-weight: normal;
    font-style: normal;

}


#titulo {
	font-size: 36px;
	text-shadow: black 0.1em 0.1em 0.2em;
}
#linea {
	height: 170px;
	border-left-width: 2pt;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-bottom: 20px;
}
/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: UbuntuRegular, Arial, 'Liberation Sans', FreeSans, sans-serif;
	line-height: 1.5;
}
#croquis {
	padding-bottom: 20px;
}
a:link {
	color: white;
	text-decoration: none;
}


hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	color: #FFF;
}
#menu {
	margin-bottom: 20px;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-size: 15px;

} 
#descripcion {
	font-size: 14px;
	margin-bottom: 30px;
}
#flash {
	margin-bottom: 20px;
}
.titulo {
	text-align: right;
	font-size: 32px;
}
#croquis {
	text-align: center;
	padding-bottom: 20px;
}
#edificio {
	text-align: center;
}
#pie {
	font-size:10px;
	margin-bottom: 20px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FFF;
	margin-top: 20px;
}
