body {
	background-color: #57B6E8;
	color: #316B8B;
    background-image: url('../img/agua/background.jpg');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center top; 	
}

#header {
	background-color: #9BD3F3;
	height:200px;	
}

.content {
	background-color: #E6E6E6;
}


.barra{
	height:80px;
}

hr.puntos {
	clear:both;
    border: none;
	border-top: 3px dotted #316B8B;
}

#recommendation p.hilite{
	color: #FFFFFF;
}

#recommendation p.hilite strong{
	font-weight: bold;
	font-size: 28px;
}