/* CSS Document */


	html, body { height:100% !important;}
	
	/***** reset css for all types suported ****/
	
	html, body, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, p, a, img, span, form, legend, label, fieldset, input, textarea, select, button, hr, table, tr, td, th { margin:0; padding:0;}
	acronym, abbr { cursor: help}
	
	hr, legend { display:none; visibility:hidden;}
	
	img, fieldset { border:0;}
	
	ul, ol { list-style:none;}
	
	table { border:0; border-collapse:collapse; border-spacing:0;}
	
	caption { display:none; visibility:hidden; }
	
	button { border:none; line-height:1em; background:none; cursor:pointer; }
	
	/***  default tag styles ***/
	body { text-align:center; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:13px; }
		
	/*** fondos de los hules ***/
	body { background-color:#a99c7e; background-position:40% 0; background-attachment:fixed;}
	body.hule01 { background-image:url(/default/images/bg-hule01.jpg); }
	body.hule02 { background-image:url(/default/images/bg-hule02.jpg); background-repeat:repeat; }
	body.hule03 { background-image:url(/default/images/bg-hule03.jpg); background-repeat:repeat; }
	body.hule04 { background-image:url(/default/images/bg-hule04.jpg); }
	body.hule05 { background-image:url(/default/images/bg-hule05.jpg); }
	body.hule06 { background-image:url(/default/images/bg-hule06.jpg); }
	body.hule07 { background-image:url(/default/images/bg-hule07.jpg); background-repeat:repeat; }
	
	a:hover { text-decoration:underline !important;}
	
	div.wysiwyg ol{
		display:block;
		list-style:decimal !important;
		padding-left:20px;
		margin-left:7px;
		margin-top:10px;
	}
	
	div.wysiwyg ol.listadoHuevos{
		display:block;
		list-style:decimal !important;
		padding-left:10px;
		margin-left:0;
		margin-top:10px;
	}
	
	div.wysiwyg ul{
		display:block;
		list-style:disc !important;
		margin-top:20px;
		padding-left:20px;
	}
	
	div.wysiwyg ol li{
		margin-bottom:10px;
		
	}
	
	div.wysiwyg ol.listadoHuevos li{
		margin-bottom:10px;
		list-style:none;
		
	}
	
	div.wysiwyg ol br,
	div.wysiwyg ul br{
		display:none;
	}
	
	div.wysiwyg ul li{
		margin-bottom:10px;
	}	
