@charset "utf-8";

/*
morado fuerte: #582A7C
*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/css/fonts/material/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('/css/fonts/material/MaterialIcons-Regular.woff2') format('woff2'),
    url('/css/fonts/material/MaterialIcons-Regular.woff') format('woff'),
    url('/css/fonts/material/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


form{ margin : 0; }
.imgblock{ display: block; }
a{ background : none; text-decoration : none; color: #3d3d3d; }
a img { border:0; }
a:hover{ color: #919191; }
.negrita{ font-weight:bold; }

body{
    margin : 0;
    padding: 0;
    color       : #4A4A4A;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size   : 16px;
    /*background-image: url(../images/headerFondo.png);
    background-repeat: repeat-x;*/
}
textarea {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
input{
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
#sitioUp{
	width: 100%;
	margin:0px;
}

#sitio{
    width: 100%;
    float:none;
    margin:0 auto 0px auto;
    position:relative;
    overflow:hidden;
    /*max-width: 1800px;*/
}
/* ----------------------------------------------------------------------------------------------- menuLateral */
#menuLateral{
  width: 430px;
  position: absolute;
  left: -500px;
  top: 0px;
  z-index:10;
}
#menuLateral #menuLateralIzqUp{
  width: 385px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
#menuLateral #menuLateralIzq{
  width: calc(100% + 17px);
  overflow-y: scroll;
  padding-right: 5px; /* Increase/decrease this value for cross-browser compatibility */
  box-sizing: content-box; /* So the width will be 100% + 17px */
  background-color: #fff;
}

#menuLateral #menuLateralDer{
  width: 45px;
  position: absolute;
  left: 385px;
  top: 0px;
  background-image: url("../images/menuFondo.png");
}

#menuLateral .logoLateral{
  width: 130px;
  height: 140px;
  margin: 30px auto;
}

#menuLateral .logoLateral img{
  width: 130px;
}
#menuLateral #cerrarMenu{
  position: absolute;
  top: 15px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#menuLateral .titulo{
  border-bottom: 1px solid #174278;
  color: #174278;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#menuLateral .tituloRojo{
  color: #A22243;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
}
#menuLateral .links{
  color: #282828;
  font-size: 14px;
  padding: 3px 50px;
  overflow: hidden;
  font-weight: bold;
}
#menuLateral .circLink{
  float: left;
  width: 11px;
  height: 11px;
  display: inline-block;
  padding-right: 10px;
}
#menuLateral .flechaAzul{
  float: right;
  width: 9px;
  height: 9px;
  display: inline-block;
  padding-left: 10px;
}
#menuLateral .menuLink{
  float: left;
  display: inline-block;
  width: 240px;
}
#menuLateral div.menuLink{
  cursor:default;
}
#menuLateral div.menuLink:hover{
  color:#999;
}

#menuLateral .buscadorMenu input{
  border:2px solid #A22243;
  margin: 0 10% 30px 10%;
  height: 40px;
  border-radius: 10px;
  width: 77%;
  padding-left: 8px;
}
/* ----------------------------------------------------------------------------------------------- show menu y logo grneral */
#showMenu{
  width: 40px;
  height: 34px;
  position: absolute;
  top: 55px;
  left: 55px;
  cursor: pointer;
}

#logoGral{
  width: 130px;
  height: 140px;
  position: absolute;
  top: 55px;
  left: 150px;
}

#logoGral img{
  width: 130px;
}

