@charset "UTF-8";
/* CSS Document */

section {
	position: relative;
	left: 0%;
	top: 81px;
	width: 1000px;
	height: 465px;
	margin-left: 500px;
	margin-top: 266px;
	overflow: hidden;
	border: 1px solid #CCC;
	z-index:200;
	font-family:SoberanaSans;
	font-size:14px;
	color:#093;
	text-align:center;
	background:#FFF;
	z-index:10;
}

footer {
	background-image:url(../imagenes/principal/fondo.png);
	background-color:#333;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	position:fixed; 
	left: 0;
	right:0;
	bottom: 0; 
	height: 100px; 
	width: 100%; 
	text-align: center; 
	color:#FFF;
	z-index:30;
	border: 20px solid #333;

	}

--footer {
  position:absolute;
  bottom:0%;
  width:100%;
  height:67px;   /* Height of the footer */
  background:#333;
  text-align:center;
  left:0;
}

-footer{  
    width: 100%;
	height: 50px;
	background: #333;
	position: relative;
	bottom:0;
	text-align:center;
	bottom:0px;
}

  

