@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
* {
  font-family: "Source Sans Pro", sans-serif;
}

.imgLogin {
  max-height: 30%;
  min-height: 30%;
}

md-toolbar md-icon.imgIcon {
  min-height: 50%;
  min-width: 50%;
  height: 100px;
}

.complEscrit {
  /*color: white;*/
  font-size: 0.6em;
}

.tituloNombre {
  font-size: 1rem !important;
  text-align: right;
}

.tituloIcono {
  position: relative;
  top: -40px;
  left: 66px;
  font-size: 0.8rem;
  color: #727272;
}



/*Dialog*/
.dialog100 {
  min-width: 90%;
  min-height: 90%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
}

/*# sourceMappingURL=main.css.map */



/*
TABLA
 */



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

/*
@font-face {
  font-family: Lato-Regular;
  src: url('../fonts/Lato/Lato-Regular.ttf'); 
}

@font-face {
  font-family: Lato-Bold;
  src: url('../fonts/Lato/Lato-Bold.ttf'); 
}*/

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
/** {
  margin: 0px; 
  padding: 0px; 
  box-sizing: border-box;
}*/

body, html {
  height: 100%;
  font-family: sans-serif;
}

/* ------------------------------------ */
a {
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {margin: 0px;}

p {margin: 0px;}

ul, li {
  margin: 0px;
  list-style-type: none;
}

