/* +--------------------------------------------------------------------------------------------+ */
/* |     almacenamiento.css                                                                     | */
/* |                                                                                            | */
/* |     valores específicos para almacenamiento de infraestructuras                            | */
/* +--------------------------------------------------------------------------------------------+ */

/* +--------------------------------------------------------------------------------------------+ */
/* |     header                                                                                 | */
/* +--------------------------------------------------------------------------------------------+ */
#wr_header {
    background-color: #5f2639;
	border-bottom: 1px solid #874b5f;
}

#header {
	background: url(../img/almacenamiento_header.jpg) no-repeat;
}

/* +--------------------------------------------------------------------------------------------+ */
/* |     banner                                                                                 | */
/* +--------------------------------------------------------------------------------------------+ */
#wr_banner{
    background-color: #491d2c;
}

#banner {
    background: url(../img/almacenamiento_banner.jpg) no-repeat;
}


/* +--------------------------------------------------------------------------------------------+ */
/* |     rightcolumn                                                                            | */
/* +--------------------------------------------------------------------------------------------+ */
#rightcolumn {
    width: 360px;
	float: right;
}

	#rightcolumn .grafico {
        margin-bottom: 25px;
    }

	#rightcolumn .tit_grafico {
        background: transparent url(../img/titulo_fondo.jpg) repeat;
		padding: 10px 10px 10px 10px;
		margin: 0px 0px 8px 0px;
    }

	#rightcolumn h1 {
        font-size: 18px;
		font-weight: bold;
		color: #000000;
    }

	#rightcolumn h2 {
        font-size: 14px;
		font-weight: bold;
		color: #000000;
    }


