@charset "UTF-8";
@media all
{
	/* Index */
	#contenido h2{
		width: 410px;
		height: 76px;
		position: relative;
		font-size: 0.6em;
		padding-top: 35px;
		z-index: 5;
	}
	#contenido h2 span{
		width: 100%;
		height: 100%;
		position: absolute;
		display: block;
		background: url(/images/ester1.gif) no-repeat;
	}
	#contenido h3{
		color: #800c08;
		font-weight: bold;
		margin-top: 88px;
	}
	/*#contenido ul li {
		margin: 0 30px 15px 0;
		padding-left: 10px;
		line-height: 1.2em;
		background: url(/images/ester3.gif) no-repeat 0 5px;
	}*/
	#contenido ol li {
		margin: 15px 30px 15px 0;
	}
	ol{
		list-style-type: decimal;
		margin-left: 20px;
	}
	p{
		/*margin: 10px 0;*/
	}
}
