body {
  background: #ffffff;
  margin: 0;


  font-family: 'Montserrat', sans-serif;

  padding-left: 240px;
}
main {
color: #555555;	
  height: auto;

}

main a{
color: #555555;	

}

a{
color: #ffffff;
text-decoration: none;	
	
}

p{
font-size: 12px;
}

/* FORMATO DE TABLA */

table {
  text-align: left;
  line-height: 40px;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #ed1c40;
  width: 100%;
  margin: 5px auto;
  border-radius: .25rem;
}

thead tr:first-child {
  background: #ed1c40;
  color: #fff;
  border: none;
}

th:first-child,
td:first-child {
  padding: 0 15px 0 20px;
}

thead tr:last-child th {
  border-bottom: 3px solid #ddd;
}

tbody tr:hover {
  background-color: #f2f2f2;
  cursor: default;
}

tbody tr:last-child td {
  border: none;
}

tbody td {
  border-bottom: 1px solid #ddd;
}

td:last-child {

  padding-right: 10px;
}

.list_table_plan{
  text-align: center;
  line-height: 40px;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #c7e4fc;
  width: 31%;
  margin: 50px auto;
  border-radius: .25rem;
  float: left;  
  margin-right: 10px;
}

.list_table_plan thead tr:first-child {
  background: #ed1c40;
  color: #fff;
  border: none;
}

.list_table_plan th:first-child,
.list_table_plan td:first-child {
  padding: 0 15px 0 20px;
}

.list_table_plan thead tr:last-child th {
  border-bottom: 3px solid #ddd;
}

.list_table_plan tbody tr:hover {
  background-color: #f2f2f2;
  cursor: default;
}

.list_table_plan tbody tr:last-child td {
  border: none;
}

.list_table_plan tbody td {
  border-bottom: 1px solid #ddd;
}

.list_table_plan td:last-child {

  padding-right: 10px;
}

.list_table_plan a {

  color: blue;
}


.contPlanes{

padding: 2%;
width: 96%;
height: auto;
float: left;

}

.bgplanes{
	background-color: #fbfbfb;
}

.button {
  color: #aaa;
  cursor: pointer;
  vertical-align: middle;
  margin-top: -4px;
}

.edit:hover {
  color: #0a79df;
}

.delete:hover {
  color: #dc2a2a;
}

/* FIN FORMATO DE TABLA */

