/*********************************************/
/*****                                   *****/
/*****  Documento CSS                    *****/
/*****                                   *****/
/*****  Fecha: 15/09/2017                *****/
/*****  Autor: Lcda. Dayan Betancourt    *****/
/*****                                   *****/
/*********************************************/

header {
	background-attachment: fixed;
    background-image: url('../../img/sistemas_en_panama.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2em 0 3em 0;
	text-align: center;
}

h1.titular {
	color: #fff;
	font-family: "Roboto", Arial, sans-serif, 'Raleway';
	font-size: 38px;
	font-weight: 500;
	line-height: 46px;
	text-align: center;
	vertical-align: top;
}

.subtitular {
	color: #fff;
	font-family: "Roboto", Arial, sans-serif, 'Raleway';
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	margin: 2em 0 !important;
	text-align: center;
	vertical-align: top;
}

.btn-blanco {
	background-color: transparent;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	font-family: "Roboto", Arial, sans-serif, 'Open Sans';
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	padding: 15px 30px;
	text-transform: uppercase;
}

#register {
	background-color: #146DB5;
	color: #FFFFFF;
	padding: 60px 0;
}

#register h2 {
	color: #fff;
	font-family: "Roboto", Arial, sans-serif, 'Raleway';
	font-size: 30px;
	font-weight: 700;
	line-height: 38px;
	text-align: center;
	vertical-align: top;
}

.condiciones {
	color: #FFFFFF;
	font-size: .8em;
	margin: 1em 0 0 0;
	text-align: justify;
}

.condiciones a, .condiciones a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

footer {
	background-color: #999999;
	color: #FFFFFF;
	font-family: "Roboto", Arial, sans-serif, 'Open Sans';
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	padding: 40px 0 30px 0;
}

footer h3 {
	margin-top: 0;
}

footer a {
	color: #FFFFFF;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	list-style-type: none;
}

.hover:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
