@font-face {
	font-family: "basict";
    font-style: normal;
    font-weight: normal;
    src: local('basictitlefont'), local('basic title font'), url("http://www.zonapacheco.com.ar/fonts/basictitlefont.woff") format("woff"), url("http://www.zonapacheco.com.ar/fonts/basictitlefont.ttf") format("truetype"),;

}
.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;

    background: #fff url("images/arrowdown.gif") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}
.contact {
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 25;
	padding: 6;
	font-weight: bold;
	text-shadow: -2px 1px 4px #A1A1A1;
}

.contact a {
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 25;
	padding: 6;
	font-weight: bold;
	text-shadow: -2px 1px 4px #A1A1A1;

}

.contact span {
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 25;
	padding: 6;
	font-weight: bold;
	text-shadow: -2px 1px 4px #A1A1A1;

}
.contact img {
	position:absolute; 
	top: 1%; 
	rigth: 1%;
	left: auto;
}	
.nosotros {
	margin-top:3%;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 190%; 
	text-align: center; 
	color: rgb(255, 255, 255);
	text-shadow: 2px 1px 8px #FF0000;
}
.nosotros-s {
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
	font-size: 95%;
	padding: 0.5%;
	text-align: left;
	text-shadow: 1px 1px 1px #c0c0c0;
}
/** LIGHTBOX1 MARKUP **/

.lightbox1 {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	margin-left:auto; 
	margin-right:auto
}

.lightbox1 img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox1:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

.lightbox1 a {
	list-style-type: none;
  	font-family: 'basict','Montserrat', sans-serif;
	color: #FFFFFF;
	font-size: 38;
	padding: 5;
	text-shadow: 1px 1px 5px #000000, -1px -1px 1px #fff;
	text-decoration: none;
}
.lightbox1 span {
  	list-style-type: none;
	font-family: 'basict','Montserrat', sans-serif;
	color: #FFFFFF;
	font-size: 24;
	padding: 5;
	text-shadow: 1px 1px 5px #000000, -1px -1px 1px #fff;
	text-decoration: none;
	}
/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8)
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

