#caja {
	width: 575px;
	text-align:left;
	
	background-image: url('images/fondo_contenido.png'); 
	color: #000;	
}
* {
	margin: 0px;
	padding: 0px;
}
html,body {
	margin:0px;
	padding:0px;
	color: #FFFFFF;
	text-align: center;
}
body {
background-image: url('images/fondo_contenido.png'); 
	background: #04064c url('images/fondo.png');
	text-align: center;
	font: 12px 'Tahoma', Arial;
}
a {
	text-decoration: none;
	color: #f8edce;
	border: 0px;
	font-weight: bold;
}
a:hover {
	color: #ffffff;
}
#prueba {
background-image: url('images/fondo_contenido.png'); 
}

#contenedor {
	width: 765px;
	margin: 0 auto;
	background: #020343;
}
#cabecera {
	width:100%;
	height: 310px;
	margin-right:auto;
	margin-left:auto;
	padding-top:10px;
	padding:0px;
	text-align:left;
	background: #080b5e url('images/fondo_cabecera.jpg') no-repeat;	
}
#cabecera_izda {
	padding:5 0 0 5px;
	float:left;
}
#cabecera_cent {
	padding:5 0 0 0px;
	float:left;
}
#cabecera_dcha {
	padding:5 5 0 0px;
	float:left;
}
#menu {
	width:765px;
	height: 85px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background: #080b5e url('images/fondo_menu.png') no-repeat;	
}
#bloque {
	width: 100%;
	background: #020343;
}
#barra {
	width: 185px;
	float:left;
	background: #020343;
}
#contenido {
	float:right;
	background: #020343;
	margin-right: 5px;
}
#caja {
	width: 575px;
	text-align:left;
		
	background-image: url('images/fondo_contenido.png'); 
	color: #000;	
}
#texto {

	padding: 0 20 0 20px;
}
#texto a {
	text-decoration: none;
	color: #0606cb;
	border: 0px;
	font-weight: bold;
}
#texto a:hover {
	color: #0000cb;
}
h1 {
	font-size: 18px;
}
#pie {
	clear: both;
	width:100%;
	padding-top:20px;
	padding-bottom: 10px;
	text-align:right;
	padding-right: 5px;
	background: #010123;
	font-size: 9px;	
}
#pie a {
	font-weight: normal;
	font-size: 9px;
}
.direccion {
	text-align: left;
	padding-left: 5px;
}

.button {
    border: 1px solid #000;
    background: #5e63e4;
    color: #fff;
}
.input {
    border: 1px solid #000;
    background: #d4d6ee;
    font: 12px 'Tahoma', Arial;
}
#portada {
	width:100%;
	height: 480px;
	margin-right:auto;
	margin-left:auto;
	padding-top:10px;
	padding:0px;
	text-align:left;
}
#portada_izda {
	padding:5 0 0 5px;
	float:left;
}
#portada_dcha {
	padding:5 5 0 0px;
	float:left;
}