@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { margin: 0px; padding: 0px; }
/*header a.logo { display: block; position: absolute; background-position: 0px 0px; background-repeat: no-repeat; }*/
nav {
	width: 100%;
	display: block;
	position: absolute;
	/*background-color: #ef9e1f;*/
	background-color: #09ae6a;
	
}

/* Layout Large Screens (default for older browsers) */

/*header { height: 275px; background: url(../images/banner_fip_large.png) no-repeat right 0px; background-size: 980px 275px; }*/
/*header { height: 275px; background: url(../images/CE_banner_large.jpg) no-repeat right 0px; background-size: 800px 261px; }*/
header { height: 275px; background: url(../images/bannerFIPgrande.png) no-repeat center 0px; background-size: 800px auto; margin-top:10px; }
/*header a.logo { width: 185px; height: 59px; top: 28px; left: 10px; background-image: url(../images/DGESTE_logo_large.png); background-size: 185px 59px; }*/

article { padding: 60px 20px 10px 20px; }

.promo_container { padding: 0px 0px 15px 20px; }
.promo_container .promo { width: 33%; float: left; background-position: 0px 3px; }
.promo_container .promo .content { padding: 0px 30px 0px 70px; }


nav { top: 260px; }
nav a { margin: 12px 0px 10px 10px; }


@media screen and (max-width: 990px) {
	footer { padding-left: 20px; }
}


@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx)
{

	/*header a.logo { background-image: url(../images/DGESTE_logo_large_2x.png); }*/
	header { background-image: url(../images/bannerFIPgrande.png); }
	
	

}

