@import url('estilosGenerales.css');

/*ESTILOS DEL CUERPO DINAMICO*/

/*BLOQUES*/
#bloque02 , #bloque03{border-top:solid 1px #eee;}

.segundoTitulo{
	font-size:28px;
	color:#4d4d4d;
	margin:20px 0 10px 0;
	font-weight:normal;
}

.informacionBloque01{
	position:absolute;
	top:50px;
	left:40px;
	width:300px;
}

.tituloBloque{
	font-size:18px;
	color:#4d4d4d;
	padding-bottom:10px;
	font-weight:normal;
	text-align:right;
	margin-top:30px;
}

.parrafoBloque{
	line-height:16px;
	padding-bottom:10px;
	height:70px;
	overflow:auto;
	text-align:right;
}

.masInfoBloque{
	color:#9d9d9d;
}

.masInfoBloque:hover{color:#272fea;}

/*SLIDE*/
.slide{
	position:relative;
	height:200px;
}


.display{
	width:180px;
	height:135px;
	overflow:hidden;
	position:relative;
	left:403px;
	top:64px;
}

.display img{
	position:absolute;
	top:0;
	left:0;
}

.frenteSlide{
	background:url('../pics/recuadroSlide.png') no-repeat top left;
	position:absolute;
	top:50px;
	left:388px;
	width:220px;
	height:170px;
}

.frenteSlide:hover{background:url('../pics/recuadroSlide2.png') no-repeat top left;}

.bajada{
	font-style:italic;
	color:#aaa;
	margin-bottom:10px;
}