@charset "utf-8";
/* CSS Document */
*{margin:0px auto;}
body{
     font-family:Gisha;
	 font-size:14px;
	 text-align:left;
	 background:#DEDEDE;
	 }
#contenedor{
     width:930px;
     margin:0px auto;
	 background:#fff;
	 border-left:10px #eee solid;
	 border-right:10px #eee solid;
     }
#header{
    width:930px;
	height:115px;
	background:#FFFFFF;
	}
#logo{
    float:right;
	width:241px;
	height:107px;
	margin-top:10px;
	margin-right:5px;
	}
#menu{
     width:100%;
	 height:auto;
	 }
#left_colum{
     float:left;
	 width:17%;
	 margin-top:20px;
	 margin-bottom:15px;
	 padding-left:5px;
	 border-right:1px solid #999999;
	 }
#center_colum{
     float:left;
	 width:80%;
	 margin-top:20px;
	 margin-bottom:15px;
	 padding-left:11px;
	 padding-right:5px;
	 }
#footer{
    clear:left;
    border-top:5px solid #045C97;
	text-align:center;
	color:#333333;
	padding-top:3px;
	 }
#footer li{
     list-style-image:url('img/isnc.gif');
	 }
a{  
    color:#0033FF;
	text-decoration:none;
	border:none;
	}
a:hover{
    color:#FF6600;
	text-decoration:underline;
	border:none;
	}
img {
  border:none;
  }
h1{
    color:#FF9900;
	padding-left:15px;
	padding-bottom:5px;
	font-size:24px;
	}
p{
    padding-left:15px;
	}
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url('img/menub_bg.gif') repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
   float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url('img/menub_hover_left.gif') no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url('img/menub_hover_right.gif') no-repeat right top; /*right tab image path*/
}
.menutitle{
    cursor:pointer;
    margin-bottom: 5px;
    color:#3333FF;
    width:140px;
    padding:2px;
    text-align:center;
    font-weight:bold;
}

.submenu{
    margin-bottom: 0.5em;
}
div #buscar_index{
    width:100%;
	height:auto;
	background:#C2E4FF;
	}
div #casa_front{
   margin-top:35px;
   width:100%;
   height:auto;
   background:#E7F3FF;
   float:left;
   }
div#nuevo{
    margin-top:20px;
    float:left;
	width:40%;
	height:auto;
	background:#E7F3FF;
	}
div#destacado{
    margin-top:20px;
	margin-left:20px;
    float:left;
	width:57%;
	height:auto;
	background:#E7F3FF;
	}
#destacado li{
    list-style:none;
	padding:8px;
	}
div#descripcion{
   margin-top:35px;
   width:100%;
   background:#E7F3FF;
   float:left;
   padding-bottom:15px;
   text-align:left;
   }
#imagenes{
   float:left;
   width:100%;
   border-top:1px #FF9900 solid;
   background:#E7F3FF;
   }
#imagenes ul{
   list-style:none;
      
   }
#imagenes li{
   float:left;
   padding:5px;
   }
div#buscar{
   margin-top:35px;
   width:100%;
   height:auto;
   background:#E7F3FF;
   float:left;
   }
div#bus_cont{
   padding:5px;
   margin-bottom:20px;
   border-bottom:1px dashed #999999;
   padding-bottom:10px;
   }
#bus_cont a{
   color:#0033FF;
   text-decoration:none;
   border:none;
   }
#bus_cont a:hover{
   color:#FF6600;
   text-decoration:underline;
   border:none;
   }
#flash_test{
   width:50%;
   margin:15px 15px 0px 15px;
   float:left;
   }
#lema{
   width:100%;
   vertical-align:text-top;
   }
#lema h1{
   color:#FF9900;
   font-size:36px;
   }
#lema img{
   float:right;
   padding:4px 4px 4px 4px;
   }
#regi{
   width:930px;
   text-align:right;
   }
#regi p{
   padding-right:15px;
   padding-top:4px;
   padding-bottom:8px;
   }
#regi li{
   padding-right:3px;
   list-style:none;
   }
div#con_des{
   background:#C2E4FF;
   width:95%;
   }
#con_des #des{
   padding:15px 15px 15px 15px;
   }
#con_des #des h2{
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:underline;
	}