
@import url('main.css');

/* ///////////////  biblioteca /////////////// */	
	

	/* este es el fondo titulo de cada sección, hereda del main las demás características */
	#titulo {
		background-image:url("../imagenes/layout/titulo_quienes.jpg");
	}	
	h1 {
		color:#cf202e;
		font-size:18px;
		font-weight:bold;
		padding:15px 15px 0px 15px;
	}	
	.caja_presentacion {
		width:673px;
		border:1px solid #ccc;
		margin-top:20px;
		float:left;
	}	
	.caja_presentacion p {
		padding:5px 15px 5px 15px;
		font-size:11px;
	}
	.caja_presentacion img {
		width:123px;
		height:154px;
		margin-bottom:15px;
		margin-left:15px;
		float:right;
	}

