@charset "utf-8";
/*Autor: Edith Huere*/

/* RESET */
header,nav, section, footer, aside, article, figure, footer {
  display: block;
}
ul, ol, dl { 
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}
a img {
  border: none;
}
a:link {
  color: #42413C;
  text-decoration: none;
}
a:visited {
  color: #6E6C64;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #6E6C64;
  text-decoration: underline;
}
*{ border:0; outline:0;}


/* GENERAL */
html,body{
  width:100%;
  height:100%;
  margin:0;
}
body {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:100%;
  font-weight:normal;
  background:#f5f5f5;
  padding: 0;
  color: #666;
}
.clearfloat{
  clear:both;
}
.boton a{
  padding: 5px 35px 5px 20px;
  background: #355B9A url(../img/img_boton.png) right center no-repeat;
  border-bottom: 2px solid #25416D;
  color: #ffffff;
}
.boton a:hover{
  text-decoration: none;
  background: #0677BB url(../img/img_boton.png) right center no-repeat;
}
.verificacion{
  display: none;
}
/* DIAGRAMACION */
#main{
  min-height:100%;
  position:relative;
}
header{
  width: 100%;
}
nav{
  background: #355B9A;
  border-bottom: 3px solid #25416D;
}
nav .selected {
  background: #25416D;
}
header .header{
  width: 960px;
  margin: 0 auto;
  background:#fff;
}
section{
  width:960px;
  margin:0 auto;
  padding-bottom:365px;
}
footer{
  width:100%;
  height:374px;
  position:absolute;
  bottom:-65px;
  left:0;
  background: url(../img/bg_piePagina.jpg);
}
.pieSitio{
  min-height: 300px;
  background: url(../img/bg_pieSitio.jpg);
}
.pieSitio .contenido_pieSitio{
  width: 960px;
  margin: 0 auto;
  color: #fff;
}
.linea_piePagina{
  height: 2px;
  background: url(../img/linea_piePagina.jpg);
}
footer p{
  width: 960px;
  height: 65px;
  margin: 0 auto;
  padding-top: 6px;
  text-align: center;
  font-size: .813em;
  color: #ffffff;
}
/* CONTENIDO */
.header .logo{
  width: 173px;
  height: 90px;
  float: left;
  background: url(../img/logo_Zavala.png) left no-repeat;
  text-indent: -8000px;
  margin: 0;
}
.header ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.header li a{
  float: right;
  font-size: 1em;
  color: #9E9E9E;
  font-weight: bold;
  text-decoration: none;
  padding-left: 45px;
  line-height: 40px;
  margin: 25px 10px 0 10px;
}
.header li a:hover{
  color: #888888;
  background-position: 0 -40px;
}
.header li .btn_contactenos{
  background: url(../img/btn_contacto.png) no-repeat;
}
.header li .btn_telefonos{
  background: url(../img/btn_telefono.png) no-repeat;
  color: #f20005;
  font-size: 1.1em;
}
.header li:hover .btn_telefonos{
  background: url(../img/btn_telefono.png) no-repeat 0 -40px;
  color: #f20005;
  font-size: 1.1em;
}
.banner{
  width: 958px;
  height: 268px;
  margin: 0 auto;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  overflow: hidden;
}
section .cuadro{
  width: 33%;
  height: 190px;
  margin: 0 auto;
  float: left;
  border-left: 2px solid #ffffff;
  border-right: 1px solid #C8C9CC;
  margin-bottom: 4px;
  color: #666666;
}
section .cuadro h3{
  padding: 10px;
  text-align: center;
  margin-bottom: 0;
}
section .cuadro img{
  margin: 0 15px;
  float: left;
}
section .cuadro p{
  padding: 15px;
}
section .cuadro ul{
  list-style: square;
  padding: 0 30px;
}
section .cuadro li a{

}
section .noticias{
  height: 188px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  float: right;
}
section .noticias h3{
  font-family: 'Coda', cursive;
  color:#2D599E;
  height: 5px;
  padding: 10px;
  text-align: left;
  margin-bottom: 19px;
}

footer a:active, footer a:visited, footer a:link {
  color: #ffffff;
  font-size: 1.05em;
  display: block;
}

