body {
	margin: auto;
}
#contenido-v {
    position:absolute;
    top:50%;
    margin-top:-269px;
    left:0;
    width:100%;
    text-align: center;

}
#contenido-h {
    width:840px;
    margin-left:auto; /* firefox */
    margin-right:auto; /* firefox */
    height:534px;
    text-align:left;
}
#contenido {
	background-size: auto;
	width: 840px;
	height: 538px;
	margin: auto;
	margin-top: -269px;
	top: 0px;
}
#fondo {
	/* absolute x explorer */
	position: absolute;
	z-index: 1;
}
#cajaLogo {
	position: relative;
	z-index: 1;
	margin-top: 0px;
	margin-left: 60px;
}
#direccion {
	font-size: 9px;
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 6px;
/*//	color: #5b5200;*/
}
#lema {
	margin-top: 0px;
	font-size: 13px;
	font-weight: bolder;
/*//	color: #5b5200;*/
}
#box {
	z-index: 2;
	position: relative;
	margin-top: 11px;
/*	margin-top: 135px;  EXPLORER */
	margin-left: 60px;
/*//	margin-left: 80px;*/
/*	margin-bottom: 7px; */
	width: 400px;
/*//	width: 307px;*/
	/* Era 375px en fifox */
	height: 410px;
}
#box #header {
	font-size: 8px;
	height: 13px;
/*	color: #5b5200; */
}
#box #header a {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
#box #text {
	font-family: Georgia;
	font-size: 11px;
/*	background-color: #005985;
	color: #cdcaaf; 
	FFF */
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 3px;
	height: 90%;
}
#menu {
	position: relative;
	z-index: 2;
	margin-top: 0px;
	width: 400px;
	height: 20px;
	color: #FFFFFF;
	font-family: Georgia;
	padding-top: 5px;
	font-size: 11px; 
	text-align: center;
}
span.nonow {
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
}
#menu span.now {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: underline;
/*	font-size: 11px; */
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
p {
	text-align: justify;
}
.center {
	text-align: center;
}
a.sub:hover {
	text-decoration: underline;
}


