a {
    color: white;
    text-decoration: none;
	margin-left: 20px;
	font-family: Arial;
	font-size: 13px;
	font-weight: 1;
}

.header {
    top: 0;
    width: 100%;
	margin-top: -39px;
	
	background: rgba(0,70,71,1);
	background: -moz-linear-gradient(-45deg, rgba(0,70,71,1) 0%, rgba(0,70,71,1) 33%, rgba(66,155,158,1) 79%, rgba(66,155,158,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,70,71,1)), color-stop(33%, rgba(0,70,71,1)), color-stop(79%, rgba(66,155,158,1)), color-stop(100%, rgba(66,155,158,1)));
	background: -webkit-linear-gradient(-45deg, rgba(0,70,71,1) 0%, rgba(0,70,71,1) 33%, rgba(66,155,158,1) 79%, rgba(66,155,158,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,70,71,1) 0%, rgba(0,70,71,1) 33%, rgba(66,155,158,1) 79%, rgba(66,155,158,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,70,71,1) 0%, rgba(0,70,71,1) 33%, rgba(66,155,158,1) 79%, rgba(66,155,158,1) 100%);
	background: linear-gradient(135deg, rgba(0,70,71,1) 0%, rgba(0,70,71,1) 33%, rgba(66,155,158,1) 79%, rgba(66,155,158,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004647', endColorstr='#429b9e', GradientType=1 );
}


.headerNavFlotRight{
	display:inline;
	float:right;
	width:39%;
}

.headerNavFlotRightWithFull{

	float:right;
	width:100%;
}
.titulo_pruebas {
	text-align: center;
	font-size: 20px;
    font-weight: bold;
    color: #fbdb42;
}
.titulo_version {
	font-family: Verdana;
    font-size: 17px;
    color: white;
}
.img-logo {
    width: auto !important;
    height: auto !important;
}

/*Icono cierre sesion*/
.icono {
   	 height: 23px !important;
   	 }