.pieSitio .contenido_pieSitio div{
  float: left;
  display: block;
  margin: 15px 24px;
  margin-bottom: 2px;
  letter-spacing: .025em;
}
.pieSitio .contenido_pieSitio h2{
  font-family: 'Coda', cursive;
  font-size: 1.3em;
  color: #ECECEC;
  font-weight: lighter;
  border-bottom: 1px solid #FFFFFF;
  width: 100%
}
.pieSitio .contenido_pieSitio .cuadro{
  width: 300px;
}
.pieSitio .contenido_pieSitio .cuadro img{
  float: left;
}
.pieSitio .contenido_pieSitio .cuadro p{
  width: 100%;
  text-align: left;
  font-size: 1em;
}
.pieSitio .contenido_pieSitio .cuadro .boton a{
  padding: 5px 35px 5px 20px;
  float: right;
  background: #A2A7AE url(../img/img_boton.png) right center no-repeat;
  font-size: 1em;
  border-bottom: 2px solid #8C959D;
  color: #ffffff;
   width: 160px;
}
.pieSitio .contenido_pieSitio .cuadro .boton a:hover{
  background: #B6B9BE url(../img/img_boton.png) right center no-repeat;
}
.pieSitio .contenido_pieSitio form{
  font-size: 1em;
}
.pieSitio .contenido_pieSitio form label{
  font-size: 1em;
  height: 40px;
  padding: 20px 5px 0 5px;
}
.pieSitio .contenido_pieSitio form input, .pieSitio .contenido_pieSitio form textarea{
  padding: 5px 2px;
  margin: 2px;
  background: #EEEEEE;
  border: 1px solid #BBBBBB;
  color: #666666;
}
.pieSitio .contenido_pieSitio form .boton{
  font-size: 1em;
  padding: 7px 30px;
  float: right;
  background: #A2A7AE;
  border:0;
  border-bottom: 2px solid #8C959D;
  color: #ffffff;
}
.pieSitio .contenido_pieSitio form .boton:hover{
  background: #B6B9BE;
}
.pieSitio .contenido_pieSitio .redesSociales a{
  width: 45px;
  height: 45px;
  text-indent: -8000px;
  float: left;
  margin: 5px;
  margin-right: 0;
  background: url(../img/iconos_redesSociales.png) no-repeat;
}
.pieSitio .contenido_pieSitio .redesSociales .facebook{
   background-position: 0 0 ;
}
.pieSitio .contenido_pieSitio .redesSociales .youtube{
   background-position: -45px 0;
}
.pieSitio .contenido_pieSitio .redesSociales .twitter{
  background-position: -90px 0;
}
.pieSitio .contenido_pieSitio .redesSociales .facebook:hover{
  background-position: 0 -45px;
}
.pieSitio .contenido_pieSitio .redesSociales .youtube:hover{
  background-position: -45px -45px;
}
.pieSitio .contenido_pieSitio .redesSociales .twitter:hover{
  background-position: -90px -45px;
}

/* NAV */

/* el menú en si mismo */
.mi-menu  {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  height: 40px; 
  width: 960px;
  background: #355B9A;
}

.mi-menu  br { display:none; }

