@charset "UTF-8";

/* Layout Small Screens */


header {
	height: 75px;
	background: url(../images/bannerFIPmini.png) no-repeat right 0px;
	background-size: auto 75px;
	margin-top:10px;
}
/*
header a.logo {
	width: 88px; height: 31px;
	top: 16px; right: 15px;
	background-image: url(../images/DGESTE_logo_small.png);
	background-size: 88px 31px;
}
*/
article { padding: 20px 20px 10px 20px; }

nav {
	display: block;
	position: static;
	padding: 10px 0px 10px 0px;
	background-color: #09ae6a;
	/*background-color:#ef9e1f;*/
}

nav a {
	color: #ffffff;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #ffffff;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

nav a:hover { color: #fff; background-color: rgba(255,255,255,.15); }

.promo_container { padding: 0px; }

.promo_container .promo {
	width: auto;
	float: none;
	padding: 10px 0px 0px 0px;
	background-position: 20px 13px;
	border-top: 1px solid #ccc;
}

.promo_container .promo .content { padding: 0px 20px 5px 90px; }


footer { border-top: 1px solid #a6abc5; }

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/logo_small_2x.png); }*/
/*	header a.logo { background-image: url(../images/DGESTE_logo_small.png);*/ 
	header { background-image: url(../images/bannerFIPmini.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;*/

