/* CSS Document */
#onda {
	background-image:url(../images/titulo_onda.gif);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left: 80px;
	width: 320px;
	float:left;
}
#menuonda {
	margin-left: 80px;
	margin-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #bebebe;
	padding-bottom: 0.3em;
}
#menuonda a:link,#menuonda a:visited,#menuonda a:active{
	color: #616161;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #bebebe;
	padding-right: 0.7em;
	padding-left: 0.7em;
	font-size: 11px;
}
#menuonda a:hover{
	color: #000000;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #bebebe;
	padding-right: 0.7em;
	padding-left: 0.7em;
	font-size: 11px;
}
#columnafotos {
	float: left;
	margin-right: 5px;
	margin-left: 30px;
	width: 110px;
}
.ondafoto {
	margin-top: 3em;
}
.ondafoto p{
	color: #606060;
	font-size: 10px;
	margin-top: 1.5em;
	font-weight: bold;
}

