/****************************************************************************************************************
General:
****************************************************************************************************************/

body { font:11px arial; background:#ffffff url('/img/fondodeg.jpg') 0 0 repeat-x; margin:0px; padding:0px; }

p { margin:5px 0 10px 0; }
a { text-decoration:none; }

/****************************************************************************************************************
Identificadores:
****************************************************************************************************************/

#contenedor { width:955px; margin:auto; background:url('/img/fondo_cont.jpg') 0 0 repeat-y; }

	#cabecera { width:955px; height:148px; background:url('/img/fondo_cabecera.jpg') 0 0 no-repeat; }
 	#cabecera img {padding:15px 10px 20px 212px;}	

	#cuerpo { width:895px; padding:10px 35px 60px 23px; background:url('/img/fondo_pie.jpg') 0 bottom no-repeat; }	
	
		#menulat { width:187px; float:left; }
		
			#menulat p strong { width:181px; display:block; padding:3px; background:#000; color:#f1ec09; }		
			#menulat ul { margin:0px; padding:0 0 10px 0px; }	
			#menulat ul li { list-style:none; }
			#menulat ul li a { color:#199c18; }
			#menulat table { width:187px; border:0px solid #999; border-collapse:collapse; }
			#menulat td { padding:2px 3px; color:#fff; }
			#menulat p img { border:0px; }
		
		#texto { width:700px; float:right; }
		
			#texto td, th { padding:3px; }
			
#pie { width:955px; margin:auto; text-align:center; }

	#pie a { color:#6a9c39; }

/****************************************************************************************************************
Clases:
****************************************************************************************************************/

.limpia { clear:both; }

.subseccion { font-weight:bold; padding:0 0 10px 0; }

.botones { background:#000; color:#f1ec09; padding:2px 3px; }
