@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');


#openSans { font-family: 'Open Sans', sans-serif; }
#roboto { font-family: 'Roboto Condensed', sans-serif; }


html, body {
	height: 100%;
	margin:0;
	}

/*#pagewrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height 
}*/

body { margin:0;
	height:auto;
	background:#FFFFFF;
    height: 100%;
	}

#pagewrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -51px; /* the bottom margin is the negative value of the footer's height */
	width: 100%;
	position: relative;
}


#pushFooter {
	height: 50px; clear:both; /* .push must be the same height as .footer */
}


#footer {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#5A5A5A;
	background: #E8E8E8;
	clear: both;
	width: 100%;
	border-top: 5px solid #1A8BE8;
	height: 50px; /* .push must be the same height as .footer */
	margin-bottom:0 !important;
		
	   /* IE min-height workaround */
  			height: auto !important;
  			position: relative;
			bottom:0 !important;
}



#contenedorIndex {	
	/*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	margin:0 auto;
	padding:0px;
	overflow:hidden;
	position:relative;
	width:1000px;
	min-height:500px;
	height:auto;
	font-size:16px;
	/*color:#7B7B7B;*/
	color:#000000;
	}

#contenedor {	
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight:300;
	margin:0 auto;
	padding:15px;
	overflow:hidden;
	position:relative;
	width:1000px;
	/*min-height:400px;*/
	height:auto;
	font-size:16px;
	/*color:#7B7B7B;*/
	color:#000000;
	}
	
	#contenedorLogo {	
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight:300;
	margin:0 auto;
	padding:15px;
	overflow:hidden;
	position:relative;
	width:1000px;
	min-height:350px;
	height:auto;
	font-size:16px;
	/*color:#7B7B7B;*/
	color:#000000;
	}




/*-------HEADER----------*/	

#navigation {font-family: 'Open Sans', sans-serif;}
#titulo {font-family: 'Open Sans', sans-serif; font-size: 22px; font-weight: bold;}
#subtitulo {font-family: 'Open Sans', sans-serif; font-size: 22px; font-weight: 400;}

/* mouse over link */
.sesion :hover {
  color: red;
}



