div.bannerPrincipal{
	background: transparent;
	height:350px;
	margin: 0 auto;
	width:1030px;
}

div.bannerPrincipal div.imagenPrincipal{
	height:100%;
	float:right;
	position:relative;
	width:762px;
}
div.bannerPrincipal div.imagenPrincipal img{
	background: #666;
	width: 100%;
}
div.bannerPrincipal div.imagenPrincipal a.banner{
	display: none;
	position: absolute;
}
div.bannerPrincipal div.imagenPrincipal a.ban1{
	display: block;
	z-index: 1;
}
div.bannerPrincipal div.imagenPrincipal a.ban2{
	z-index: 2;
}
div.bannerPrincipal div.imagenPrincipal a.ban3{
	z-index: 3;
}
div.bannerPrincipal div.imagenPrincipal a.ban4{
	z-index: 4;
}
div.bannerPrincipal div.imagenPrincipal a.ban5{
	z-index: 5;
}
div.bannerPrincipal div.imagenPrincipal div.control{
	background: #004669;
	bottom:-5%;
	height:20%;
	padding: 1% 0;
	position:absolute;
	-webkit-animation-name: bannersControlShow; /* Chrome, Safari, Opera */
    -webkit-animation-duration: .4s; /* Chrome, Safari, Opera */
    animation-name: bannersControlShow;
    animation-duration: .4s;
	text-align:center;
	width:100%;
	z-index: 7;
	-webkit-box-shadow: 0px 0px 52px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 52px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 52px -2px rgba(0,0,0,0.75);
}
div.bannerPrincipal div.imagenPrincipal div.hide{
	-webkit-animation-name: bannersControlHide; /* Chrome, Safari, Opera */
    -webkit-animation-duration: .4s; /* Chrome, Safari, Opera */
    animation-name: bannersControlHide;
    animation-duration: .4s;
    filter:alpha(opacity=0);
	opacity:0;
	bottom: 100px;
}
div.bannerPrincipal div.imagenPrincipal div.control img{
	border: 2px solid #004669;
	cursor: pointer;
	height: auto;
	margin-right: 3px;
	width: 145px;
}
div.bannerPrincipal div.imagenPrincipal div.control img.seleccionado{
	border: 2px solid #FFF;
}
div.bannerPrincipal div.imagenPrincipal div.control img.miniatura5{
	margin-right: 0;
}
div.bannerPrincipal div.textoPrincipal{
	height:100%;
	float:left;
	position:relative;
	width:268px;
}
div.bannerPrincipal div.textoPrincipal h2{
	color: #666;
	font-size: 1.7em;
	margin: 0;
	padding: .7em 20px;
	padding-bottom: .0em;
	text-align: left;
}
div.bannerPrincipal div.textoPrincipal div.controlIndicadores{
	bottom: 0;
	color: #666;
	margin: 0;
	padding: 1em 0;
	position:absolute;
	text-align: center;
	width: 100%;
}
div.bannerPrincipal div.textoPrincipal div.contenedor{
	display: none;
}
div.bannerPrincipal div.textoPrincipal div.con1{
	display: block;
}
div.bannerPrincipal div.textoPrincipal div.controlIndicadores div.indicador{
	background: #999;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	margin-left: 10px;
	height: 10px;
	width: 10px;
}
div.bannerPrincipal div.textoPrincipal div.controlIndicadores div.indicadorSeleccionado{
	background:#FF5500;
}
div.bannerPrincipal div.textoPrincipal div.controlIndicadores div.numero{
	display: inline-block;
}
div.bannerPrincipal div.textoPrincipal p{
	color: #666;
	margin: 0;
	padding: .3em 20px;
}

div.bannerPrincipal div.textoPrincipal p strong{
	display: block;
text-align: right;
font-size: 12px;
/*background: #999;*/
color: #666;
margin: 4px auto;
padding: 0 5px;
}

div.contenedorCentral{
	max-width: 1100px;
	margin: 0 auto;
}

