html {
  background-color: #f8f8f8;
}

body {
  background-color: #f8f8f8;
}

#hd {
   background-color: #3bb3c4;
}

#bd {
   background-color: #fff;
}

#yui-main {
   padding-left: 5px;
   padding-top: 10px;
}


#ft {
  background-color: #5DB7C2;
}

p.foto { border: 1px solid #f5f5f5; margin: 5px; width: 140px;}
#bd td { border: 0px;}

.form-buscar {
  margin-bottom: 15px;
}

.form-buscar button {
  border: 0px;
  cursor: hand;
  background-color: #fff;
}

.form-buscar input {
  width: 130px;
}

div.first {
  padding-left: 5px;
}



.menu{
  padding:0px;
  margin: 0px;
  height: 20px;
  background: #3bb3c4;
}

.menu ul{
  list-style:none;
  text-align:center;
  font-weight: bolder;
  margin: 0px;
}
.menu li{
  list-style:none;
  margin:0px 5px;
  padding:0px 8px;
  display:inline;
}
.menu li, .menu li a, .menu li a:hover{
  color:#ffffff;				
}
.menu li a{
  text-decoration:none;
}
.menu li a:hover{
  text-decoration:none;
  color:#145f6d;
}

.highlight {
   color: red;
   font-weight: bolder;
}

h3 a, #bd a { color: #0b6b79; font: 14px tahoma, arial ; text-decoration: none; }
h3 a:hover, #bd a:hover { text-decoration: underline; }


h6 {
color: #333333;
font: 11px tahoma;
text-align:justify;
}


.list-actualidad { margin: 0px; }
.list-actualidad h3 { margin: 1px; font-size: 100%; }
.list-actualidad li { list-style-type: none; margin: 2px 0px; border-bottom: 1px dotted #f5f5f5; }
.list-actualidad li img { float: left; margin: 1px; }

.listado { margin: 0px; }
.listado li { list-style-type: none; margin: 2px 0px; border-bottom: 1px dotted #f5f5f5; }
.listado li h3 { margin: 1px; font-size: 100%; }
.listado li img { float: left; margin: 1px; margin: 3px;  }
.listado li p{ line-height: 150% }

.contacto label {
}

.contacto input, textarea {
  display: block;
  margin: 2px 0px 6px 0px;
}

.contacto legend {
  font-weight: bolder;
  font-size: 108%;
}

.mensaje {
  padding: 4px;
  border: 1px solid #fff;
  font-weight: bolder;
  width: 350px;
}
.error{
  background-color: #fcc;
  border-color: #c33;
  color: #c33;
}
.correcto {
  background-color: #cfc;
  border-color: #393;
  color: #393;
}


ul.galeria, ul.rubros li {
 margin: 0px;
}

ul.galeria li, ul.rubros li {
  display:inline;
  float: left;
  list-style-type: none;
  width: 140px;
  text-align: center;
  margin: 10px;
  border: 1px solid gray;
  padding: 2px;
}
ul.galeria li img{
  width: 140px;
  height: 100px;
}

ul.rubros li {
  width: 210px;
  text-align: left;
  border-color: #fff;
}

#imageContainer {
  height: 285px;
  width: 380px;
  position:relative;
  z-index:0;

}

#imageContainer img {
	display:none;
  position:absolute;	
  z-index:1;	
}

.zona2 img {
  margin: 2px 0px;
  border-bottom: 1px dotted #f5f5f5;
}

ul.paginacion {
  margin-left: 2px;
}

ul.paginacion li {
  display: inline;
  float: left;
  margin: 5px;
  padding: 4px;
  font-weight: bolder;
}
ul.paginacion li.current {
  background-color: #cfebef;
}

/* ------------------ CSS Hacks ------------------ */

.ib-fix li { display:-moz-inline-box; -moz-box-orient:vertical; display:inline-block; vertical-align:top; word-wrap:break-word; }
* html .ib-fix li { display:inline; }
* + html .ib-fix li { display:inline; }
.ib-fix li > * { display:table; table-layout:fixed; overflow:hidden; }


.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
*/



