html{
	min-height: 100%;
	position: relative;
}

body{
	font-family: 'Montserrat', sans-serif;
	font-size:15.4px;
	background:url("../imagenes/fondo.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	background-color:#ccc;
	color:#fff;
	text-align:center;
	margin-top:50px;
	margin: 0;
	margin-bottom: 40px;
}

.titulo {
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	margin:10px 0px 20px 0px;
	padding:20px 20px 20px 20px;
	text-align:center;
	font-size:2em;
	line-height:110%;
	background-color: rgba(0, 0, 0, 0.50);
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

footer {
	font-family: 'Montserrat', sans-serif;
	font-size:1.2em;
	font-weight:900;
	color: #dddddd;
	position:fixed;
	left:0px;
	bottom:0px;
	height:40px;
	width:100%;
	background:#1D61FA;
	text-align:right;
	padding:5px 20px 0px 0px;
}

.powerby a:link{ text-decoration:none; color:#bbccf4; }
.powerby a:hover{ text-decoration:underline; color:#bbccf4; }
.powerby a:active{ text-decoration:none; color:#bbccf4; }
.powerby a:visited{ text-decoration:none; color:#bbccf4; }



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
	padding-bottom: 80px;
	color: #777777;
}
.contact .info-box {
	color: #444444;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 15px 0px;
}
.contact .info-box i { /* 5b9531 */
	font-size: 32px;
	color: #1559f4;
	border-radius: 50%;
	padding: 8px;
	border: 2px dotted #f0f7fa;
}
.contact .info-box h3 {
	font-size: 20px;
	color: #777777;
	font-weight: 700;
	margin: 10px 0;
}
.contact .info-box p a{
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.contact a:link{ text-decoration:none; color:#1559f4; }
.contact a:hover{ text-decoration:none; color:#1559f4; }
.contact a:active{ text-decoration:none; color:#1559f4; }
.contact a:visited{ text-decoration:none; color:#1559f4; }

.section-title{
	color:#000000;
}












