@charset "UTF-8";

/* Layout Medium Screens */

header {
	height: 200px;
	background: url(../images/bannerFIPmedia.png);
	background-size: 800px 200px;
	margin-top:10px;
}
/*
header a.logo {
	width: 122px; height: 43px;
	top: 20px; right: 20px;
	background-image: url(../images/DGESTE_logo_medium.png);
	background-size: 122px 43px;
}
*/
nav {  top: 200px; }
nav a { margin-right: 20px; }

.promo_container { padding: 0px 20px 15px 20px; }
.promo_container .promo { background-position: 0px 0px; }
.promo_container .promo .content { padding: 70px 30px 0px 0px; }

body { background-image: none; }


@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_medium_2x.png); }*/
	header { background-image: url(../images/bannerFIPmedia.png); }

}
 
.Transparencia
{
    /*width: 100%;
    height: 100%;*/
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    z-index: 10;
    /*position: fixed;
    top: 0px;
    left: 0px;*/

