html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 height:100%; 
} 
a:link {
	text-decoration: none;
	border:none;
}
a:visited {
	text-decoration: none;
	border:none;	
}
a:hover {
	text-decoration: none;
	border:none;
}
a:active {
	text-decoration: none;
	border:none;
}
h1{
	font-family:  Georgia, "Times New Roman", Times, serif;
	margin-top:10px;
	margin-left:30px;
	color:#FFFFFF;
}
h2{
	font-family:  Georgia, "Times New Roman", Times, serif;
	margin-left:600px;
	color:#FFFFFF;
}
img{
		border: none;	
	}
	
span{
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #676767;
	text-decoration: none;
	letter-spacing: normal;
	font-weight: normal;
	text-indent: 13pt;
	}
p{
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #676767;
	text-decoration: none;
	letter-spacing: normal;
	font-weight: normal;
	text-indent: 13pt;
	text-align: justify;
}

.titulo{
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #676767;
	text-decoration: none;
	letter-spacing: normal;
	font-weight: lighter;
	text-indent: 13pt;
}

.cartel{
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color:#676767;
	text-decoration: none;
	font-weight: normal;
	text-indent: 13pt;
	text-align: center;
}
.menu{
	margin-left: 390px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #223383;
	font-weight: bold;
	width: 210px;
	margin-top: 10px;
}
.colormenu{
		color: #223383;
}
.idioma{
	margin-top: 42px;
	margin-left:140px;
	width: 180px;
}

#anchopagina{ 
 width:715px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-image: url(BlueWater/cuerpo.png);
 background-repeat:repeat-y;

} 
 
#cabecera{
	position: relative;
	height:147px;
	background-image: url(BlueWater/head.jpg);
	width: 100%;
	z-index: 10;
	background-repeat: no-repeat;
	margin-left: 19px;

} 

#columna-prin{ 
 float:left; 
 display:inline; 
 margin-left:70px;
 position: relative; 
 width:610px;

 }
 
#pie{
	height: 161px;
	background-image: url(BlueWater/footer.jpg);
	background-repeat: no-repeat;
	margin-left: 19px;
	clear: both;
	margin-top:10px;
} 
 
