@charset "utf-8";
/* CSS Document */
body
{
	 
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	text-align:center;
	
	margin: 0px;
	height: 100%;
	background-color:white;
	/*background-color:rgba(5,5,155,0.1);*/
	 
	 
}
#barratit
{
	height: auto;
	
	width: auto;
    align-content: center;
	background-image: linear-gradient(to bottom, rgba(3,16,95,1.00), rgba(3,16,95,0.8));
	border-bottom: 1px black solid; 
	 
}
#barratit h1
{
	font-size: 3em;
	color: white;
	margin-bottom: -10px;
	font-weight: 200;
}
#barratit p
{
	font-size: 1.3em;
	color: white; 
	
	
}
#barratitcontainer
{
	background-color:transparent;
	margin:auto;
	height:auto;
	width: auto;
	max-width: 850px;
	min-width: 250px;
	border: white solid dotted;
	text-align: justify;
	 
	color:rgba(117,25,122,0.54);
	padding-left: 10px;
	padding-right: 10px;
}

#container
{
	background-color:white;
	margin:auto;
	margin-top: 20px;
	height:auto;
	width: auto;
	max-width: 850px;
	min-width: 250px;
	border: black solid dotted;
	text-align: justify;
	font-size: 1.2em;
	color:black;
	padding-left: 10px;
	padding-right: 10px;
}
 
.titulo
{
	color:rgba(3,16,95,1);
	
}

.linkhome1 a
{
	color: white;
	text-decoration: none;
}
.linkhome1 a:visited
{
	color: white;
	text-decoration: none;
}

.linkhome2 a
{
	color:rgba(3,16,95,1);
	text-decoration: none;
}
.linkhome2 a:visited
{
	color:rgba(3,16,95,1);
	text-decoration: none;
}
a.linkhome3 
{
	color:rgba(3,16,95,1);
	text-decoration: none;
}
a.linkhome3:visited
{
	color:rgba(3,16,95,1);
	text-decoration: none;
}