body {
	margin: 0px;
}
#cabecera {
	position: relative;
	height: 192px;
	width: 1024px;
	background-image: url(imagenes/montaofi.jpg);
}
#cuadrologo {
	position: relative;
	height: 192px;
	width: 256px;
}
#logotipo {
	background-image: url(imagenes/logo.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	position: relative;
	height: 60px;
	top: 25px;
}
#fondo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: absolute;
	height: 576px;
	width: 768px;
	left: 256px;
	top: 192px;
	background-image: url(imagenes/fondo2.jpg);
	background-repeat: repeat-y;
	line-height: 20px;
}
#botonera {
	height: 480px;
	width: 256px;
}

#fondotext {
	position: relative;
	width: 738px;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	left: 15px;
	top: 15px;
}


#botonamar {
	background-color: #FFFFCC;
	position: relative;
	height: 96px;
	width: 256px;
}
#mailto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0000FF;
	text-align: center;
	top: 15px;
	position: relative;
}
a:link {
	text-decoration: none;
}
#direccilogo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 205px;
	text-align: center;
	top: 10px;
	position: relative;
	left: 25px;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
