/* CSS Document */

#contenido_interior {
	padding: 80px 20px 20px 45px;
	z-index: 10;
	clear: both;
}

* html #contenido_interior {
	height: 1%;
}

div.foto {
	float: right;
	position: relative;
	top: -110px;
	margin: 0px 0px 0px -225px;
	padding: 5px 0px 5px 10px;
	border: solid black;
	border-width: 1px 0px 0px 1px;
	background: url(../img/fondo-fotos1.png) top right no-repeat;
}

div.texto {
	border: solid black;
	border-width: 1px 0px 0px 1px;
	background: #CBE5F6 url(../img/fondo-texto.png) top left repeat-y;
	font-size: 70%;
	padding: 15px 0px 15px 40px;
}

