/* CSS Document */
body {
    font: 20px "Montserrat", sans-serif;
    line-height: 1.8;
    color: #00000;	
}

p {font-size: 16px;}

.bg-1 { 
    background-color: #00467d; /* azul */
    color: #ffffff;
}

.bg-2 { 
    background-color: #ffffff; /* Blanco */
    color: #555555;
}

.bg-f { 
    background-color: #ffffff; /* Blanco */
    color: #555555;
}

.form-group{
	margin-right: 0px !important;
	margin-left: 0px !important;
}
/*para mo ver el icono de la validacion de momento lo pone fuera del campo*/
.has-feedback .form-control-feedback {
    top: 0px;
    right: -15px !Important;
}

@media screen and (max-width: 767px){
	.img-rounded{
	width:80px;
	height:70px;	
	}
	
	.row h3{
		font-size: 18px;
	}
	
	.row p{
		font-size: 14px;
	}
	
	.navbar.bg-f p{
		font-size: 12px;
	}
}

@media screen and (min-height: 600px) {
	.bg-1 { 
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.form-horizontal{
		padding-top: 0px;
	}	
}

@media screen and (min-height: 750px) {
	.bg-1 { 
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.form-horizontal{
		padding-top: 70px;
	}
}