@charset "utf-8";
/* CSS Document */

#contenido {
	height: 550px;
	width: 900px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;	
}

#imagenizq {
	float: left;
	height: 525px;
	width: 375px;
	position: absolute;
	z-index: 1;
}

#textodcha {
	float: right;
	height: 475px;
	width: 435px;
	z-index: 2;
	overflow: auto;
	padding: 0 30px 75px 30px;
	margin-right: 30px;
	margin-bottom: 50px;
	margin-top: 50px;
	/*border: 1px solid;*/
}

#flecha1 {
	float: left;
	height: 42px;
	width: 41px;
	/*background-image: url(images/flecha1.jpg);*/
	position: absolute;
	z-index: 999;
	top: 475px;
	left: 35px;
}

#flecha2 {
	float: right;
	height: 42px;
	width: 41px;
	/*background-image: url(images/flecha2.jpg);*/
	position: absolute;
	z-index: 999;
	top: 475px;
	left: 835px;
}

h4 {
	color: #1f5782;
	text-decoration: none;
}


