*{
	margin: 0;
	padding: 0;
	color: #3F51B5;
}
#bg .module div {
}
#bg .module .servicios {
	display: inline;
	width: 100%;
	height: 50%;
	position: absolute;
	top: 85%;
	left: 23%;
}




.title{
	color: #FFCA48;
}

body{
	background-color: #f0f0f0;
	font-family: helvetica;
	background-image: url(../imag/fondo.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#bg .titulo {
	border-width: 10px;
}


a{
	display: inline;
	color: #FFCA48;
	text-decoration: none;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
}

#bg{
	position: relative;
	top: 20px;
	height: 600px;
	width: 800px;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	border: 0 solid #fff;
	left: auto;
}
#bg .module menu {
	width: 0%;
	display: inline;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	padding-left: 0px;
	padding-right: 0px;
}


.module{
	position: relative;
	top: 10%;
	height: 70%;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	background-color: RGBA(255,255,255,1);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .45);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .45);
	background-position: center 0%;
  
}

.module ul{
  list-style-type:none;
  margin:0;
}

.tab:first-child{  
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
}

.tab:last-child{  
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
}

.tab:hover{  
  background-color:rgba(0,0,0,.1);
}

.activeTab{
  background:#fff;
}

.activeTab .icon{
  opacity:1;
}

.icon{
	height: 60px;
	width: 60px;
	opacity: .2;
	text-align: center;
	background-image: url(url);
}

.form{
  float:left;
  height:86%;
  width:100%;
  box-sizing:border-box;
  padding:40px;
}

.textbox{
	height: 50px;
	width: 100%;
	border-radius: 3px;
	border: rgba(0,0,0,.3) 2px solid;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 30px;
	color: #000000;
}

.textbox:focus{
  outline:none;
   border:rgba(24,149,215,1) 2px solid;
   color:rgba(24,149,215,1);
}

.button{
	height: 50px;
	width: 100%;
	border-radius: 3px;
	border: rgba(0,0,0,.3) 0px solid;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 30px;
	background-color: #00528C;
	color: #FFF;
	font-weight: bold;
	font-size: 12pt;
	transition: background .4s;
	cursor: pointer;
}

.button:hover{
	background-color: #FFC107;
	color: #000000;
  
}.etiqueta {
	color: #00528C;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
.module .form labe {


}
#bg .module .menu {
	clear: both;
	width: 50%;
	height: 13%;
	max-height: 0%;
	border-spacing: 38px 31px;
	position: relative;
	right: -29%;
	left: 30%;
	bottom: 0%;
}



@media (max-width:800px) and (min-width:480px){
#bg {
	background-position: center center;
	background-size: cover;
	width: 350px;
}
.module {
	background-position: center center;
	background-size: cover;
	width: 350px;
	padding-bottom: 22px;
}
div a img {
	display: inline;
	width: 40px;
	height: 40px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	opacity: 1;
}










}

@media (max-width:479px) and (min-width:1px){
#bg {
	background-position: center center;
	background-size: cover;
	width: 200px;
}
.module {
	background-position: center center;
	background-size: cover;
	width: 200px;
	padding-left: 35px;
	padding-right: 0px;
	padding-bottom: 50px;
}
div a img {
	display: inline;
	width: 40px;
	height: 40px;
	margin-right: 0px;
	margin-left: 7px;
}



}
