/******************************************
General:
body
******************************************/

body { padding:0px; margin:0px; font:11px verdana; color:#666; background:#000; }
object { margin:0px; padding:0px; }

/******************************************
Identificadores:
contenedor, cabecera, cuerpo, pie
******************************************/

#contenedor { width:760px; margin:auto; }

	#cabecera { width:100%; background:#D6EAF6; }
	#cuerpo { width:100%; top:-20px; background:#fff; }
	
		#cuerpo ul { font:12px verdana; margin:0px 0px 0px 15px; padding:0px; }
		#cuerpo li { border-bottom:1px dashed #666; margin-left:5px; margin-right:5px; list-style-image:url(/img/flechazul.gif); padding:3px 0px 3px 0px; }
		#cuerpo a { color:#666; text-decoration:none; }
		#cuerpo a:hover { color:#F48A3B; }
		
		#menulateral { background-color:#D6EAF5; }
	
	#pie { width:100%; text-align:center; color:#498797; }

/******************************************
Clases:
limpia
******************************************/

.limpia { clear:both; }