main .helper {
  background: rgba(0, 0, 0, 0.2);
  color: #555555;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 1.2em 2em;
  text-align: center;
  border-radius: 20px;
  font-size: 2em;
  font-weight: bold;
}
main .helper span {
  color: rgba(0, 0, 0, 0.2);
  font-size: 0.4em;
  display: block;
}
.menu {
  background: #003d5a;
  height: 100%;
  width: 240px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  outline: none;
}
.menu .avatar {
  /*background: rgba(0, 0, 0, 0.1);*/
  background: rgba(0, 0, 0, 0.1);
  padding: 2em 0.5em;
  text-align: center;
}
.menu .avatar img {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #003e59;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
.menu .avatar h2 {
  font-weight: normal;
  margin-bottom: 0;
}
.menu ul {
  list-style: none;
  padding: 0.5em 0;
  margin: 0;
}
.menu ul li {
  padding: 0.5em 1em 0.5em 3em;
  font-size: 0.95em;
  font-weight: regular;
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: auto 20px;
  transition: all 0.15s linear;
  cursor: pointer;
}
.menu ul li.icon-dashboard {
  background-image: url("http://v5.mesi.com.ar/img/home.svg");
}

.menu ul li.icon-calendar {
  background-image: url("http://v5.mesi.com.ar/img/calendar.svg");
}

.menu ul li.icon-customers {
  background-image: url("http://v5.mesi.com.ar/img/folder.svg");
}

.menu ul li.icon-add {
  background-image: url("http://v5.mesi.com.ar/img/add.svg");
}
.menu ul li.icon-users {
  background-image: url("http://v5.mesi.com.ar/img/user.svg");
}
.menu ul li.icon-settings {
  background-image: url("http://v5.mesi.com.ar/img/tool.svg");
}
.menu ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.menu ul li:focus {
  outline: none;
}

.espacio{
	height: 30px;
	width: 100%;
	float: left;
}




.accServ {
background: #003d5a;
height: 55px;
width: 100%;
position: relative;
top: 0;
left: 0;
z-index: 5;
outline: none;
padding-top: 12px;
}
.accServ .avatar {
  background: rgba(0, 0, 0, 0.1);
  padding: 2em 0.5em;
  text-align: center;
}
.accServ .avatar img {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #003e59;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
.accServ .avatar h2 {
  font-weight: normal;
  margin-bottom: 0;
}
.accServ ul {
  list-style: none;

  margin: 0;
}
.accServ ul li {
  padding: 0.5em 1em 0.5em 3em;
  font-size: 0.95em;
  font-weight: regular;
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: auto 20px;
  transition: all 0.15s linear;
  cursor: pointer;
  float: left;
}
.accServ ul li.icon-dashboard {
  background-image: url("http://v5.mesi.com.ar/img/home.svg");
}
.accServ ul li.icon-customers {
  background-image: url("http://v5.mesi.com.ar/img/folder.svg");
}
.accServ ul li.icon-users {
  background-image: url("http://v5.mesi.com.ar/img/user.svg");
}
.accServ ul li.icon-settings {
  background-image: url("http://v5.mesi.com.ar/img/tool.svg");
}

.accServ ul li.icon-add {
  background-image: url("http://v5.mesi.com.ar/img/add.svg");
}

.accServ ul li.icon-calendar {
  background-image: url("http://v5.mesi.com.ar/img/calendar.svg");
}
.accServ ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.accServ ul li:focus {
  outline: none;
}

.contLogo{float: left;}

.divInfo{
	float: left;
	height: 70px;
	width: 98%;
	/*background: #e74c3c;*/
	background: #ffffff;
	color: #e74c3c;
	padding: 1%;


}

.divCabecera{
	float: left;
	height: auto;
	width: 98%;
	background: #fbfbfb;
	color: #003d5a;
	padding: 1%;

}

header h2{
	color: #ffffff;
	
}


.divInfo article{
	width: 20%;
	height: auto;
	float: left;
	padding: 2%;
}

.colInfoD{
	width: 57%;
	height: 100%;
	float: left;
}

.colInfoD h1{
 font-size: 14px;
}

.colInfoD span{
 font-size: 54px;
}

.colInfoR{
	width: 33%;
	height: 100%;
	float: left;
padding: 5%;
	
}

.colInfoR img{
	width: 100%;
	height: 100%;
	float: left;

}

.infContHome{
padding: 1%;
height: auto;
width: 44%;
float: left;
background: #efefef;
margin-bottom: 20px;
margin-right: 2pc;
text-align: center;

}



footer{
	text-align: center;
	padding: 1%;
	background: #ffffff;
	float: left;
	width: 98%;
 }
 
footer a{
	color: #003e59;
} 
 
footer p{
	color: #003e59;
}  
/* start da css for da buttons */
.btn {
  border-radius: 5px;
  padding: 12px;
  font-size: 20px;
  height: auto;
  text-decoration: none;
  margin: 20px;
  color: #fff!important;
  position: relative;
  display: inline-block;
  border: none;
}

.fields2{
	border: 1px solid #ccc;
}

.btn-margin{
	margin: 1% 0px 0px 0px!important;
	margin-top: 2%;
}

.btn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}

.blue {
  background-color: #55acee;
  box-shadow: 0px 5px 0px 0px #3C93D5;
}

.blue:hover {
  background-color: #6FC6FF;
}

.green {
  background-color: #2ecc71;
  box-shadow: 0px 5px 0px 0px #15B358;
}

.green:hover {
  background-color: #48E68B;
}

.red {
  background-color: #e74c3c;
  box-shadow: 0px 5px 0px 0px #CE3323;
}

.red:hover {
  background-color: #FF6656;
}

.purple {
  background-color: #9b59b6;
  box-shadow: 0px 5px 0px 0px #82409D;
}

.purple:hover {
  background-color: #B573D0;
}

.orange {
  background-color: #e67e22;
  box-shadow: 0px 5px 0px 0px #CD6509;
}

.orange:hover {
  background-color: #FF983C;
}

.yellow {
  background-color: #f1c40f;
  box-shadow: 0px 5px 0px 0px #D8AB00;
}

.yellow:hover {
  background-color: #FFDE29;
} 
 
  .menu a{
	color: #8cc3e9;
}
 

/* BOTON FLOTANTE */

#floating-button{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #db4437;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 5px #666;
}

.plus{
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 44px;
  font-family: 'Roboto';
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;
}


#container-floating{
	position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50;
}
#container-floating:hover .edit {
    animation: edit-in 0.2s;
        animation-delay: 0s;
        animation-fill-mode: none;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}


#container-floating img{
box-shadow: none;
}

#container-floating:hover{
  height: 400px;
  width: 90px;
  padding: 30px;
}

#container-floating:hover .plus{
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

.edit{
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}

