/* CENTERING AUTO-Margin
================================== */

body {
	background-color: #804506;
	margin: 0;
	padding: 0 
	}

#horizontal {
	background-color: #804506;  /*se ve el fondo TRANSPARENTE > Poner un FONDO al Flash*/
	visibility: visible;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible }

#center {
	background-color: #804506; /* COLOR de FONDO  */
	visibility: visible;
	margin-left: -490px;
	position: absolute;
	top: -290px; /* NO La mitad de la altura del flash 730px por FireFox*/
	left: 50%;
	width: 980px;
	height: 730px;
	/*border: solid 1px black;  BORDE  */
	overflow: hidden;
	
	margin-bottom:20px;

}
.content {
	font-size: 14px;
	padding: -5px 
}


/* TEXTO General
================================== */
body {
  font: 13px/1.4 Verdana, Arial, Helvetica, sans-serif; /* Texto */
  color: #fff;
}


/* TITULARES
================================== */

h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
h1 {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align:center;
	margin-top: 0px;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align:center; 
	margin-bottom: 6px;
}

/* ESTILOS */

.pedroimagina {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
/* LAYOUT
================================== */

#footer { 
/* */
	position: absolute;
	top: 100%;
	width: 900px;	
	font-size: 10px;	
	padding:30px;
	z-index: 99;
}
#footerLeft { 
 	float: left;
	text-align: left;
    padding-left: 50px;
} 
#footerRight{ 
	float: right;
	text-align: right;
    padding-right: 50px;
}
