/**************************************************************************************
General:
**************************************************************************************/

body { font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; margin:0px; padding:0px; }

p { margin:0px; padding:5px 0 5px 0;}

/**************************************************************************************
Identificadores:
**************************************************************************************/

#contenedor { width:853px; margin:auto; }

	#cabecera { width:853px; height:151px; background:url(../images/tmp_header_bg.jpg) no-repeat top left; }
	
	
	#cuerpo { width:850px; background:#8dc53e; border:1px solid #8DC53E; }

		#menu { width:290px; padding:10px 0 10px 0; float:left; }
		
			#menu ul { margin:0px; padding:25px 0 0 0 ; }
			#menu li { margin:0px; padding:0 0 15px 0; list-style:none; background:url(img/flecha.gif) right 0 no-repeat; }
			#menu li a { width:266px; padding:3px 0 3px 10px; font-weight:bold; font-size:100%; text-decoration:none; color:#8dc53e; background:#fff; display:block; }
			#menu li a:hover { color:#000; }
		
		#contenido { width:530px; height:370px; overflow:auto; float:right; padding:0 20px 0 0; text-align:justify; color:#493f0b; background:url(img/fondo_contenido.gif) 0 0 no-repeat; }
		
			#contenido h2 { color:#493f0b; font:16px Tahoma, arial; font-weight:bold; margin:0px; padding:5px 0 5px 0; }
			#contenido a { color:#493f0b; }
		
	#pie { width:853px; background:#ffffff; margin-top:10px; text-align:center; }
	
		#pie a { color:#fff; text-decoration:none; font-weight:bold; }

/**************************************************************************************
Clases:
**************************************************************************************/

.limpia { clear:both; }

.imgizq { float:right; margin:0 0 10px 10px; }

.error { text-align:center; padding:40px 0 0 0; }
.border_bottom {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #666666;
}
