@charset "utf-8";

/* Imports */
@import url("reset.css");
@import url("nivo-slider.css");
/* CSS Document */

html {
	height: 100%;
}


body {
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5d5d5d;
	text-align: center;
}

h1 {	
	font-size: 24px;
	font-weight: bold;
	color: #3d599b;
}

h2 {	
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2f69a5;
	margin-left: 30px;
}

h3 {
	font-size: 19px;
	font-weight: bold;
	line-height: 150%;
	color: #2f69a5;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #2f69a5;
	margin-left: 30px;
}

h5 {
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	font-size: 15px;
	color: #29729b;
	line-height: 150%;
}


p {
	font-size: 14px;
	line-height: 120%;
	color: #424242;
}

p.big {
	font-size: 14px;
	line-height: 150%;
	color: #424242;
}

select {
	width: 266px;
}

textarea {
	width: 552px;
}

label {
	width: 260px;
	display:block;
	color:#2e2c25;
	font:13px Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	font-weight: bold;
}

input, textarea, select {
	padding:4px; 
	border:1px solid #707070; 
	font:12px Arial, Helvetica, sans-serif; 
	color: #2e2c25; 
	background-color: #e9eaed;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
}

input[type=image] {
	padding:0; 
	border:none; 
	font:12px Arial, Helvetica, sans-serif; 
	color: #2e2c25; 
	background-color: none;
	-moz-border-radius:none; 
	-webkit-border-radius:none; 
	float: right;
}


input:focus, select:focus, textarea:focus {
	border:1px solid #253f86;
}

input[type=image]:focus {
	border:none;
}

input[type=submit], input.submit { 
	border:2px solid #dedede; 
	color:#fff;  
	cursor:pointer; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	float: right;
}

input[type=submit]:hover, input[type=submit]:focus, input.submit:hover, input.submit:focus {
	background-image: url(../images/bg-btn-submit.png);
	color:#fff; 
}

#btn-enviar {
	width: 148px; 
	height: 30px;
	background-image: url(../images/bg-btn-submit.png);
	background-repeat: repeat-x;
	font-weight:bold;
}

#btn-consultar { 
	width: 75px; 
	height: 25px;
	background-image: url(../images/bg-btn-consultar.png);
	background-repeat: repeat-x;
	margin-right: 40px;
	padding: 0 0 2px 0;
}



/*--------------------------------SECCIONES------------------------------------*/

/*---------------------PAGE-------------------------*/

#page {
	width: 100%;
	text-align: center;
	min-height: 100%;
	
}

#nonFooter {
		position: relative;
		min-height: 100%;
}

	* html #nonFooter
	{
		height: 100%;
	}

/*---------------------HEADER-------------------------*/

#header-wrapper {
	width: 100%;
	height: auto;
}

/*--TOP--*/


#top-container {
	width: 100%;
	height: 29px;
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
}

#top {
	width: 830px; 
	height: 100%;
	margin: 0 auto;
}

#top-menu {
	width: 830px;
	height: 25px;
	padding-top: 4px;
}


#top-menu .top-item-txt {
	font-size: 10px;
	color: #cfcfcf;
	margin: 6px 3px 0 0 ;
	float: right;
}

#top-menu .top-item-txt a {
	text-decoration: none;
	color: #cfcfcf;
}

#top-menu .top-item-img {
	margin-right: 25px;
	float: right;
}


/*--NAV--*/


#nav-container {
	width: 100%;
	height: 93px;
	background-image:url(../images/bg-nav.jpg);
	background-repeat:repeat-x;
}
	
#nav {
	width: 830px;
	height: 100%;
	margin: 0 auto;
}

#main-logo {
	width: 74px;
	height: 92px;
	float: left;
	position: relative;
	top: -13px;
	margin-left: 8px;
}

#main-menu {
	float: right;
	margin-top: 40px; 
}

#main-menu ul li {
	list-style-type: none;
	font-size: 16px;
	display: inline;
	padding-left: 60px;
}

#main-menu ul li a {
	text-decoration: none;
	color: #616161;
}

#main-menu ul li a:hover {
	font-weight: bold;
	color: #616161;
}


/*--SLIDER--*/

#slider-container {
	width: 100%;
	text-align: center;
	background-color:#eaf1f2;
}

#slider-center {
	width: 990px;
	margin: 0 auto;
}

#slider {
	width: 733px;
	height: 291px;
	float:left;
	background:url(images/loading.gif) no-repeat 50% 50%;
}


#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider a {
    border:0;
    display:block;
}

.nivo-controlNav
{
	position: absolute;
	left: 260px;
	bottom: -42px;
}
.nivo-controlNav A
{
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav A.active
{
	background-position: 0 -22px;
}
.nivo-directionNav A
{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
A.nivo-nextNav
{
	background-position: -30px 0;
	right: 15px;
}
A.nivo-prevNav
{
	left: 15px;
}
.nivo-caption
{
	text-align: left;
	text-shadow: none;
	font-family: Cuprum;
	font-size: 24px;
}
.nivo-caption A
{
	color: #EFE9D1;
	text-decoration: underline;
}

#banners {
	float: left;
}		

.banner-item {
	float: left;
}	

/*---------------------CONTENT-------------------------*/


#content-wrapper {
	width: 100%;
	/* padding para que el footer no se encime al content cuando el contenido es largo */
	padding: 1px 0 162px 0;
}


/*--HOME: NOVEDADES--*/

#novedades-container {
	width: 100%;
	height: 42px;
	background-image:url(../images/bg-novedades.jpg);
	background-repeat:repeat-x;
}

#novedades {
	width: 830px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#novedades-title {
	float: left;
	margin-top: 13px;
}

#novedades-title h1 {
	font-size: 14px;
}

