@charset "utf-8";
/* CSS Document */
#contenedor {
  position: absolute;
  left: 30px;
  top: 0px;
	width: 945px;
  height: 1360px;
	background-color: #9EDAF3;
}
#botonera {
  position: absolute;
  left: 0px;
  top: 0px;
	width: 100%;
  height: 115px;
	background-image:url(resource/botonerabg.gif);
  background-repeat: repeat-x;
  overflow: hidden;
}

.logobv {
	margin-left:30px;
	margin-top: 30px;
}

#navTitle {
  position: absolute;
  left: 28px;
  top: 20px;
  width: 885px;
  height: 28px;
	background-image:url(resource/tit_mi_espacio.gif);
  background-repeat: no-repeat;
  border-bottom: solid 1px #506289;
}

#botones {
  margin-left:18px;
}

#botones .boton1 a {
	display:block;
 	clear:both;
	margin: 0px;
	width: 120px;
	height: 30px;
	cursor: pointer;
	background-repeat: no-repeat;
	}
	
#botones .boton1 a:hover, #botones .boton1 a:active {
	background-position: -120px 0;
	}
	
#botones .boton4 a {
	display:block;
 	clear:both;
	margin: 0px;
	width: 106px;
	height: 30px;
	cursor: pointer;
	background-repeat: no-repeat;
	}
	
#botones .boton4 a:hover, #botones .boton4 a:active {
	background-position: -106px 0;
	}
	
#botones .boton2 a, #botones .boton5 a  {
	display:block;
 	clear:both;
	margin: 0px;
	width: 90px;
	height: 30px;
	cursor: pointer;
	background-repeat: no-repeat;
	}
	
#botones .boton2 a:hover, #botones .boton2 a:active, #botones .boton5 a:hover, #botones .boton5 a:active {
	background-position: -90px 0;
	}
	
#botones .boton3 a {
	display:block;
 	clear:both;
	margin: 0px;
	width: 100px;
	height: 30px;
	cursor: pointer;
	background-repeat: no-repeat;
	}
	
#botones .boton3 a:hover, #botones .boton3 a:active {
	background-position: -100px 0;
	}
	
/*FOOTER*/
#footer {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 1270px;
	width: 100%;
  height: 90px;
	background-color: #b0e1f5;
	font-family: "Small Fonts", Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #2b3b51;
	line-height: 14px;
	text-align: center;
  padding: 25px;
}

#footer a:active, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: #000033; 	
	}

#footer a:hover {
	text-decoration: underline;
	color: #000033; 
}
