body {
	background: #FFF;
	color: #000;
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 19px 0 19px;
	padding: 0;
	background-image: url(../images/fondo_borde.gif);
	height:100%;
}
h1 {
	color: #fff;
	background-color: #6B8FBF;
	font-size: 1.8em;
	font-weight: 500;
	text-transform: uppercase;
	font-family: Tahoma, "Times New Roman", Times, serif;
}
.titulo {
	background-color: #fff;
	color: #1F64AF;
}
h2 {
	font-size: 1.25em;
	color: #1F64AF;
	border-bottom: #1F64AF solid 2px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h3 {/*Lo uso para los titulos de los productos*/
	background-color: #6B8FBF;
	color: #fff;
	padding: 2px 2px 2px 4px;
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	text-decoration: underline;
	font-size: 1.05em;
}
h1, h2, h3, h4, h5, p, table, img{
	margin: 8px;
}
.subtitulo {
	margin: 8px;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.05em;
}
.medidas td {
	width: 90px;
	border-bottom: #c0c0c0 solid 1px;
}
.detalle {
	border: #c0c0c0 solid 1px;
	width: 170px;
	padding: 4px;
	float: right;
	margin: 0 8px 0 0;
	font-style: italic;
	background-color: #FFFCEF;
}
a:link .imagen, a:visited .imagen {
    color: #00f;
	background-color: #000;
    text-decoration: underline;
}
a:hover .imagen, a:active .imagen {
    color: #F00;
    background: #FF2A84;
}
#wrapper {
	width: 100%;
	background: #f9f9f9 url(../images/fondo_wrapper.gif) repeat-y;
	float: left;
}
#right {
	float: right;
	width: 97%;
	background-repeat: no-repeat;
}
#logo_preinco {
	float: left;
	top: 5px;
	left: 1px;
	z-index: 150;
}
#logo_preinco a {
	text-decoration: none;
	width: 100%;
}
#logo_preinco img {
	border: 0;
	margin: 5px 0 5px 0;
}
#accesos {
	float:right;
	top: 18px;
	right: 2%;
	z-index: 150;
	border-bottom: #c0c0c0 solid 1px;
	padding:0;
	margin:0 3px 0 0;
	background-color:#EFEFEF;
}
#accesos img{
	padding:2px;
	margin:0 5px 1px 5px;
	border: 0;
}
#imagen_principal {
	float: right;
	background: left url(../images/institucional.jpg) no-repeat;
	margin: 0 0 0 3px;
	width: 100%;
	height: 120px;
}
#imagen_obras_casas {
	float: right;
	background: left url(../images/obras_casas.jpg) no-repeat;
	margin: 0 0 0 3px;
	width: 100%;
	height: 120px;
}
#imagen_obras_agro {
	float: right;
	background: left url(../images/obras_agro.jpg) no-repeat;
	margin: 0 0 0 3px;
	width: 100%;
	height: 120px;
}
#imagen_productos {
	float: right;
	background: left url(../images/productos.jpg) no-repeat;
	margin: 0 0 0 3px;
	width: 100%;
	height: 120px;
}
#imagen_contactos {
	float: right;
	/*background: left url(images/contactos.jpg) no-repeat;*/
	margin: 0 0 0 3px;
	width: 100%;
	height: 120px;
}
#pie {
	width: 100%;
	float: left;
	height: 100px;
	background-image: url("../images/fondo_pie.gif");
	padding: 15px 0 1px 0;
	font-size: .95em;
}
#logo_pie {
	float: right;
	height: 90px;
	width: 20%;
}
#logo_pie img{
	height: 72px;
	width: 100px;
	float: right;
	margin: 3px 8px;
	border: 0;
}
#tabsB {
  float:left;
  width:99%;
  background:#F4F4F4;
  font-size:93%;
  line-height:normal;
  font-weight: bold;
  margin: 0 0 0 3px;
}
#tabsB ul {
    margin:0;
    padding:10px 2px 0 2px;
    list-style:none;
}
#tabsB li {
  display:inline;
  margin:0;
  padding:0; 
}
#tabsB a {
  float:left;
  background:url("../images/tableftB.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 3px;
  text-decoration:none;
  }
#tabsB a span {
  float:left;
  display:block;
  background:url("../images/tabrightB.gif") no-repeat right top;
  padding:5px 10px 4px 6px;
  color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsB a span {float:none;}
/* End IE5-Mac hack */
#tabsB a:hover span {
  color:#000;
}
#tabsB a:hover {
  background-position:0% -42px;
}
#tabsB a:hover span {
  background-position:100% -42px;
}

#tabsB #current a {
	background-position:0% -42px;
}
#tabsB #current a span {
	background-position:100% -42px;
}

/*----Menu desplegable JS---*/
#dropmenudiv {
	position:absolute;
	border-left:1px solid black;
	border-right:1px solid black;
	border-top:1px solid black;
	border-bottom-width: 0;
	font-size: 10px;
	/* Verdana;*/
	line-height:18px;
	z-index:100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #7F7F7F;
	padding: 1px 0;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #EFEFEF;
	color: #000;
}

