/*Body*/
body{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin-left: auto;
margin-right: auto;
position: relative;
}
.pagina{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0 auto;
    position: relative;
}

ul {
    list-style-type: none;
    margin: 0;
    padding-left: 25%;
    padding-right: 15%;
    overflow: hidden;
}
li{
    float: left;
    padding: 20px;
}
li a{
    display: block;
    padding-left: 5px;
    background-color: white;
}
/*BARRA MENU*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;} /* remember to define focus styles! */ :focus {outline: 0;} /* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;} /* tables still need 'cellspacing="0"' in the markup */ table {border-collapse: collapse;border-spacing: 0;}


/*---------- BODY --------------------------------*/

body {
	text-align: center;
	background:transparent;
}

a {
	text-decoration: none;
}

/*---------- Wrapper --------------------*/

nav {
	width: 100%;
	height: 80px;
    background: transparent;
    padding-left: 30%;
}

ul {
	text-align: center;
}

ul li {
	font: 17px Verdana, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	cursor: pointer;
	-webkit-transition: padding .05s linear;
	-moz-transition: padding .05s linear;
	-ms-transition: padding .05s linear;
	-o-transition: padding .05s linear;
	transition: padding .05s linear;
}
ul li.drop {
    position: relative;
}
ul > li {
	display: inline-block;
}
ul li a {
	line-height: 80px;
	padding: 0 20px;
	height: 80px;
	color: black;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
ul li a:hover {
	color: #eee;
}

.dropOut .triangle {
	width: 0;
	height: 0;
	position: relative;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
	top: -8px;
	left: 91%;
	margin-left: -8px;
}
.dropdownContain {
	width: 160px;
	z-index: 2;
	left: 80%;
	margin-left: -80px; /* half of width */
	top: -400px;
}
.dropOut {
	width: 160px;
	background:white;
	float: left;
	position: relative;
	margin-top: 0px;
	opacity: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.dropOut ul {
	float: left;
	padding: 10px 0;
}
.dropOut ul li {
	text-align: left;
	float: left;
	width: 125px;
	padding: 12px 0 10px 15px;
	margin: 0px 10px;
	color: #777;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
}

.dropOut ul li:hover {
	background: #f6f6f6;
}

ul li:hover a { color:red; }
ul li:hover .dropdownContain { top: 65px; }
ul li:hover .underline { border-bottom-color: #777; }
ul li:hover .dropOut { opacity: 1; margin-top: 8px; }

#button2{
    padding-left: 25%;
}
#button2 li a{
    padding-left: 0%;
    text-decoration: none;
    background-color:transparent;
    text-align: center;
    color: black;
    font-size: 20px;
}
/*contenido barra*/
#barrainfo{
    border-bottom: 1px solid silver;
    display: block;
    position: relative;
    outline: 0 !important;
    box-sizing: border-box;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(65, 66, 65);
    overflow: hidden;
}
.container{
    width: 1170px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    outline: 0 !important;
    -webkit-transition: all ease-in-out .4s;
    box-sizing: border-box;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    ;
}
.container2{
    width: 1170px;
    padding-right: 20%;
    padding-left: 20%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    outline: 0 !important;
    -webkit-transition: all ease-in-out .4s;
    box-sizing: border-box;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
.row{
    clear: both;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    outline: 0 !important;
    -webkit-transition: all ease-in-out .4s;
    box-sizing: border-box;
}
.top2{
    width: 100%;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    outline: 0 !important;
    -webkit-transition: all ease-in-out .4s;
}
.col12{
    width: 100%;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    outline: 0 !important;
    -webkit-transition: all ease-in-out .4s;
    box-sizing: border-box;  
}
.colum{
    position: relative;
    outline: 0 !important;
    -webkit-transition: all ease-in-out .4s;
    box-sizing: border-box;
}
.phone{
    border-left: 1px solid silver;
    float: left;
    font-size: 90%;
    padding: 10px 18px;
    position: relative;
    outline: 0 !important;
    -webkit-transition: all ease-in-out .4s;
    box-sizing: border-box;
}
.phone1{
    color: maroon;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0 3px;
    display: inline-block;
    position: relative;
    outline: 0 !important;
    -webkit-transition: all ease-in-out .4s;
    box-sizing: border-box; 
}
.email{
    border-left: 1px solid silver;
    float: left;
    font-size: 90%;
    padding: 10px 18px;
    position: relative;
    outline: 0 !important;
    -webkit-transition: all ease-in-out .4s;
    box-sizing: border-box;
}
.envelope{
    color: maroon;
    margin: 0 3px;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    position: relative;
    outline: 0 !important;
    -webkit-transition: all ease-in-out .4s;
    box-sizing: border-box;
}
.horario{
    border-right: 1px solid silver;
    border-left: 1px solid silver;
    float: left;
    font-size: 90%;
    padding: 10px 18px;
    position: relative;
    outline: 0 !important;
    -webkit-transition: all ease-in-out .4s;
    box-sizing: border-box;


}
.fafaclock{
    color: maroon;
    margin: 0 3px;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    position: relative;
    outline: 0 !important;
    -webkit-transition: all ease-in-out .4s;
    box-sizing: border-box;
}
.fafaclock::before{
    content: "\f017";
}
.contacto{
    margin: 0 -10px;
    list-style: none;
    padding: 0;
    position: relative;
    outline: 0 !important;
    -webkit-transition: all ease-in-out .4s;
    box-sizing: border-box;
}
/*contenido barra menu*/
#mimenu{
    background: white;
    border: 2px solid;
    border-color: silver;
    padding: 0;
    margin-top: 1%;
    margin-bottom: 2%;
    font-size: 22px;
}
/*contenido imagen central*/
header{
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    background-color:whitesmoke;
    color:black;
    padding: 3px;
    border: 1px solid;
    border-color: white;
}
header:hover{
    background: white;
}
/*contenido servicios imgg*/
.imgredonda {
    margin: 0 !important;
    border: 1px solid;
    border-color: silver;
    border-radius: 50%;
    width: 135px;
    height: 135px;
}
.flex-container2 {
    display: -webkit-flex;
    display: flex;  
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    /*font-weight: bold; negrita?*/
    font-size: 17px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    position: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

    
  }
