@charset "utf-8";
/* CSS Document */

body {
	background-color: #f7f7f7;
	margin-top: -11px;	
}
section {
	background-color:#FFF;	
}
img {
	max-width:100%;	
}
ul {
	font-size: 13px;
    color: #666666;
    font-family: 'Roboto', sans-serif;	
}
h5 {
	font-weight:bold;
	font-family: 'Roboto', sans-serif;	
}
/*** HEADER ***/
a.elemadded {
	color:#FFF;	
}
header div.logo {
    padding: 10px 10px;
}
#salud {
	background-color:#1b1c4a;
	color:#222;	
}
#propiedad {
	background-color:#ef6824;
	color:#222;	
}
#vida {
	background-color:#3277b9;
	color:#222;	
}
#incapacidad {
	background-color:#fdcf02;
	color:#222;	
}
header .working-hours {
	padding-top:10px;	
}
header .social-box {
	 padding: 0;
    background: transparent;
    border: none;	
}
header nav.nav-menu ul.menu-list li a {
	text-transform: none;	
}
/*** SECTION BUTTONS ***/
.sct_bttn {
	text-align:center;
	color:#222;
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
	padding: 10px 30px;
	border:1px solid #e1e1e1;
	cursor:pointer;
	background-color:#f7f7f7;
	width:100%;
	line-height: 1;
}
@media (min-width: 992px) {
	.sct_bttn {
		width:14.2857%;
	}
}
#sct_salud {
	background-color:#1b1c4a;	
}
#sct_propiedad {
	background-color:#ef6824;	
}
#sct_vida {
	background-color:#3277b9;	
}
#sct_incapacidad {
	background-color:#fdcf02;	
}
/*** SLIDESHOW ***/
#slider2 {
	color:#FFF;	
}
#ninja-slider .caption {
	bottom:50px;
	left:5%;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	text-shadow:1px 2px 3px #000;
}
/*** CONTENTS **/
.about-section img {
	width:auto;	
}
footer,footer p.copyright, footer div {
	color:#222;
	background-color:#f7f7f7;
	float: left;
    width: 100%;
}
.about-section {
	padding: 0 0 50px;
	border-bottom:1px solid #e1e1e1;	
}
/*** CONTACT ***/
.contact-section .contact-info {
	margin-top:0;
	margin-bottom:0;
}