html,body
{
	padding:0;
	margin:0;
	width: 100%;
	min-height:100%;
	font-family: Verdana, Arial, Serif;
	font-size:0.80em;
  	background-image:url(../img/estructura/fondo.gif); 
}

/* Contenedor del sitio web 100% x 100% */

.container
{
	width: 100%;
}

/* Capa superior del sitio web */

.content
{
	margin:0 auto 0 auto;
		
	width:800px;
	
	background-color:#FFFFFF;
}

/* Capa de cabecera */

.header-box
{
	height: 340px;
	width:100%;
	
	padding:0;
}
	

/* Capa madre de contenido */

.content-box
{
	min-height: 200px;
	width:100%;
	background-color:#FFFFFF;
}

/* Contenido Izquierda */

.lcontent
{
	width:600px;
	float:left;
}

/* Contenido Central */

.ccontent
{
	
	width:290px;
	float:left;
}

/* Contenido Dcha */

.rcontent
{
	width:200px;
	float:right;
}



/* Capa pie p�gina */

.footer-box
{
	min-height: 73px;
	width:100%;
	clear:both;
	background-image:url(../img/estructura/pie.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}
