@charset "UTF-8";

.titulo {
	float:left;
	color: #CF0;
	height: 320px;
	width: 720px;
	margin-top: 20px;
	font-family: arial;
	font-weight: bold;
	letter-spacing:-0.1em;
	font-size: 200px;
	line-height: 140px;
	text-shadow: #333 2px 2px;
}

.titulo_descripcion {
	float:left;
	color: #CF0;
	width: 215px;
	margin-left: 45px;
	margin-top: 255px;
	font-family: arial;
	font-weight: bold;
	letter-spacing:-2px;
	font-size: 28px;
	line-height: 25px;
	text-align: right;
	text-shadow: #333 1px 2px;
}

.fondo_cabezote {
	position: relative;
	width: 980px;
	left:50%;
	margin-left:-490px;
	height: 320px;
	border-bottom: solid #CF0 30px;
	
}

.titulo_recientes {
	position:absolute;
	z-index: 20;
	color: #515151;
	height: 30px;
	top: 304px;
	margin-left: 30px;
	font-family: arial;
	font-weight: bold;
	letter-spacing:-0.1em;
	font-size: 50px;
}



.fondo_contenido {
	position: relative;
	border-left: solid #CF0 30px;
	border-bottom: solid #CF0 30px;
	height: 440px;
	width: 950px;
	left:50%;
	margin-left:-490px;
	
}

.foto_recientes {
	float: left;
	width: 690px;
	height: 440px;
	background: #CF0; 
}

.descripcion_recientes {
	float:left;
	width: 260px;
	height: 300px;
	margin-top: 130px
}
.descripcion_tipo {
	color: #CF0;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	letter-spacing:-0.02em;
	text-shadow: #333 1px 1px;
}

.descripcion {
	color: #CF0;
	font-size: 28px;
	font-family: arial;
	font-weight: bold;
	letter-spacing:-0.02em;
	line-height: 25px;
	text-shadow: #333 1px 1px;
}