@charset "UTF-8";
/*CSS Document */

.margin-top{
  margin-top:70px;
}

.item .btn{
  margin:5px 0px 25px 0px;
}

.bienvenida{

padding-top:20px;
padding-bottom:20px;
text-align:center;
}

.imgcenter{
  margin:auto;
}

.info h3{
  text-align: center;
}




/********** EFECTO PARALLAX */

* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background:url(bg2.jpg); /* Nuestra imagen de fondo */
	background-repeat:no-repeat; /* Indicamos que no se repetira */
	background-size:cover; /* Encajamos la imagen al 100% del ancho */
	background-attachment: fixed; /* Establecemos una posicion fija para la imagen */

	font-family:helvetica, arial, sans-serif;
	line-height:20px;
}

.contenedor {
	width: 90%;
	max-width:900px;
	margin:auto;
}

article {
	background:rgba(39,58,72,.7);
  /*background:rgba(41,62,76,.7);*/
	padding:20px;
	margin:20px 0;
	color:#fff;
	box-shadow:0 5px 5px 3px rgba(0, 0, 0, 0.25);
}

article h2 {
	color:#fff;
}

article hr {
	background:#699CC2;
	height:5px;
	border:none;
}

article p {
	line-height: 25px;
}

article h2, article p, article hr {
	margin-bottom: 20px;
}