#novedades-txt {
	color: #565656;
	float: left;
	margin-left: 11px;
	margin-top: 13px;
}

#novedades-txt a {
	color: #565656;
	text-decoration: underline;
}

#novedades-post {
	width: 986px;
	height: auto;
	margin: 0 auto;
}

#btn-novedades {
	width: 132px;
	height: 46px;
	position: absolute;
	left: 45%;
	top: 430px;
}


/*--CONTENT--*/


#content {
		width: 100%;
		background-color: #fdfdfd;
		height: auto;
		position: relative;
}


#fondo-capacitacion {
	width: 580px;
	height: 358px;
	position: absolute;
	background-image: url(../images/bg-capacitacion.png);
	background-repeat: no-repeat;
	left: 50%;
	z-index: 0;
}

#fondo-quienes {
	position: absolute;
	left: 49%;
	z-index: 1;
}


#content-post {
	width: 830px;
	height: auto;
	margin: 0 auto 0px auto;
	text-align: left;
	padding-top: 45px;
}


#content-post .columna-separador{
	width: 1px;
	min-height: 100%;
	float: left;
	background-color: #fdfdfd;
}


#content-post .cursos {
	margin: 22px 35px 22px 0px;
	float: left;
	position: relative;
	z-index: 7;
}


#content-post .capacitacion-linea {
	width: auto;
	height: 1px;
	margin-top: 10px;
	position: relative;
}

#online-post {
	width: 706px;
	height: 424px;
	background-image: url(../images/bg-cap-online.png);
	background-repeat: no-repeat;
	position: relative;
}

#presencial-post {
	width: 706px;
	height: 454px;
	background-image: url(../images/bg-cap-presencial.png);
	background-repeat: no-repeat;
	position: relative;
}


#content-post .capacitacion-post-txt {
		text-align: left;
		width: 606px;
		margin-left: 50px;
		line-height: 140%;
		position: relative;
}

.banners {
	float: left;
}

#logo-diplomatura {
	position: absolute;
	left: 295px;
	top: 15px;
}

#titulo-consulta {
	width: 560px;
	margin-top: -15px;
	text-align: left;
}

#content-post .quienes-txt {
	width: 394px;
	margin-top: 13px;
	text-align: left;
	position: relative;
}


#content-post .columna-title {
		text-align: left;
		position: relative;
}


#content-post .columna-txt {
		text-align: left;
		padding-top: 12px;
}

#capacitacion-txt {
		text-align: left;
		width: 720px;
		margin-left: 30px;
		line-height: 140%;
		position: relative;
}

#capacitacion-online-txt {
		text-align: left;
		width: 650px;
		margin-left: 30px;
		line-height: 140%;
		position: relative;
}


#content-post .columna-image {
		padding-top: 50px;
		text-align: left;
}

#content-post .columna-separador {
	width: 1px;
	height: 366px;
	float: left;
	margin-bottom: 2px;
	background-color: #999b9e;
}


#form-consulta {
	width: 562px;
	height: auto;
	float: left;
	margin-right: 30px;
	margin-top: -30px;
}


#form-consulta .form-item-corto {
	width: auto;
	text-align: left;
	float: left;
	margin-top: 3px;
}

#form-consulta .form-item-corto input {
	width: 258px;
}


#form-consulta .form-item-largo {
	width: auto;
	text-align: left;
	float: left;
	margin-top: 3px;
}

#form-consulta .form-item-largo input {
	width: 552px;
}

#form-consulta .form-item-largo input[type="checkbox"] {
	width: auto;
}

#form-consulta .form-item-select {
	width: 268px;
	height: 48px;
	text-align: left;
	float: left;
	margin-top: 3px;
}


#form-consulta .espacio {
	width: 25px;
	height: 25px;
	float: left;
	margin-top: 13px;
}


/* dynamic dropdown */
#provincia_drop_down
{
display: none;
}


#mapa {
	width: 232px;
	float: left;
	margin-top: -16px;
}


#columna1 {
	width: 244px;
	float: left;
	margin-right: 24px;
	margin-bottom: 72px;
}

#columna2 {
	width: 255px;
	float: left;
	margin: 0px 18px;
	margin-bottom: 72px;
	
}

#columna3 {
	width: 244px;
	float: left;
	margin-left: 24px;
	margin-bottom: 72px;
}


/* Estilo para sedes swf*/

#sedes {
	width: 960px;
	height: 435;
	float: left;
	margin-right: 30px;
	margin-top:-45px;
}

/* Estilo para Equipos swf */

#productos {
	width: 990px;
	height: 471px;
	float: left;
	/*margin-top:-45px;*/
	margin:-45px 0 0 -80px;
}


/*---------------------FOOTER-------------------------*/


#footer-container {
	width: 100%;
	height: 162px;
	background-image: url(../images/bg-footer.jpg);
	background-repeat:repeat-x;
	position: relative;
	/* margin para que el footer no baje más allá de la página cuando el contenido es corto */
	margin: -162px auto 0 auto;
}


#footer {
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	padding: 17px 0 0 30px;
}


.footer-logo {
	float:left;
	margin-right: 12px;
}


#redes-txt {
	float: left;
	margin: 40px 8px 0 0;
}

#logo-facebook {
	float: left;
	margin: 35px 4px 0 0;
}

#logo-twitter {
	float: left;
	margin: 35px 4px 0 0;
}

#footer-menu ul li {
	margin-right: 6px;
	text-decoration: none;
	color: #616161;
	display: inline;
}


#footer-menu ul li a{
	text-decoration: none;
	color: #616161;
}

#footer-menu ul li a:hover{
	font-weight: bold;
}
#margen-inferior {
	height:20px;	
}
