html {
  min-height: 100%;
  position: relative;
}

body{
	background: #ffffff;
	margin: 0;
    margin-bottom: 300px;
}

.logoConace{
	margin-top: 15px;
}

.contenedor-principal{
 	min-height: 500px;
}

#footer{

	width: 100%;
	color:#f8f8f8;
	height: 300px;
	max-height: 300px;
	background: #68A4C4;
	padding-top: 50px;
	position: absolute;
	bottom: 0;
	
}

.footer-informacion{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6em;
}

.negritas {
	font-weight: 700;
}

.footer-informacion .copyright {
	margin-top: 50px;
	font-size: 12px;
}

.tituloPaginas{
	padding-top: 20px;
	padding-left: 20px;
	color: #FFF;
	width: 100%
	height: 20px;
	background-color:#069;
}

.tituloPaginas h2{
	font-weight: 700;
}

.tituloPrincipal{
	padding-top: 20px;
	padding-left: 10%;
	padding-bottom: 10px;
	color: #033;
	width: 100%
	height: 20px;
	background-color:#f9f9f9;
}

.tituloPrincipal h2{
	font-weight: bold;
	font-size: 20px;
}

.contenidoPagina{
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 18px;
	font-weight: 300;
}

.textoPrincipal{

	color: #656565;
	font-size: 18px;
	font-weight: 500;
}


.login{
	margin-top: 170px;
}

.btnHome{
	width: 300px;
	height: 100px;
	margin-bottom: 60px;
}

.foraneo{
	float: left;
}

.local{
	float: right;
}

.fecha{
	font-size: 10px;
}

@media (min-width: 1200px) {

	.tituloPrincipal{
		padding-left: 15%;
	}

}