/* Estudie en la UNAD */
div.estudieUNAD{
	padding: 0;
	margin: 0;
	margin-top: 2px;
}
div.estudieUNAD div.h2{
	color: #666;
	margin: 0;
	padding-top: 5px;
}
div.estudieUNAD div.h2 h2{
	background: #E8E8E8;
	display: inline-block;
	color: #666;
	font-size: 1.3em;
	margin: 0;
	padding: 0.1em 1em;
	padding-right: 1.3em;
}
div.estudieUNAD ul{
	padding: 0;
	overflow: hidden;
	margin: 0;
}
div.estudieUNAD ul li{
	display: table;
	float: left;
	list-style: none;
	margin-right: 0%;
	width: 25%;
}
div.estudieUNAD ul li.carreras{

}
div.estudieUNAD ul li.estadosUnidos{
	margin-right: 0%;
}
div.estudieUNAD ul li a{
	-webkit-box-shadow: inset 0 -.2em rgba(0,0,0,.3);
    box-shadow: inset 0 -.2em rgba(0,0,0,.3);
	color: #FFF;
	display: table-cell;
	height: 62px;
	margin: 0;
	padding: 0 2%;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	vertical-align: middle;
	width: 92%;
	overflow: hidden;
}
div.estudieUNAD ul li a:hover{
border-radius: 30px;
}
div.estudieUNAD ul li.bachillerato a{
	background: #7c3862;
}
div.estudieUNAD ul li.bachillerato a:hover{
	background: #50233F;
}
div.estudieUNAD ul li.carreras a{
	background: #1e8b8a;
}
div.estudieUNAD ul li.carreras a:hover{
	background: #166564;
}
div.estudieUNAD ul li.cursos a{
	background: #617e07;
}
div.estudieUNAD ul li.cursos a:hover{
	background: #445805;
}
div.estudieUNAD ul li.estadosUnidos a{
	background: #009ED4;
}
div.estudieUNAD ul li.estadosUnidos a:hover{
	background: #026688;
}

div.noticiasUNAD{
	background: #243153;
	position: relative;
	padding: 0 0 20px 0;
	margin: 20px 0;
	margin-top: 2px;
}
div.noticiasUNAD a{
	color: #333;
	text-decoration: none;
}
div.h2{
	color: #666;
	margin: 0;
	text-align: center;
}
a.masNoticias{
	background: #aaa;
	color: #fff;
	display: inline-block;
	padding: 5px 0;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 268px;
}
div.h2 h2{
	background: #E8E8E8 ;
	display: inline-block;
	font-size: 1.3em;
	margin: 0 ;
	padding: 5px 30px;
	border-radius: 10px;
}
div.h2 h2.novedades{
background: transparent;
border: 1px solid #FFF;
margin-top: 10px;
}
div.h2 h2.novedades a{
color: #FFF;
}
div.h2 h2 a{
	color: #666;
	text-decoration: none;
}
div.h2 h2 a:hover{
	text-decoration: underline;
}
div.noticiasUNAD div.destacados{
text-align: center;
	width: auto;
	overflow: hidden;
}
div.noticiasUNAD div.destacados a{
	background: #fff;
	display: inline-block;
	margin-left: 1.5%;
	margin-top: 20px;
	line-height: 18px;
	max-width: 320px;
	transition:.3s;
  height: 230px;
	overflow: hidden;
	padding: 26px 5px 5px 5px;
	position: relative;
	text-align: center;

	-webkit-box-shadow: 3px 10px 45px -18px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 10px 45px -18px rgba(0,0,0,0.75);
box-shadow: 3px 10px 45px -18px rgba(0,0,0,0.75);
}
div.noticiasUNAD div.destacados a:hover{
	background: #243153;
	color: #FFF;
	overflow: auto;
}

div.noticiasUNAD div.destacados a h3{
	color:#444;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 ;
	padding: 5px 10px;
	text-align: left;
}
div.noticiasUNAD div.destacados a:hover h3{
	color: #FFF;
}
div.noticiasUNAD div.destacados a img{
	max-width: 300px;
max-height: 138px;
}
div.noticiasUNAD div.destacados a p{
	margin: 0;
	padding: 0 10px;
	text-align: left;
	color: #555;
}
div.noticiasUNAD div.destacados a:hover p{
	color: #fff;
}
div.noticiasUNAD div.destacados a strong{
	color: #666;
	font-size: 12px;
	display: block;
	padding-right: 10px;
	position: absolute;
	right: 10px;
	top: 0;
	text-align: right;
	margin-top: 5px;
}
div.noticiasUNAD div.destacados a:hover strong{
	color: #FFF;
}

div.noticiasUNAD div.tagNew{
	background: #005daa;
  position: absolute;
  padding: 6px 0;
  color: #FFF;
	bottom: 0;
	left: 0;
	width: 100%;
}

div.noticiasUNAD div.tagConv{
	background: #d4a402;
}

div.noticiasUNAD div.tagEvent{
	background: #e16a12;
}

div.noticiasUNAD div.tagOther{
	background: #005DAA;
}

div.noticiasUNAD div.tagEduc{
	background: #009ED4;
}

nav ul li.principal{
	background: #d4a402;
}

@media screen and (max-width:1420px) {

	div.noticiasUNAD div.destacados a{
		width: 22%;
		margin-left: 0.5%;
	}

	div.noticiasUNAD div.destacados a img{
		max-width: 100%;
	max-height: 138px;
	}
	div.noticiasUNAD div.tagNew{
		max-width: 100%;
	}

}

@media screen and (max-width:999px) {
	div.noticiasUNAD div.destacados a{
		width: auto;
		margin-left: 0.5%;
	}

}
