#carrusel_1_v4 {
	width: 59em;
	height: 8em;
	background-color: white;
	z-index: -1;
	display: block;
}

/* ----------------------------------------------------- */

.C_centro {
	border: 1px solid silver;
	height: 7.9em;
	width: 54.8em;
	overflow: hidden;
	position: relative;
}

.C_centro2 {
	border: 1px solid silver;
	height: 7.9em;
	width: 36.8em;
	overflow: hidden;
	position: relative;
}

.nota_c1 {
	float: left;
	padding-top: .9em;
	height: 6.9em;
	padding-left: .7em;
	width: 17.5em;
	display: block;
	position: absolute;
}

.imagen_c1 {
	border: 2px solid #c9c9c9;
	width: 8em;
	height: 6em;
	margin-right: .4em;
}

.titulo_c1 {
	font-size: .7em;
	text-transform: uppercase;
	margin-bottom: .5em;
}

.titulo_c1 a {
	color: #b6590f;
	text-decoration: none;
	line-height: 1.1em;
	margin-bottom: .2em;
}

.titulo_c1 a:hover {
	text-decoration: underline;
}

.descrip_c1 {
	font-size: .6em;
	line-height: 1.2em;
	color: #5b5a59;
}

#num1x {
	background-color: orange;
	height: 50px;
	overflow: hidden;
	position: relative;
}