/* cada item del menu */
.mi-menu  li {
  display: block;
  float: left;
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.submenu li{
  text-transform: none;
}
.mi-menu li a {
  border-left: 1px solid #4170BC;
  border-right: 1px solid #2E4E83;
  color: #EEE;
  display: block;
  font-size: .85em;
  font-weight: bold;
  line-height: 28px;
  padding: 0 1.1em;
  margin: 6px 0;
  text-decoration: none;
  letter-spacing: .035em;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.mi-menu li:first-child a { border-left: none; }
.mi-menu li:last-child a{ border-right: none; }
.mi-menu li:hover > a { color: Crimson; }

/* los submenús */
.mi-menu ul {
  border-radius: 0 0 5px 5px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 40px;
  background: #333333;
  -moz-transition: opacity .25s ease .1s;
  -webkit-transition: opacity .25s ease .1s;
  -o-transition: opacity .25s ease .1s;
  -ms-transition: opacity .25s ease .1s;
  transition: opacity .25s ease .1s;
}
.mi-menu li:hover > ul { opacity: 1; }

.mi-menu ul li {
  height: 0;
  overflow: hidden;
  padding: 0;
  -moz-transition: height .25s ease .1s;
  -webkit-transition: height .25s ease .1s;
  -o-transition: height .25s ease .1s;
  -ms-transition: height .25s ease .1s;
  transition: height .25s ease .1s;
}
.mi-menu li:hover > ul li {
  height:36px;
  overflow: visible;
  padding: 0;
}
.mi-menu ul li a {
  border: none;
  border-bottom: 1px solid #444;
  margin: 0;
  padding: 5px 15px;
  width: 200px;
  font-weight: normal;
  font-size: .95em;
  text-transform: none;
}
.mi-menu ul li:last-child a { border: none; }

.tinynav { display: none; }

/* PANEL */
#pane1 {
  width: 317px; height: 144px; overflow: hidden;
}
.jScrollPaneContainer {
  overflow: hidden; position: relative; z-index: 1;
}
.jScrollPaneTrack {
  background: #F6F6F6; top: 0px; height: 100%; right: 0px; position: absolute; cursor: pointer;
}
.jScrollPaneDrag {
  background: #E8E8E8; overflow: hidden; position: absolute; cursor: pointer;
}
.jScrollPaneDragTop {
  left: 0px; top: 0px; overflow: hidden; position: absolute;
}
.jScrollPaneDragBottom {
  left: 0px; bottom: 0px; overflow: hidden; position: absolute;
}
a.jScrollArrowUp {
  background:#754852 repeat-x 0px 0px; top: 0px; height: 0px; right: 0px; text-indent: -2000px; overflow: hidden; display: block; position: absolute; z-index: 1;
}
a.jScrollArrowUp:hover {
  background-position: 0px -15px;
}
a.jScrollArrowDown {
  background:#254120 repeat-x 0px 0px; height: 0px; right: 0px; bottom: 0px; text-indent: -2000px; overflow: hidden; display: block; position: absolute; z-index: 1;
}
a.jScrollArrowDown:hover {
  background-position: 0px -15px;
}
a.jScrollActiveArrowButton {
  background-position: 0px -30px;
}
a.jScrollActiveArrowButton:hover {
  background-position: 0px -30px;
}
.scroll_pane{
  width: 100%;
  margin: 0;
}
.scroll_pane p{
  width: 96%;
  border-bottom: 1px dotted #bbb;
  padding: 4px 30px 4px 10px;
  margin: 0;
  text-align: justify;
  font-size: 1em;
  line-height: 1.25em;
}

.scroll_pane p, .scroll_pane p a {
  text-decoration: none;
}
.scroll_pane p:hover, .scroll_pane p a:hover  {
  text-decoration: none;
  background: #f4f4f4;
}


/* TOTOP */
#toTop {
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:10px;
  right:10px;
  overflow:hidden;
  width:51px;
  height:51px;
  border:none;
  text-indent:100%;
  background:url(../img/ui.totop.png) no-repeat left top;
}

#toTopHover {
  background:url(../img/ui.totop.png) no-repeat left -51px;
  width:51px;
  height:51px;
  display:block;
  overflow:hidden;
  float:left;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
  outline:none;
}

footer .disenoWeb a{
  width: 50px;
  height: 30px;
  position: absolute;
  right: 10px;
  bottom: 15px;
  font-size: 10px;
  text-align: center;
  line-height: 10px;
  color: #bbb;
  text-indent: -8000px;
  background: url(http://corimasac.com/disenoWeb.png) no-repeat;
}
footer .disenoWeb a:hover{
  background-position: 0 -30px;
  text-decoration: none;
  color: #D5D905;
}

@media screen and (max-width: 700px) {
  .tinynav {
  	display: block;
  }
  select{
  	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  	background:#000;
  	color:#fff;
  	height:35px;
  	width:100%;
  	background:#355B9A;
  }
  option{
  	background:#333333;
  }
  #nav{
  	display: none;
  }
  section, footer p, header .header{
    width: 96%;
    padding: 0 2%
  }
  section{
    padding-bottom:315px;
  }
  section .cuadro{
    width: 49%;
    height: auto;
    padding-bottom: 1em;
  }
  .banner, .noticias{
    display: none;
  }
  .pieSitio .contenido_pieSitio .cuadro{
    display: none;
  }
}