body{ background:#094194; font-family: 'Roboto', sans-serif; }
#header{
	background: url(../im/bg_cabecera.jpg) repeat-x;
	width:100%;
	height:184px;
	position:fixed;
	top: 0px;
	z-index:50;
}

#content{
	background: #094194;
	width:950px;
	margin:194px auto;
	top: 220px; 
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:0.9em;
	
}

#footer{
	background: url(../im/bg_pie.jpg) repeat-x;
	color:#fff;
	width:100%;
	height:102px;
	position:fixed;
	bottom:0px;
	font-size:0.6em;
	z-index:50;
	font-family: 'Oswald', sans-serif; font-size:0.9em}
	
#contenido{ width:950px; margin:auto}
.clear{ clear:both}
.titulo_seccion{ color:#fff; font-family: 'Oswald', sans-serif; font-size:1.5em; padding-bottom:5px; border-bottom:1px solid #fff; margin-bottom:5px}
.titulo_subseccion{ color:#fff; font-family: 'Oswald', sans-serif; font-size:1.1em; padding-bottom:5px; border-bottom:1px dashed#fff; margin-bottom:5px}
.titulo1{ color:#5B9BFB; font-family: 'Oswald', sans-serif; font-size:2.3em}
.titulo2{ color:#094194; font-family: 'Oswald', sans-serif; font-size:3.5em}
.titulo3{ color:#CC0099; font-family: 'Oswald', sans-serif; font-size:3.5em}
.titulo4{ color:#CCC; font-family: 'Oswald', sans-serif; font-size:3em}

/* html { overflow:hidden;}

