@charset "UTF-8";
@media all
{
	/* Index */
	#contenido h2{
		width: 442px;
		height: 88px;
		position: relative;
		font-size: 0.6em;
		padding-top: 24px;
		z-index: 5;
	}
	#contenido h2 span{
		width: 100%;
		height: 100%;
		position: absolute;
		display: block;
		background: url(/images/servicios1.gif) no-repeat;
	}
	#contenido h3{
		color: #800c08;
		font-weight: bold;
		margin-top: 88px;
	}
	#contenido p{
		margin-top: 100px;
		width: 601px;
		height: 472px;
		position: relative;
		font-size: 0.6em;
	}
	#contenido p span{
		width: 100%;
		height: 100%;
		position: absolute;
		display: block;
		background: url(/images/servicios2.jpg) no-repeat;
	}
}
