@charset "UTF-8";
/* CSS Document */

/*Fonts*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500');

/*Body*/

body {
	font-family: 'Montserrat', sans-serif;
	color: #26345e;
}
a:hover {
	text-decoration: none;
}
.ld-logo img {
	width: auto;
	margin: 10px auto;
}
.ld-slogan {
	padding: 25px 0;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
}
.menuee h4 {
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 8px;
	font-weight: 400;
	background: #f2f2f2;
}
.menuee ul {
	padding: 0;
}
.menuee ul li {
	padding: 0px 20px 2px;
	margin-bottom: 5px;
	font-size: 14px;
	list-style: none;
	background: #f2f2f2;
}
.menuee ul li a, .menuee h4 a {
	color: #26345e;
}
.menuee ul li a:hover, .menuee h4 a:hover {
	color: #2D60AD;
}
.menuee ul li:before{
	content: " · ";
	font-weight: 700;
	font-size: 22px;
}
.loginee {
	padding: 30px 50px 10px;
	background: #f2f2f2;
}
.loginee h3 {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
}
.bnt-send {
	margin-left: 38%;
}

.new-pass {
	margin: 15px 0;
}
.powerby img {
	margin-left: 70%;
}
.ld-contenido {
	padding-top: 10px;
}
.ld-text{
	padding: 30px;
	font-size: 16px;
}
.ld-crear {
	margin-bottom: 30px;
	padding: 20px;
	background: #f2f2f2;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	font-size: 22px;
	font-weight: 700;
}

/*Botones*/
.btn-default {
	background: #26345e;
	color: #fff;
}
.btn-default:hover {
	background: #2D60AD;
	color: #fff;
	border-color: #2D60AD;
}
.btn-crear {
	margin-top: 10px;
}

footer {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #999999;
	background: url('../images/hr-footer.png') repeat-x;
}
footer h6 {
	font-weight: 300;
}
