body {
 margin: 0px;
 padding: 0px;
 text-align: center;
 background: #ffffff url(imagenes/fondo_body.gif) repeat-y;
}

#wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 790px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: left;
	background: #fff;
	z-index: 1;
	/*background: transparent url(imagenes/fondo_body.gif)*/
}

#encabezado_banners { 
   position: absolute;
	 top: 0px;
	 width: 790px; 
	 height: 197px; 
	 text-align: center; 
	 margin: 0 auto;
	 background: transparent url(imagenes/banner_titulo.gif);
	 z-index: 1
	 }

/* Contenedor principal */
#contenedor {
 position:relative;
 top:0;
 left:0;
 width:780px;
 margin:0 auto;
 padding:20px 0 0 0;
 text-align:justify;
 background:transparent url(/imagenes/fondo_contenedor.gif) repeat-y;
 z-index:1;
 }
/* Sombra Contendor principal */
#contenedor_sombra { 
 position: absolute; 
 top: 0px; 
 left: 0px; 
 width: 780px; 
 height: 260px; 
 margin: 0 auto; 
 padding: 0; 
 text-align: left; 
 float: left; 
 clear: none; 
 background: transparent url(http://redyuca.inia.gov.ve/imagenes/sombra_encab.gif) no-repeat; 
 z-index: 4;
 }
/*******************************************************************************************/


.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}
a, a:link a:visited {
	text-decoration: none;
	color: #9eb72f;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
}




#wrapper_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 791px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	float: left;
	clear: none;
	z-index: 2;
}




#content_left {
  position: relative;
	left: 25px;
	width: 500px;
	border: 1px solid red;
	z-index: 100; 
}

#content_left p {
 font: normal 14px/27px "Times New Roman",Serif;
 color: #990000;
 text-align: justify
}
#content_right {
  position: relative;
	right: 20px;
	float: right;
	width: 230px;
	border: 1px solid red;
	z-index: 100; 
}
#content_right p {
 font: normal 14px/27px "Times New Roman",Serif;
 color: #990000;
 text-align: justify
}









.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
