@import 'general.css';

/*-------- Slider ----------*/

#sliderContainer {
	position:relative;
	height:475px;
	background:url(../images/bg_slider.jpg);
}

#sliderContainer #slider {
	position:absolute;
	top:20px;
}

/*-------- Main Content ----------*/

#homeItems {
	padding-top:20px;
}
#noticiasHome {
	height:360px;
	overflow:hidden;
	position:relative;
}
#noticiasHome a#verNoticias {
	position:absolute;
	font-size:12px;
	color:#27689f;
	top:10px;
	right:0;
}
#previewNoticias {
	height:318px;
}

#previewNoticias .fecha {
	width:70px;
	height:52px;
	padding-right:5px;
	border-right:solid 4px #27689f;
	float:left;
	margin-right:10px;
}
#previewNoticias .fecha p {
	font-weight:bold;
	font-size:30px;
	line-height:26px;
	color:rgb(76, 76, 76);
}
#previewNoticias .noticia .detalle {
	width: 470px;
	float:left;
	margin-bottom:30px;
}
#previewNoticias .detalle a.titulo {
	font-size:18px;
	color:rgb(76, 76, 76);
	line-height:21px;
	text-decoration:none;
}
#previewNoticias .detalle a.titulo:hover {
	text-decoration:underline;
}
#previewNoticias .detalle p.nota {
	margin-top:8px;
	color:rgb(125, 125, 125);
	line-height:18px;
}
#previewNoticias .detalle a.leerMas {
	color:#27689f;
	font-size:12px;
	display:block;
	margin-top:5px;
}

#porqueElegirnos {
	background:url(../images/bg_porque_elegirnos.jpg) no-repeat top center;
	height:360px;
}
#porqueElegirnos div  {
	margin-left:230px;
	width:270px;
	margin-top:30px;
} 
#porqueElegirnos div h1 {
	margin-bottom:10px;
	padding-bottom:0;
}
#porqueElegirnos div p {
	color:rgb(71, 71, 71);
	font-size:14px;
	margin-bottom:20px;
}
#porqueElegirnos div ul {
	list-style-image:url(../images/bullet.png);
}
#porqueElegirnos div ul li {
	font-size:12px;
	color:rgb(73, 73, 73);
	margin-left:17px;
	line-height:30px;
}

#headlineServicios {
	margin:60px 0 50px 0;
}
#headlineServicios #inversion {
	background:url(../images/bg_headline_inversion.jpg) no-repeat;
	padding-bottom:20px;
	border-bottom:solid 10px #f9f9f9;
}
#headlineServicios #contaduria {
	background:url(../images/bg_headline_contaduria.jpg) no-repeat;
	padding-bottom:20px;
	border-bottom:solid 10px #f9f9f9;
}
#headlineServicios #analisis {
	background:url(../images/bg_headline_analisis.jpg) no-repeat;
	padding-bottom:20px;
	border-bottom:solid 10px #f9f9f9;
}
#headlineServicios #inversion:hover, #headlineServicios #contaduria:hover, #headlineServicios #analisis:hover {
	cursor:pointer;
	border-bottom:solid 10px #CCCCCC;
}
#headlineServicios #inversion div, #headlineServicios #contaduria div, #headlineServicios #analisis div {
	width:285px;
	margin-left:84px;
	margin-top:20px;
}
#headlineServicios #inversion div .titulo, #headlineServicios #contaduria div .titulo, #headlineServicios #analisis div .titulo {
	font-weight:bold;
	font-size:20px;
	color:rgb(76, 76, 76);
	margin-bottom:10px;
}
#headlineServicios #inversion div .descripcion, #headlineServicios #contaduria div .descripcion, #headlineServicios #analisis div .descripcion {
	line-height: 20px;
}

#otrosServicios #consultoriaIntegral h1 {
	margin-bottom:50px;
}
#otrosServicios #consultoriaIntegral div {
	width:266px;
	margin-left:30px;
}
#otrosServicios #consultoriaIntegral div h2 {
	line-height:21px;
	margin-bottom:10px;
	color:#27689f;
	font-size:18px;
}
#otrosServicios #consultoriaIntegral div p {
	line-height:20px;
}
#otrosServicios #consultoriaIntegral div a {
	display:block;
	width:75px;
	height:33px;
	margin-top:20px;
	border-style:none;
	background:url(../images/bg_login_button.png);
	font-family:'Ubuntu';
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	line-height:33px;
	text-align:center;
}
#otrosServicios #nuevoVideo h1 {
	margin-bottom:0px;
}