/* Solucion Factible Consultores, 2018 */
/* descargue-su-factura.css */

#header #h4 {
	background-color: #b3c700; 
}

/* Menu */
#menu {
	background-color: #1c9294;  
}

#menu #m1 a, #menu #m2 span, #menu #m3 a, #menu #m4 a, #menu #m5 a {
	color: #ffffff;
}

#menu #m1 a:hover, #menu #m2 span:hover, #menu #m3 a:hover, #menu #m4 a:hover, #menu #m5 a:hover {
	border-bottom: 3px solid #b3c700;
	font-weight: bold;
	padding: 6px;
}

/* Title */
#title {
	background-color: #1c9294;  
	box-shadow: 0px 7px 9px 0px #196c6e inset;
	height: 186px; 
	position: relative; 
	width: 100%
}

#title #txt {
	border-bottom: 2px solid #ffffff;
	bottom: 8px;
	color: #ffffff;
	font-family: 'Lato-Black';
	font-size: 50px;
	height: 145px;
	left: 0px;
	letter-spacing: 6px;
	position: absolute;
	text-align: center;
	width: 100%;
}

#title #txt span {
	font-family: 'Lato-Light';
}

/* Services */
#s1 {
	background-color: #ffffff;
	box-shadow: 0px 7px 9px 0px #b5b5b5 inset;
	height: 150px;
	position: relative;
	width: 100%;
}

#s1 div {
	left: 405px;
	position: absolute;
	top: 25px;
	width: 100%;
}

#s2 {
	background-color: #1B9195;
	color: #ffffff;
	height: 385px;
	position: relative;
	text-align: center;
    /*width: 1024px*/;
}

#s2 div.click {
	height: 36px;
	left: 536px;
	position: absolute;
	top: 317px;
	width: 92px;
}

#s2 div.title {
	color: #ffffff;
	font-family: 'Lato-Black';
	font-size: 36px;
	padding-top: 30px;
	position: relative;
	text-align: center;
    /*width: 1024px*/;
}

#s2 div.image {
	padding-top: 15px;
    /*width: 1024px*/;
}

#s2 div.text {
	color: #ffffff;
	font-family: 'Lato-Regular';
	font-size: 24px;
	padding-top: 5px;
	text-align: center;
    /*width: 1024px*/;
}

#s3 {
	background-color: #48A7AA;
	color: #ffffff;
	height: 375px;
	position: relative;
	text-align: center;
    /*width: 1024px*/;
}

#s3 div.click {
	height: 36px;
	left: 536px;
	position: absolute;
	top: 317px;
	width: 92px;
}

#s3 div.title {
	color: #ffffff;
	font-family: 'Lato-Black';
	font-size: 36px;
	padding-top: 30px;
	position: relative;
	text-align: center;
    /*width: 1024px*/;
}

#s3 div.image {
	padding-top: 15px;
    /*width: 1024px*/;
}

#s3 div.text {
	color: #ffffff;
	font-family: 'Lato-Regular';
	font-size: 24px;
	padding-top: 5px;
	text-align: center;
    /*width: 1024px*/;
}

button {
   border: none;
   border-radius: 7px;
   bottom: 32px;
   color: #ffffff;
	height: 36px;
	left: 104px;
	position: absolute;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-family: 'Lato-Regular';
   font-size: 14px;
   cursor: pointer;
   width: 92px;
}

button.odd {
   left: 134px;
}

button.blue {
	background-color: #0e72b0;
}

button.green {
	background-color: #b3c700;
}





