/*consentidos.css*/

div.imagenesconsentidos {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 440px;
	height: 386px;
}

div.imagenesconsentidos img.control {
	display: block;
	position: absolute;
	top: 366px;
	left: 0px;
	width: 440px;
	height: 20px;
	border: 0px;
}

div.imagenesconsentidos img.foto {
	border: 1px solid #000;
}

div.consentidostexto {
	display: block;
	position: absolute;
	width: 266px;
	height: 163px;
	top: 30px;
	left: 10px;
	padding-right: 4px;
	overflow: auto;
}

div.consentidostexto p {
	color: #000;
	font-size: 12px;
	margin: 0px;
	text-align: justify;
}

div.consentidostexto h3 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

div.consentidosimagen {
	display: block;
	position: absolute;
	top: 200px;
	left: 10px;
	width: 272px;
	height: 198px;
	background-color: #000;
}

div.consentidosimagen img.foto {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	border: 0px;
}

div.consentidosimagen img.control {
	display: block;
	position: absolute;
	top: 178px;
	left: 4px;
	width: 266px;
	height: 20px;
	border: 0px;
}
