@charset "utf-8";
/* CSS Document */

#bloque {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#bloque #cabecera {
	background-color: #6CF;
	width: 990px;
}

#bloque #cabecera #idiomas {
	height: 30px;
	width: 990px;
}

#bloque #cabecera #logo {
	height: 100px;
	width: 990px;
}
#bloque #cabecera #navegacion {
	height: 40px;
	width: 990px;
}
#bloque #banner {
	background-color: #3399FF;
	height: 472px;
	width: 990px;
}
#bloque #pie {
	height: 160px;
	width: 1024px;
	background-color: #36C;
}
#bloque #cabecera #idiomas #Deutsch {
	margin: 5px;
	float: right;
}
#bloque #cabecera #idiomas #Espanol {
	margin: 5px;
	float: right;
}

#bloque #cabecera #idiomas #English {
	margin: 5px;
	float: right;
}

#bloque #pie #esquema {
	background-color: #69F;
	float: left;
	height: 120px;
	width: 680px;
	margin: 20px;
}

#bloque #pie #datos {
	background-color: #69F;
	float: right;
	height: 80px;
	width: 200px;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}

.TextoContenidoSpry {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 10px;
}
#contenido_texto_srpy {
	float: right;
	height: 430px;
	width: 366px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
#foto_contenido_srpy {
	float: left;
	height: 430px;
	width: 554px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 20px;
}