/*
#navigation {
    background: #DDD;
    border-bottom: 1px solid #A1A1A1;
    margin: 1em 0 0;
    padding: 0.6em 0 0;
    font-weight: bold;
	float: right;
	width: 100%;
}
#navigation ul, #navigation ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation ul {
    padding: 5px 0 5px;
    text-align: center;
}
#navigation ul li {
   	display: inline;
}
#navigation ul li a {
    background: #c6c6c6 url(images/tableft.gif) no-repeat left top;
    color: #FFF;
    text-decoration: none;
    padding: 5px 0;
}
#navigation ul li span {
    background: url(images/tabright.gif) no-repeat right top;
    padding: 5px 7px 5px 3px;
    margin: 4px 0 4px 4px;
}
#navigation ul li a:hover span {
    text-decoration: underline;
    background-position: 100% -75px;
}
#navigation ul li a:hover {
    background-position: 0 -75px;
}
#navigation #current a {
    background-position: 0 -150px;
}
#navigation #current a span {
    background-position: 100% -150px;
}
/*- Internet Explorer...It's Hacktastic!--------------------------- */

/*\*//*/
#navigation ul li a {
    display: inline-block;
    white-space: nowrap;
    width: 1px;
}

#navigation ul {
    padding-bottom: 0;
    margin-bottom: -1px;
}
/**/

/*\*//*
* html #navigation ul li a {
    padding: 0;
}
/**/


/*Menu lateral-------------*/

/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */

#menu_lateral {
	border: #b9c09f solid 3px;
	/*padding: 3px;*/
	float: left;
    width: 97%;
    /*border-style: solid solid none solid;*/
    /*border: #94AA74 solid 1px ;*/
    /*border-size: 1px;
    border-width: 1px;*/
    margin: 234px 0 10px 0;
	background-color: #EFECE0;
}
#menu_lateral ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu_lateral li a {
   /* height: 32px;*/
      /*voice-family: "\"}\"";
      voice-family: inherit;*/
    height: 30px;
    text-decoration: none;
}

#menu_lateral li a:link, #menu_lateral li a:visited {
    color: #5E7830;
    display: block;
   /* background: url(menu1.gif);*/
    padding: 8px 0 0 40px;
}
#menu_lateral li a:hover, #menu_lateral li #current {
    color: #26370A;
    padding: 8px 0 0 40px;
}
#menu_lateral li a:active {
    color: #26370A;
    background: url(menu1.gif) 0 -64px;
    padding: 8px 0 0 10px;
}
#menu_lateral img {
	border: 0;
}
#construccion a {
	background: url(../images/construccion.gif) left top no-repeat;
}
#construccion a:hover{
	background: #f1f9fc url(../images/construccion.gif) left top no-repeat;/* url(images/construccion.gif) left top no-repeat;*/
	font-weight: bold;
}
#agro a {
	background: url(../images/agro.gif) left top no-repeat;
}
#agro a:hover{
	background: #f1f9fc url(../images/agro.gif) left top no-repeat;/* url(images/construccion.gif) left top no-repeat;*/
	font-weight: bold;
}
#casas a {
	background: url(../images/casas.gif) left top no-repeat;
}
#casas a:hover{
	background: #f1f9fc url(../images/casas.gif) left top no-repeat;/* url(images/construccion.gif) left top no-repeat;*/
	font-weight: bold;
}
#urbanizacion a {
	background: url(../images/urbanizacion.gif) left top no-repeat;
}
#urbanizacion a:hover{
	background: #f1f9fc url(../images/urbanizacion.gif) left top no-repeat;/* url(images/construccion.gif) left top no-repeat;*/
	font-weight: bold;
}
#varios a {
	background: url(../images/construccion.gif) left top no-repeat;
}
#varios a:hover{
	background: #f1f9fc url(../images/construccion.gif) left top no-repeat;/* url(images/construccion.gif) left top no-repeat;*/
	font-weight: bold;
}
/*------------------*/

#contenido {
	float: left;
	border: #b9c09f solid 3px;
	width: 99%;
	margin: 2px;
	padding: 0;
	background-color: #fff;
	/*height: 230px;*/
}
#indice {
	list-style:none;
	padding: 0;
	margin: 5px 0 5px 20px;
}
#indice ul{
	list-style:none;
	padding: 0;
	margin: 0 0 0 20px;
}
#indice li {
	padding: 0 1px 0 3px;
	background: url("../images/icon_preinco.gif") left center no-repeat;
}
#indice li a {
	padding: 3px 0 2px 25px;
	margin: 0;
	font-size: 1.05em;
	font-weight: bold;
	color: #424D38;
	display: block;
	width: 60%;
	text-decoration: none;
	text-transform: capitalize;
}
#indice li a:hover {
	color: #000;
	display: block;
	text-decoration: underline;
}
#indice .subindice{
	/*padding: 2px;*/
	background: none;
}
#indice .subindice ul{
	padding-left: 15px;
	padding-top: 0;
	background: none;
	list-style:none;
}
#indice .subindice ul li{
	padding: 2px;
	background: none;
}
#indice .subindice ul li a{
	padding: 2px;
	background: none;
}
#indice .subindice ul li a:hover {
	padding: 2px;
	font-weight: bold;
	color: #1E3F00;
	display: block;
	text-decoration:underline;
	background: none;
}
.subir {
	width: 19px;
	height: 21px;
	padding-right: 0;
	padding-top: 0;
	float: right;
	border:0;
}
#disenio {
	width: 100%;
	float: left;
	background-color: #C6D1CE;
	text-align: center;
	font-size: 0.75em;
}
#disenio p {
	color: #5b5f64;
}
#disenio a {
	color: #768293;
}
#disenio a:hover {
	color: #0053c3;
}
.clear{
        clear:both;
}
.right{
        float:right;
}