/* +--------------------------------------------------------------------------------------------+ */
/* |     virtualizacion.css                                                                     | */
/* |                                                                                            | */
/* |     valores específicos para virtualización de infraestructuras                            | */
/* +--------------------------------------------------------------------------------------------+ */

/* +--------------------------------------------------------------------------------------------+ */
/* |     header                                                                                 | */
/* +--------------------------------------------------------------------------------------------+ */
#wr_header {
    background-color: #006e55;
	border-bottom: 1px solid #41a58d;
}

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

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

#banner {
    background: url(../img/proteccion_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;
    }

div.protecGrafico { border-bottom: 2px solid #f0f0f0; }

div.protecGrafico_img { float: left; }
div.protecGrafico_txt { float: right; padding-bottom: 10px; text-align: right; font-size: 14px; font-weight: bold; color: #333333; }
div.protecGrafico_1_txt { padding-top: 104px; width: 140px; }
div.protecGrafico_2_txt { padding-top: 104px; width: 149px; }
div.protecGrafico_3_txt { padding-top: 100px; width: 124px; }
div.protecGrafico_4_txt { padding-top: 131px; width: 167px; }
div.protecGrafico_5_txt { padding-top:  95px; width: 105px; }

