.datos{

	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 100%;

	opacity: 1;
	height: 40px;
	background-color: #000000;
	/*border-color:#fff;*/

	/*color: white;*/
	font-family: Arial, sans-serif;
	font-weight: 100;
	text-indent: 70px;
	text-align: left;
	line-height: 36px;
	font-variant: normal;
	font-size: 12px;
	color: #ccc;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 150;
}
.centrada{
	border-top: 20px;
	border-left: 50px;


}
.colorBarraNavegacion{
	/*background-color: #fff;*/
	opacity: 1;
	height: 50px;
	background-color: #020202;
	border-color:#fff;
	top: 40px;
}
#logoVive{
	position: fixed;
	left: 0px;
	top: 40px;
	z-index: 10;
	width: 100%;
	background-color: white;
	height: 100px;
}

.fondoCabecera{
	position: fixed;
	left: 0px;
	top: 40px;
	height: 10px;
	z-index: 150;
	background-color: #ffffff;
	width: 100%;
}
nav {
	position: fixed;
	width: 100%;
	height: 50px;
	background-color: rgba(0,0,0,1);
	z-index: 200;
	text-align: center;

}

.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
	/* You'd have to adjust this whenever an item is added to the nav-bar */
	margin-right: 10%;

}

#homeSec{
	height: 90px;
	/*background-color: #ffffff;*/
}
#realidadSec{
	/*top:10px;*/
	height: 90px;
	background-color: #ffffff;
}
#solucionSec{
	/*top:10px;*/
	height: 90px;
	background-color: #ffffff;
}
#quieroSec{
	height: 90px;
	background-color: #ffffff;
}
#fueraSec{
	height: 90px;
	background-color: #ffffff;
}
.enColumnas{
	display: inline-block;
	vertical-align: top;
	left: 30px;
}

.separador{
	position: relative;
	margin-top: 10px;
	color: white;
}

.textoCajaCentral{
	font-family: "Helvetica Neue", sans-serif;
	font-size:   14px;
	color: #000000;
	font-weight: 600;
}
.anchoCaja300{
	width: 250px;
	height: 300px;
	border-style: solid;
	border-width: 1px;
	border-color: #9d9d9d;
	border-radius: 5px;
}

.cajaTituloEtiquetaContacto{
	font-family: "Helvetica Neue", sans-serif;
	font-size:   14px;
	color: #333333;
	font-weight: 200;
}

.cajaDato{
	font-family: "Helvetica Neue", sans-serif;
	font-size:   14px;
	color: #000000;
	font-weight: 400;
	margin-left: 30px;
}

.fondoSombra{
	background-image: url("../imagenes/cajaConSombra.jpg");
}
.panel{
	border: 0px solid transparent;
}

.drop-shadow {
	/*-webkit-box-shadow: 0 0 5px 2px rgba(100, 100, 100, .5);*/
	-webkit-box-shadow: 5px 5px 10px #888888;
	box-shadow: 5px 5px 3px #888888;
	/*box-shadow: 5 5 10px 2px rgba(100, 100, 100, .5);*/
}
.contenedor.drop-shadow {
	padding-left:0;
	padding-right:0;
}
.separador{
	position: relative;
	margin-top: 10px;
	color: white;
}

.titulo{
	font-family: "Helvetica Neue", sans-serif;
	font-size:   24px;
	color: #9d9d9d;
	font-weight: 200;
	text-align: center;
	padding-top: 30px;
	text-decoration: none;
	/*color: #2d3996;*/
}
.titulo:hover, titulo:a{
	text-decoration: none;
}
.tituloTexto{
	font-family: "Helvetica Neue", sans-serif;
	font-size:   36px;
	color: #2d3996;
	font-weight: 200;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	/*color: #2d3996;*/
}
.cuerpoTexto{
	font-family: "Helvetica Neue", sans-serif;
	font-size:   18px;
	color: #9d9d9d;
	font-weight: 200;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: center;
	/*color: #2d3996;*/
}
.cuerpoTextoSinPadding{
	font-family: "Helvetica Neue", sans-serif;
	font-size:   18px;
	color: #9d9d9d;
	font-weight: 200;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: center;
	/*color: #2d3996;*/
}
.cuerpoTextoSinPaddingExtra{
	font-family: "Helvetica Neue", sans-serif;
	font-size:   30px;
	color: #9d9d9d;
	font-weight: 200;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: center;
}
.cuerpoTextoGde{
	font-family: "Helvetica Neue", sans-serif;
	font-size:   24px;
	color: #9d9d9d;
	font-weight: 200;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: center;
	/*color: #2d3996;*/
}
/***********************************/

.login {
	background-repeat:   no-repeat;
	background-position: center top;
	height:              100%px;
	background-color: rgba(247, 240, 245, 0.96);
}

.login-bg {
	/* Absolutely position it, but stretch it to all four corners, then put it just behind #search's z-index */
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
}

.columpio{
	background-repeat:   no-repeat;
	background-position: center top;
	background-size: 100%;
	/*height:              800px;*/
	/*background-color: rgba(247, 240, 245, 0.96);*/

	background-image: url("../columpio.png");
	/*background-color: #cccccc;*/
	height:              700px;
}
.texto{
	font-family: Arial, sans-serif;
	font-weight: 100;
	font-style: normal;
	/*align-content: center;*/
	text-align: left;
	line-height: 36px;
	font-variant: normal;
	font-size: 24px;
	color: #666;
	margin-top: 60px;
	width: 300px;
	margin-left: 100px;
	/*margin-bottom: 20px;*/
}
.base{
	position: relative;
	top: 10px;
	height: 50%;
	width: 100%;
	background-color: #ac2925;
	font-family: "American Typewriter";
}

.caja1 {
	/* Put this on top of the blurred layer */
	position: fixed;
	bottom: 30px;
	width: 250px;
	height: 230px;
	left: 15px;
	/*bottom: 0;*/
	/*left: 900px;*/
	z-index:    100;
	/*padding:    40px;*/
	background: rgb(37, 49, 128); /* for IE */
	/*background: rgba(255, 255, 255, 0.55);*/
}

.caja {
	/* Put this on top of the blurred layer */
	position: fixed;
	bottom: 30px;
	width: 350px;
	height: 130px;
	right: 15px;
	/*bottom: 0;*/
	/*left: 900px;*/
	z-index:    100;
	/*padding:    40px;*/
	background: rgb(255, 255, 255); /* for IE */
	background: rgba(255, 255, 255, 0.55);
}

.formato{
	position: fixed;
	top: 140px;
	width: 100%;
}

.inputAzul{
	font-family: "Helvetica Neue", sans-serif;
	font-size:   14px;
	color: #2d3996;
	font-weight: 200;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}
.cuerpoTextoFormulario{
	font-family: "Helvetica Neue", sans-serif;
	font-size:   18px;
	color: #9d9d9d;
	font-weight: 200;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
	/*color: #2d3996;*/
}

.button {
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.agradecimiento{
	position: fixed;
	top: 140px;
	left: 200px;
	width: 50%;
	font-family: "Helvetica Neue", sans-serif;
	font-size:   36px;
	color: #2d3996;
	font-weight: 200;
	text-align: center;
	/*padding-top: 30px;*/
	/*padding-bottom: 10px;*/
	/*text-align: center;*/
	/*padding-left: 200px;*/
	/*padding-right: 200px;*/
	/*top: 100px;*/
}