body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#contenedor {
	height: 500px;
	width: 780px;
	position:relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	background-image: url(imagenes/fondoprin.gif);
}
#contenedor .menu {
	height:460px;
	width: 180px;
	position:absolute;
	margin-top:20px;
	left: 30px;
	background-image: url(imagenes/fondolat.gif);
	background-repeat:no-repeat;
}
#contenedor .princi {
	height:460px;
	width:500px;
	position:absolute;
	margin-top:20px;	
	left:240px;
	right: auto;
	bottom: auto;
}
#contenedor .oculto {
	visibility:hidden;
	height:430px;
	width:460px;
	position:absolute;
	margin-top:25px;	
	left:245px;
	right: auto;
	bottom: auto;
}
#palogo {
	height: 70px;
	width: 250px;
	background-image:url(imagenes/logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
}
#celda1 {
	background-image:url(imagenes/inicio.gif);
	background-repeat:no-repeat;
	background-position: left;
	width:130px;
	height:37px;
}
.textoprin {text-align:center; color:#FFCC33; font-size:24px; font-style:italic;}
a {text-align:center; vertical-align:middle;text-decoration:none; text-transform:capitalize;color: #FFFFFF;font-size:16px; font-weight:bold}
a:hover {color:#FFFF00; font-style:italic; cursor:help;}
a:visited {color:#FF9900; }