@charset "utf-8";
/* CSS Document */
#divCuerpo{
	background:url(../adjunto/bg_CuerpoHome.png);
	width:990px;
	padding:0 6px;
	margin-left:-6px;
	min-height: 875px;/* set here min height  */
	height: auto !important;/* overwrite the height */
	height: 875px;/* this is also the min height for IE */
}
#divCuerpoHome{
	margin-top:8px;
	padding:0 25px 0 30px;
	min-height: 602px;/* set here min height  */
	height: auto !important;/* overwrite the height */
	height: 602px;/* this is also the min height for IE */
	background:#FFFFFF
}
#divCuerpoHome #divNoticias h1{
	margin-top:17px;
}  
#divCuerpoHome #divNoticias .NoticiaTop {
	background-color: #fff;
}

#divCuerpoHome #divDer {
	line-height:normal;
	min-height: 400px;/* set here min height  */
	height: auto !important;/* overwrite the height */
	height: 400px;/* this is also the min height for IE */
}
#divCuerpoHome #divDer h1{
	height:40px;
	margin-top:15px;
	margin-bottom:20px;
	font-size:20px;
	font-weight:normal
}
#divCuerpoHome #divDer h2{
	padding-bottom:0;
}
#divCuerpoHome a.txtcolor {
	color:#00539f;
}
#slider {
    width:990px;
    height:325px;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	background:url(../adjunto/arrows.png) no-repeat;
	position:absolute;
	width:30px;
	height:30px;
	top:45%;
	z-index:99;
	cursor:pointer;
	text-indent:-9999px;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
	border:20px
}
a.nivo-prevNav {
	left:15px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
