body {
 	height:100%;
 	width:100%;
	margin: 0;
	/*padding: 0px;
	text-align: left;
	vertical-align: top;
	position: absolute;
	left: 0px;
	top: 0px;*/
}

a {
	text-decoration: none;
	border: 0px;
}

img {
	border: 0px;
}

table {
	border: 0px;
	padding: 0px;
	border-spacing:0px;
	margin:0px;
}

.oculto {
	visibility: hidden;
}

/* CABECERA */
.divCabecera{
	position: absolute;
	top:0%;
	width:677px; 
	height:127px;
}

.textoCabecera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #698F8F;
	text-align: right;
}


/* PIE */


.divPies{
	position: absolute;
	height:35px;
	top: 98%;
	margin-top: -35px;
	width: 98%;
}

.textoCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;	
}
.textoFrase {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #698F8F;
	text-align: center;
}

.linksPie, .linksPie a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #698F8F;
	text-align: center;
}

.linksPie a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
}


/* MENU */

.divCuerpo{
	position: absolute;
	height: 379px;
	width:98%;	/*
	position: absolute;
	top: 55%;
	margin-top: -190px;*/
}

.divCuerpo2{
    padding-top:40px;
	margin:0px auto; 
	height: 60px;
	width:780px;
}

/* GALERIA */

.celdaImagen {
	height: 112px;
	width: 168px;
	vertical-align: middle;
	text-align:center;
	background-color: #7b7b7b;
}

.fondoGris {
	background-color: #7b7b7b;
}

.divGaleria{
	height: 446px;
	width:98%;
	/*
	position: absolute;
	top: 55%;
	margin-top: -223px;*/
}
.enlace {
	text-align: right;
	vertical-align: middle;
}

.divSeparacion {
	height:120px;
}