@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	color: black;
	background: #fcfcfc; 
	font-size: 1em;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	height: 100%;
	line-height: 1.5em;
	width: 100%;
	position: relative;
}

.btn btn-primary {background-color: #2c3578;}

#top {
	background-color: #2c3578;
	color: aliceblue;
	
	font-size: 1.3em;
	height: 50px;
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
	
	-webkit-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.15);
}

#cont {
	height: 40px;
	margin: 0 auto;
	width: 90%;
}

#camp, nav {
	display: inline-block;
}

#camp {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 7px;
	width: 22%;
	height: 110px;
	
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
}


#container {
	height: 100%;
	margin:  0 auto;
	margin-top: 115px;
	width: 90%;
}


#banner, #infobann {
	display: inline-block;
}


#banner {
	background-image: url(../img/promos/banner.jpg);
	background-size: 75% 90%;
	background-repeat: no-repeat;
	height: 270px;
	margin-left: 50px;
	margin-top: 0px;
	width: 55%;
}


#infobann {
	vertical-align: top;
	float: right;
	margin-top: 0px;
	height: 243px;
	width: 30%;
}

#enbann {
	color:#1B1B1B;
	font-size: 1.6em;
	margin-top: 0px;
	width: 95%;
}

#txtbann {
	color:#1B1B1B;
	font-size: 0.83em;
	margin-top: 0px;
	text-align: justify;
	width: 95%;
}


#bar {
	background-color: #2c3578;
	padding: 20px;
	width: 98.4%;
	margin:  0 auto;
	margin-top: -23px; 
	margin-left: 7px;
}


.mision, .vision, .valores {
	display: inline-block;
	height: auto;
}

.mision {
	border: 1px solid rgba(29,29,29,0.30);
	margin-left: 7px;
	margin-top: -1110px;
	padding: 5px;
	font-weight: 600;
	text-align: justify;
	width: 32%;
}


.vision {
	border: 1px solid rgba(29,29,29,0.30);
	margin-left: 7px;
	margin-top: 10px;
	padding: 5px;
	font-weight: 600;
	text-align: justify;
	width: 32%;
}


.valores {
	border: 1px solid rgba(29,29,29,0.30);
	margin-left: 7px;
	margin-top: 30px;
	margin-bottom: 28px;
	padding: 5px;
	font-weight: 600;
	text-align: justify;
	width: 32%;
}


.txtmvv {
	font-weight: 600;
	font-size: 1.5em;
	margin-top: 10px;
	padding-left: 10px;
}

p {
	font-size: 0.8em;
	font-weight: 640;
	padding-left: 7px;
	margin-top:20px;
  }


.boton2 {
	border-top: 1px solid rgba(29,29,29,0.30);

        }





footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #2c3578;
color: aliceblue;
text-align: right;
padding-right: 50px;
margin-top: relative;
 }



