@charset "utf-8";
/* CSS Document */

html, body	{height:100%; margin:0; padding:0;}

h1.titulo{
	 font-family: 'Tangerine', serif;
	font-size:50px;
	color:#05436C;
	text-align:left; 
	margin-bottom:10px;
	padding-left:20px;
}

BODY
{
	
	font-family:'Cantarell', serif;
	color: #707070;
	font-size: 14px;
	font-weight: normal;
}
.textonormal {
	font-family:'Cantarell', serif;
	color: #707070;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}
.textotolls {
	font-family:'Cantarell', serif;
	color: #2066AC;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}
a:link {
	font-family:'Cantarell', serif;
	font-size: 15px;
	color:#05436C;
	
    TEXT-DECORATION: none; 
}
a:visited {
	font-family:'Cantarell', serif;
	font-size: 15px;
	color:#05436C;
	TEXT-DECORATION: none; 	
			
}
a:hover {
	font-family:'Cantarell', serif;
	font-size: 15px;
	color:#05436C;
	
    TEXT-DECORATION: underline; 
}

.tablaborde{border:1px solid #999999; border-top-style :none; border-bottom-style :none;}
