@charset "utf-8";
/* CSS Document */

						/****************************************************
									ESCUELA DE SURF & SURFCAMP
						****************************************************/

/**********************
		GENERAL
**********************/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#517693;
}
body {
	background-color:#517693;
}
a:link {
	color:#517693;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#517693;
}
a:hover {
	text-decoration: none;
	color:#000000;
}
a:active {
	text-decoration: none;
	color:#517693;
}

/**********************
		DIV
**********************/
.div_menu{
	width:109px;
	height:auto;
	margin-left:20px;
}
.div_contacto{
	color:#FFFFFF;
	margin-right:60px;
}