* {
	background-color: transparent;
}
/* backgrounds */
.fondo-nav {
	position: relative;
	margin-top: -50px;
	z-index: -20;
}
.fondo-header {
	background-color: #fff;
	font-size: 1em;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #000;
}
.fondo-important {
	background-color: #fff;
	font-size: 1em;
	color: #e16a22;
	margin-top: -10px;
	margin-bottom: 10px;
}
.fondo-cuerpo {
	background-color: #fff;
	font-size: 1em;
	color: #e16a22;
	margin-top: 10px;
	margin-bottom: 0px;
}
.row-important {
	margin-top: 5px;
	padding-bottom: 30px;
}
.row-important h5 {
	font-weight: bold;
}
.row-important p {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 5px;
}

/* module main  */
.module-main {
	padding-top: 10px;
	color: #000;
}

/* module services  */
.icon-service{
	font-size: 80px;
}
.services {
	padding-top: 20px;
	padding-bottom: 0px;
	color: #65B031;
	text-align: center;
}
.services:hover {
	color: #555;	
}

.services h3 {
	color: #65B031;
}

.services p {
	padding: 0px;
	width: 95%;
	color: #000;
}

/* module form  */
.f-form input {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.f-form select {
	width: 100%;
	height: 40px;
	font-size: 20px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.f-form textarea {
	width: 100%;
	height: 50px;
	height: 100px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.f-form button {
	width: 100%;
	height: 50px;
	font-size: 20px;
	color: white;
	background-color: #e16a22;
	border: 1px solid #e16a22;
	border-radius: 0;
}
.f-form button:hover {
	width: 100%;
	height: 50px;
	color: #e16a22;
	background-color: white;
	border: 2px solid #e16a22;
	border-radius: 0;
}

/* footer */
.fondo-footer {
	background-color: #ddd;
	margin-top: 0px;
	padding-bottom: 30px;
	color: #000;
}
.row-footer {
	background-color: #eee;
}
.module-address li {
	list-style: none;
	line-height: 25px;
	margin-bottom: 0px;
	margin-left: -30px;
	display: block;
}
.icon-footer {
	padding: 10px;
	text-align: left;
	font-size: 20px;
	margin-left: -30px;
}

.final {
	font-size: 12px;
	padding-top: 30px;
	color: #000;
}
.final-menu {
	padding-top: 20px;
	text-align: right;
	padding-bottom: 20px;

}
.final-menu li {
	display: inline-block;
	padding-right: 10px;
	padding-top: 10px;
}
.final-menu a {
	color: #000;
	text-decoration: none;
	padding: 10px;
}
.final-menu a:hover {
	color: #000;
	text-decoration: none;
	padding: 10px;
	border-radius: 5px;
	background-color: #65B031;
	color: #FFF;
}

/* MIsc */
.border-img {
	padding: 5px;
	border: 2px solid #ddd;
	margin-bottom: 20px;
	margin-right: 20px;
}
.bottom-simple {
	background-color: #65B031;
	padding: 10px;
	color: #FFF;
	border-radius: 5px;
	text-decoration: none;
}
.bottom-simple:hover {
	background-color: #666;
	padding: 10px;
	color: #FFF;
	border-radius: 5px;
	text-decoration: none;
}
.jump {
	margin-bottom: 30px;
}
.adapt {
	width: 100%;
}
.txt p {
	color: #666;
}
.center-txt {
	text-align: center;
}
.list-txt li {
	padding: 10px;
	margin-left: -30px;
	list-style:none;
}
.list-txt span {
	padding-right: 10px;
	font-size: 20px;
}
.txt-title {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
}
.txt-uppercase {
	font-variant: uppercase;
}
.center {
	text-align: center;
}
a {
	color: #000;
}
a:hover {
	color: #e16a22;
	text-decoration: none;
}
.service ul {
	background-color: #e16a22;
}
.service li {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style:none;
	margin-left: -30px;
	background-color: #eee;
	border: 1px dashed #ddd;
}
.preguntas li {
	list-style:none;
}
.lineas  {
	border-bottom: 1px dashed #bbb;	
	padding-top: 30px;
}
.bbmenu {
	margin-bottom: 5px;
	width: 100%;
}