/*contenido todo el body*/
.containerbody{
    width: 1500px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
/*Contenido vuerpo*/
.imgservis{
    border: 1px;
    border-color: transparent;
    width: 400px;
    height: 400px;
    border-radius: 18%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
.imgservis2{
    border: 1px;
    border-color: transparent;
    width: 400px;
    height: 400px;
    border-radius: 30%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
/*Intro*/
.bodytext{
    width: 1107px;
    margin:0 auto;
    position: relative;
    font-size: 20px;
    color: rgb(65, 66, 65);
    letter-spacing: 1px;
}
.textin{
    float: right;
    margin: 0 !important;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;


}
.textintro{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
   

/*footer*/
.flex-container {
    display: -webkit-flex;
    display: flex;  
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 22px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

  }
  
  .flex-container > * {
    padding: 10px;
    flex: 1 100%;
  }
  
  .main {
    text-align: center;
    font:silver;
    background: rgb(65, 66, 65);
  }
  
  .header {background: white}
  .footer {
    background:white;
    font-size: 15px;
    text-align: center; }
  .aside1 {background: silver;}
  .aside2 {background:white;}
  
  @media all and (min-width: 600px) {
    .aside { flex: 1 auto; }
    .main    { flex: 3 0px; }
    .aside1 { order: 1; } 
    .main    { order: 2; }
    .aside2 { order: 3; }
    .footer  { order: 4; }
  }
  .imagmap{
    margin: 0 !important;
    border: 1px solid;
    border-color: silver;
    border-radius: 30%;
    height: 260px; 
    width: 260px;

  }
  footer:hover{
    background: rgb(65, 66, 65);
  }
  #footer-upper{
    background-color:silver;
  }
  /*letras servicios*/
  .letraserv{
      font-size: 22px;
  }
  .body{
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

  }
  .bodytext{
      width: 75%;
      margin-left: 10%;
      margin-right: 1%;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

  }
  .imgfin{
      width: 20%;
      height: 20%;
      position: relative;
      
  }
  .tagserv{
      display: inline-block;
      margin-bottom: 6px;
      margin-right:2px ;
      width: 100%;
      border: 1px solid #9e9e9e;
      border-radius: px;
  }
.menusimple{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.menusimple ul{
    margin:0;
    padding:0;
  }
.menusimple li{
    margin:0;
    padding:0;  
}  
.menusimple ul li{
    margin:0;
    padding:0;
}
  /*PÁGINA MANTENIMIENTO*/
 .mantenimientoimg{
    background-image: "disket.jpg" | none | inherit;
 } 