.buttonSearch {
border-top: 1px solid #cfcfcf;
   background: #91a7ad;
   background: -webkit-gradient(linear, left top, left bottom, from(#bdbdbd), to(#91a7ad));
   background: -webkit-linear-gradient(top, #bdbdbd, #91a7ad);
   background: -moz-linear-gradient(top, #bdbdbd, #91a7ad);
   background: -ms-linear-gradient(top, #bdbdbd, #91a7ad);
   background: -o-linear-gradient(top, #bdbdbd, #91a7ad);
   padding: 7px 20px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   font-size: 12px;
   font-family: Verdana, Geneva, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
.buttonSearch:hover {
 	border-top-color: #28597a;
   	background: #28597a;
   	color: #ccc;
   }
.buttonSearch:active {
	border-top-color: #1b435e;
   	background: #1b435e;
   }
   
.nice {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 14;
	padding: 4;
	text-align: left;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-decoration:none;
}
.nice img {
	margin-left:25.5px; 
	margin-top:10px;
    height: 100px;
    width: 100px;
     -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.nice img:hover {
	margin-left: 20px;
	height: 150px;
    width: 150px;
}

.niceb {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 20;
	padding: 7;
	text-align: left;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-decoration:none;
}
.nicec {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 20;
	padding: 7;
	text-align: center;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-decoration:none;
}
.nices {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 12px;
	padding: 7;
	text-align: center;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-decoration:none;
}
.homezp {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 22;
	padding: 7;
	text-align: center;
	text-shadow: 1px 1px 1px #FFFFFF;
}

.html {
	background-attachment: fixed;
	background-size: cover;
	font-size: 11px; 
}

.centrar {
	width:300px ;
	margin-left: auto ;
    margin-right: auto ;
}

.buscador {color: #ed1c24; font: bold 12px helvetica}

.rubros {color: #000000; font: bold 12px arial; text-decoration: none}

.rubros:hover {color: #ED1C24;}

.avisos_link {color: #ED1C24; font: bold 11px arial; text-decoration: none}

.avisos_link:hover {color: #000000;}

.menu_avisos {color: #000000; font: bold 10px arial; text-decoration: none}

.menu_avisos:hover {color: #ED1C24;}

.rubros_select {color: #e77817; font: italic bold 12px arial; text-decoration: none}

.copyright {color: #3c3c3c; font: 10px verdana; text-align: center}

.boton {background: #FFFFFF; border: 1px solid #3c3c3c; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #3c3c3c}

.input {background: #FFFFFF; border: 1px solid #3c3c3c; font-family: Verdana, Arial, Helvetica; font-size: 8pt}

.in { background-image:http://www.zonapacheco.com.ar/images/bk.jpg; border: 1px solid #3c3c3c; font-family: Verdana, Arial, Helvetica; font-size: 8pt;}

.input_file {background: #FFFFFF; font-family: Verdana, Arial, Helvetica; font-size: 8pt}

.upload {background: #FFFFFF; font-family: Verdana, Arial, Helvetica; font-size: 8pt}

.fecha_top {color: #000000; font: bold 10px verdana; text-align: right}

.turno {color: #000000; font: bold 12px verdana; text-align: right}

.menu {color: #000000; font:  bold 12px verdana; text-align: center; text-decoration: none}

.nume {color:#FFF; font: bold 16px verdana; text-decoration:none}

.menu:hover {color: #ED1C24;}

.menu_select {color: #e77817; font: italic bold 12px verdana; text-align: center; text-decoration: none}

.reloj {background: transparent; border: none; font: bold 10px verdana; text-align: right}

.grupo {font:  bold 12px verdana; text-align: center; vertical-align: top}

.login {font: 12px Verdana; text-align: right}

.txt_central {font: italic 14px Helvetica; text-align: justify}

.txt_resaltado {font: italic bold 24px Helvetica}

.bodys {font: italic 14px Verdana; text-align: justify; position: absolute; top: 0px}

.txt_normal {font: 14px Verdana;}

.txt_bold {font: bold 14px Verdana;}

.txt_italic {font: italic 14px Verdana;}

.txt_bolditalic {font: bold italic 14px Verdana;}

.titulo_buscador {color: #236D85; font: bold 14px Verdana; text-align: center}

.tabla {border: 1px; border-color: gray gray gray gray; border-style: solid solid solid solid}

.tabla_avisos {font: 11px Verdana; text-align: center}

.texto {color: #1F1F1F; font-family: Verdana; font-size: 12px; font-weight: bold}

.form_tit {color: #757575; font-family: Verdana; font-size: 9pt; font-weight: bold}

.form_item {color: #2D2D2D; font-family: Verdana; font-size: 8pt; font-weight: bold}

.textoarea {background: #FFFFFF; border: 1px solid #000000; font-family: Verdana; color: #2D2D2D; font-size: 8pt; overflow: hidden}

.boton {background: #757575; border: 1px solid #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF}

.links_text {color: #757575; font-family:  Verdana; font-size: 9pt; text-align: justify}

.ancla {color: #2D2D2D; font-family: Verdana; font-size: 8pt; font-weight: bold; position: relative; text-decoration: none; visibility: visible}

.body {background:url(images/bk.png);
background-repeat:no-repeat;
background-size: cover;
}

.barra { color:#36F; text-shadow:#006; size:5px; background-color:#FFF;}

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background-position:top
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 10px;
  padding-top:20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
  
@media handheld, only screen and (max-width: 767px) {
#iconosbase{
display:none;
}
}

@media only screen and (max-width: 1023px) {
#iconosbase{
display:none;
}
}
/* End of style section. Generated by AceHTML at 06/01/2007 12:55:00 p.m. */