body {
	background-color: #D8DBDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div{
	overflow: hidden;
	/*height:100%*/
}

/*a:link {text-decoration:underline;color:#686868;}
a:visited {text-decoration:underline;color:#919191;}
a:active {text-decoration:underline;color:#686868;}
a:hover {text-decoration:underline;color:#919191;}
*/

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FF0000;
	font-size: 12px;
}

a:hover {
	text-decoration:underline;
	color: #e30713;
	font-size: 12px;
}

.titulo_aplicativo {
    color: #108a97;
    /*margin-top:8px;*/
    margin-right: 2px;
    margin-left: 15px;
    font-family: 'Asap','arial';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.organismo {
    color: gray;
    margin-left:15px;
    font-size:11px
}

.navbar-fixed-top{
    left: 0;
    position: fixed;
    right: 0;
    margin-top: -10px;
    background-image: url("https://www.santafe.gov.ar/assets/standard/images/barra-header.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 1367px 3px;
    background-color: #E3E1E2;
    height: 75px;
    left: 0;
    margin: 0px auto 30px;
    padding: 10px 0px 0 55px;
    position: fixed;
    right: 0;
    z-index: 5;
}
.animation-background{
    -webkit-animation: animatedBackground 8s linear infinite;
}