#container-floating:hover .edit{
  animation: edit-in 0.2s;
   animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes edit-in{
    from {opacity: 0; transform: rotateZ(-70deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

@keyframes edit-out{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(-70deg);}
}

@keyframes plus-in{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(180deg);}
}

@keyframes plus-out{
    from {opacity: 0; transform: rotateZ(180deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

.nds{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform:  scale(0);
  cursor: pointer;
}

.nd1{
  background-image: url('imgs/reMobil-cel.png');
    background-size: 100%;
  right: 40px;
  bottom: 120px;
  animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
  animation-fill-mode:  forwards;
}

.nd3{
  background-image: url('imgs/reMobil-chat.png');
    background-size: 100%;
  right: 40px;
  bottom: 180px;
  animation-delay: 0.15s;
  animation: bounce-out-nds 0.15s linear;
  animation-fill-mode:  forwards;
}

.nd4{
  background-image: url('imgs/reMobil-mail.png');
  right: 40px;
  bottom: 240px;
  background-size: 100%;
  animation-delay: 0.08s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

.nd5{
  background-image: url('imgs/reMobil-whatsapp.png');
  background-size: 100%;
  right: 40px;
  bottom: 300px;
  animation-delay: 0.08s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

@keyframes bounce-nds{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-nds{
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}

#container-floating:hover .nds{
  
  animation: bounce-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

#container-floating:hover .nd3{
  animation-delay: 0.08s;
}
#container-floating:hover .nd4{
  animation-delay: 0.15s;
}
#container-floating:hover .nd5{
  animation-delay: 0.2s;
}

.letter{
  font-size: 23px;
  font-family: 'Roboto';
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
}

.reminder{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
}

.profile{
  border-radius: 50%;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.rdMobil{
  visibility: hidden;
  margin-top: -50px;
}

.accServlink{
	
	float: right;
}


select{
    width: auto;
    padding: 8px 12px;
    border: 1px solid #3cc0ca;
    border-radius: 7px;
    background-color: #f5f5f5;
    color: #083035;

    height: 38px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
}

input{
    width: auto;
    padding: 8px 12px;
    border: 1px solid #3cc0ca;
    border-radius: 7px;
    background-color: #f5f5f5;
    color: #083035;

    height: 38px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #083035;
    font-size: 15px;
    font-weight: 600;
}





/* BOTON FLOTANTE */
 
/****************************MOBILE*************************************/ 


@media screen and (max-width: 900px) and (min-width: 400px) {
  body {
    padding-left: 90px;
  }
  .menu {
    width: 90px;
  }
  .menu .avatar {
    padding: 0.5em;
    position: relative;
  }
  .menu .avatar img {
    width: 60px;
  }
  .menu .avatar h2 {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 100px;
    margin: 0;
    min-width: 200px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
    transform: translate3d(-20px, -50%, 0);
    transition: all 0.15s ease-in-out;
  }
  .menu .avatar:hover h2 {
    opacity: 1;
    transform: translate3d(0px, -50%, 0);
  }
  .menu ul li {
    height: 60px;
    background-position: center center;
    background-size: 30px auto;
    position: relative;
  }
  .menu ul li span {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.2em 0.5em;
    border-radius: 4px;
    top: 50%;
    left: 80px;
    transform: translate3d(-15px, -50%, 0);
    transition: all 0.15s ease-in-out;
  }
  .menu ul li span:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(0, 0, 0, 0.5);
    transform: translateY(-50%);
  }
  .menu ul li:hover span {
    opacity: 1;
    transform: translate3d(0px, -50%, 0);
  }
  
main {
box-sizing: border-box; float: left; height: auto; width: 100%;

}

main a{
box-sizing: border-box; float: left; height: auto; width: 100%;

}

table {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

thead tr:first-child {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

th:first-child,
td:first-child {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

thead tr:last-child th {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

tbody tr:hover {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

tbody tr:last-child td {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

tbody td {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

td:last-child {
box-sizing: border-box; float: left; height: auto; width: 100%;

}




.list_table_plan{
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.list_table_plan thead tr:first-child {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.list_table_plan th:first-child,
.list_table_plan td:first-child {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.list_table_plan thead tr:last-child th {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.list_table_plan tbody tr:hover {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.list_table_plan tbody tr:last-child td {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.list_table_plan tbody td {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.list_table_plan td:last-child {

box-sizing: border-box; float: left; height: auto; width: 100%;
}

.list_table_plan a {
box-sizing: border-box; float: left; height: auto; width: 100%;

}


.contPlanes{
box-sizing: border-box; float: left; height: auto; width: 100%;


}

.bgplanes{
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.button {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.edit:hover {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.delete:hover {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

/* FIN FORMATO DE TABLA */

main .helper {
box-sizing: border-box; float: left; height: auto; width: 100%;
}
main .helper span {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.btn{
box-sizing: border-box;
padding: 3% 3%;
font-size: 18px;
text-decoration: none;
margin: 0px;
margin-top: 15px;

}

.divInfo{
	margin-top: 0px;
}
.accServ {
box-sizing: border-box; float: left; height: auto; width: 100%;
}


.contLogo{box-sizing: border-box; float: left; height: auto; width: 100%;}

.divInfo{
box-sizing: border-box; float: left; height: auto; width: 100%;

}

.divCabecera{
box-sizing: border-box; float: left; height: auto; width: 100%;

}

header h2{

	
}


.divInfo article{
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.colInfoD{
box-sizing: border-box; float: left; height: auto; width: 100%;
}



.colInfoR{
box-sizing: border-box; float: left; height: auto; width: 100%;
	
}


.infContHome{
box-sizing: border-box; float: left; height: auto; width: 100%;

}



footer{
box-sizing: border-box; float: left; height: auto; width: 100%;
 }


}
@media screen and (max-width: 400px) {
  body {
    padding-left: 0;
  }
  .menu {
    width: 230px;
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0);
    transform: translate3d(-230px, 0, 0);
    transition: all 0.3s ease-in-out;
  }
  .menu .smartphone-menu-trigger {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 100%;
    background: #5bc995;
  }
  .menu .smartphone-menu-trigger:before,
  .menu .smartphone-menu-trigger:after {
    content: '';
    width: 50%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .menu .smartphone-menu-trigger:after {
    top: 55%;
    transform: translate3d(-50%, -50%, 0);
  }
  .menu ul li {
    padding: 1em 1em 1em 3em;
    font-size: 0.9em;
  }
  .menu:focus {
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.6);
  }
  .menu:focus .smartphone-menu-trigger {
    pointer-events: none;
  }
 .rdMobil{
	background-color: #013c5a;
	  visibility: visible;
	  bottom: 0;
	  height: auto;
	  position: fixed;
	  width: 100%;
	  z-index: 101;
	  padding:1%;
}

.rdMobil img{
box-sizing: border-box;
width: 4%;
margin: 0%;
margin-left: 15%;
}



main {
box-sizing: border-box; float: left; height: auto; width: 100%;

}

main a{
box-sizing: border-box; float: left; height: auto; width: 100%;

}

table {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

thead tr:first-child {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

th:first-child,
td:first-child {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

thead tr:last-child th {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

tbody tr:hover {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

tbody tr:last-child td {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

tbody td {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

td:last-child {
box-sizing: border-box; float: left; height: auto; width: 100%;

}




.list_table_plan{
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.list_table_plan thead tr:first-child {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.list_table_plan th:first-child,
.list_table_plan td:first-child {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.list_table_plan thead tr:last-child th {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.list_table_plan tbody tr:hover {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.list_table_plan tbody tr:last-child td {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.list_table_plan tbody td {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.list_table_plan td:last-child {

box-sizing: border-box; float: left; height: auto; width: 100%;
}

.list_table_plan a {
box-sizing: border-box; float: left; height: auto; width: 100%;

}


.contPlanes{
box-sizing: border-box; float: left; height: auto; width: 100%;


}

.bgplanes{
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.button {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.edit:hover {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.delete:hover {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

/* FIN FORMATO DE TABLA */

main .helper {
box-sizing: border-box; float: left; height: auto; width: 100%;
}
main .helper span {
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.btn{
box-sizing: border-box; height: auto; width: 100%;
padding: 3% 3%;
font-size: 18px;
text-decoration: none;
margin: 0px;
margin-top: 15px;

}

.divInfo{
	margin-top: 0px;
}
.accServ {
box-sizing: border-box; float: left; height: auto; width: 100%;
}


.contLogo{box-sizing: border-box; float: left; height: auto; width: 100%; text-align: center;}

.divInfo{
box-sizing: border-box; float: left; height: auto; width: 100%;

}

.divCabecera{
box-sizing: border-box; float: left; height: auto; width: 100%;

}

header h2{

	
}


.divInfo article{
box-sizing: border-box; float: left; height: auto; width: 100%;
}

.colInfoD{
box-sizing: border-box; float: left; height: auto; width: 100%;
}



.colInfoR{
box-sizing: border-box; float: left; height: auto; width: 100%;
	
}


.infContHome{
box-sizing: border-box; float: left; height: auto; width: 100%;

}



footer{
box-sizing: border-box; float: left; height: auto; width: 100%;
 }
 


.accServ ul li{
	font-size: 0.6em;
}
.accServlink{
	visibility: hidden;
}




  
}
