@charset "ISO-8859-1";
/* CSS Document */

	/* Estilos HTML */

	* { margin: 0px; padding: 0px; font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;}
	
	body { background: #D7DD25; color: #19171C;}
	h1 { display: block; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; text-transform: uppercase; font-size: 21px; font-weight: normal !important;}
	h3 { display: block; color: #8f8f44; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 16px; font-variant: small-caps; font-weight: normal !important;}
	
	p { font-size: 12px; text-align: justify; margin-bottom: 1em;}
	
	p strong { color: #94a700;}
	
	
	/* Especiales */
	
	.limpia { clear: both;}
	

	/* Maquetacion y Layout de HOME*/

	#page { margin: 0; padding: 0;}
	#header { height: auto; background: Transparent url(images/home_degrad_sup.jpg) repeat-x bottom center;}
	#main_body { height: auto; border-bottom: 1px solid black; background-color:#FFF;}
	#footer { height: 50px; background: Transparent url(images/home_degrad_inf.jpg) repeat-x top center; font-size: 10px;}
	
	#header_container { width: 980px; margin: 0px auto; padding: 0;}
	#main_body_container { width: 980px; margin: 0px auto; padding: 0;}
	#footer_container { width: 980px; margin: 0px auto; padding: 1.5em 0px; font-size: 10px; }
	
	
