body {
	background: #FFF url(agua2.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /*IE6*/
	margin: 0 auto;
	background-color: White;
}

#contenedor{
	margin: 0  auto;
	width: 700px;
	background-color: white;
	border: 1px solid Black;
}
#cabecera{
	height: 120px;
	margin: 0 auto;
	color: White;
	font-family: Tahoma;
	background: #FFFFFF ;
}
#main{
	background: #FFF url(naran.gif);
	height: 400px;
}


#pie{
	font-family: Tahoma; /*text-align: center;*/
	font-size: 9px; 
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: Silver;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Gray;
	background-color: #040A81;
	color: white;
}


a:hover {/*
	color: #FF0990;
	text-decoration: none;/*
	/*font-weight: bold;*/
	/*display: block;*/
	padding: 10px;
	background-color: #eeeeee;
}
a{
	padding: 10px;
	color: #0F3390;
	text-decoration: none;
	font-weight: bold;
	
}
#foto{
	position: absolute;
	right: 10px;
	top: 100px;
}
#menu{
	text-align: center;
	background-color: #DDDDDD;
	padding: 4px;
	word-spacing: 50px;
	line-height: 20px;
}
tabla{
	border: 0;
	text-align: left;
	
}
tr{
	border: 0;
	
	text-align: left;
}
td{
	border:0;
	
	text-align: left;
}
.right{
	text-align: right;
}