
@charset "UTF-8";


#texto{
	display: block;
	width: inherit;
	height: inherit;
	max-width: 890px;
	min-width: 295px;
	padding: 10px;
	padding-bottom: 15px;
	margin-top: 5px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	}

	
#imagen{
	display: block;
	width: 100%;
	min-width: 305px;
	max-width: 908px;
	height: 200px;
	background-image: url(../imagenes/img_quienes001.jpg); 
	background-position: center;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: inset 0px 0px 8px 1px rgba(0, 0, 0, .6);
	box-shadow: inset 0px 0px 8px 1px rgba(0, 0, 0, .6);
	padding: 0px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	}