#cabecera {
  background-image: url('/files/image/ValverdeVera.gif');
}
#cabecera a {
  widht: 990px
  height: 100px;
  display: block;
}
#cabecera a span {
  display:none;
}
.titulocaja {
	color: Yellow;
        font-weight: bold;
	height: 16px;
	background: transparent url('/files/image/fondo_titulo_caja_green.jpg') repeat-x;
}

.cajaprincipal {
	padding: 10px;
	border: 1px solid #ABCFEE;
	background: transparent url('/files/image/fondo_titulo_principal.jpg') repeat-x;
}

#subcabecera {
	height: 20px;
	margin: 0 0 5px 0;
	border: 1px solid #ABCFEE;
	background: #a5d6a6;
}

#pie {
	height: 200px;
	background-color: Gray;
	margin-top: 20px;
	border-top: 1px solid #4596D9;
	background: transparent url('/files/image/fondo_titulo_principal_red.jpg') repeat-x;
}