 /* Style for Logo*/
 
 #logo {
	border-top: 2px solid black;
	
 }

/* Style for blocks */ 
  
  #block_bottom{
   
	position: relative;
	height:50px;
	width: 200px;
	display: block;
	line-height: 0;
	background: url(images/block-bottom.png) bottom right no-repeat;
	bottom:0%;
	right:0%;
	
	z-index:1;
  }
   #block_top{
   
	position: relative;
	height:25px;
	width: 200px;
	display: block;
	line-height: 0;
	background: url(images/block-top.png) bottom right no-repeat;
	bottom:0%;
	right:0%;
	
	z-index:1;
  }
  #block_top-tabs{
   
	position: relative;
	height:10px;
	width: 350px;
	display: block;
	line-height: 0;
	background: url(images/block_top-tabs.png) bottom right no-repeat;
	bottom:-42px;
	right:0%;
	
	z-index:1;
  }  
  #block_bottom-tabs{
   
	position: relative;
	height:10px;
	width: 350px;
	display: block;
	line-height: 0;
	background: url(images/block_bottom-tabs.png) bottom right no-repeat;
	bottom:0%;
	right:0%;
	
	z-index:1;
  }
  div.region-left .block, .region-right .block{margin-top:1em;}
  div.region-left .title, .region-right .title {
	margin:0; 
	margin-right:0.5em; 
	padding:0.25em;
	background: rgb(178,134,47);
	position:relative;
	z-index:1;
  }
  div.region-left .block-inner, .region-right .block-inner{
    padding-left: 1em;
	background: url(images/block-middle.png) top center repeat-y;
	position:relative;
  }
  div.region-left .block-inner .content, .region-right .block-inner .content{
    position:relative;
	top:0%;
	min-height:90px;
	background: url(images/block-content-bg.png) no-repeat bottom right;
	margin-right:0.5em;
  }
  div.region-headertabs .block-inner{

	/*background: url(images/block_middle-tabs.png) top center repeat-y;*/
	position:relative;
  }
  div.region-headertabs .block-inner .content{
	/*background:url(images/block_middle-tabs.png) repeat-y;*/
	border-left:1px solid rgb(224,180,61);
	border-right:1px solid rgb(224,180,61);
	background-color: rgb(17,20,13);
	margin:0px;
	padding:1em 1em;
  }
  
/* Style for content */

  #content-footer {
	height:123px;
	width:123px;
	display: block;
	background: url(images/content-footer.gif) no-repeat;
	background-position:bottom right; 
	z-index:2;
	content: "";
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	position:absolute;
	bottom:0px;
	right:0px;
  }
  #content-area:after{
	height:200px;
	width:100%;
	display:block;
	content:"";
	background: url(images/content-area-after.jpg) no-repeat;
	background-position:center top; 
	z-index:2;
	content: "";
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
  }
  #content-bg-mapa{
	margin-left:14px;
    width:88%;
	height:100%;
	position:absolute;
	top:0%;
	right:10px;
	background: url(images/block-content-mapa.png) no-repeat bottom right;
	min-height:90px;
	max-height:400px;
	z-index:0;
  }

  /* Style for lists */

   li.leaf, li.last, li.first{
	list-style-image:url(images/list-image.png);
   }
   li.expanded {
	list-style-image: url(images/list-image-expanded.png);
   }
   li.collapsed{
	list-style-image:url(images/list-image-collapsed.png);
   }
 /*
  ** Tab navigation
  */
  
  /* Primary Links */
  .primary-links li a:hover{
	color: black;
  }
 
  ul.primary-links {
    margin: 5px;
    line-height: normal;
	padding: 0 1em 0 0;
	display: list-item;
	border: 0 !important;
	list-style-image: none;
	list-style-type:none;
  }
  ul.primary-links li {
    background: none;
	display: list-item;
	list-style-image: none;
	list-style-type:none;
	border: 0px;
	font-family: Times, serif;
	font-variant: small-caps;
	font-size: medium;
	margin-bottom: 0.5em;
  }
  ul.primary-links li a {
    padding: 0 1em;
    text-decoration: none;
	margin-right: 5px;
	margin-left: 0 !important;
	border:0 !important;
	background-color: transparent;
	vertical-align: middle;
	height: 30px !important;
	width: 150px;
	display:block;
	background: url(images/bala.png) no-repeat left top;
  }
   ul.primary-links li a.active {
     background-color: transparent;
   }
  ul.primary-links li a:hover{
	height: 30px;
	width: 150px;
	display:block;
	background: url(images/bala2.png) no-repeat left top;
  }
  
  /* Secondary Links */
  ul.secondary-links {    
    padding: 0.5em 1em;
    margin: 5px;
	border:2px solid white;
	border-bottom: none;
	background: url(images/secondary-bg.gif) repeat-x;
	line-height: 33px;
	height:33px;
  }
  ul.secondary-links li {
    float:left;
	background: url(images/secondary-right.gif) no-repeat right bottom;
	line-height: 33px;
	height:33px;
  }

  ul.secondary-links a {
    text-decoration: none;
	color: white;
	font-weight: 900;
	padding: 0em 0.5em;
	
  }
  ul.secondary-links a.active {

  }
  /* Breadcrumb */
  #breadcrumb {
	border-top: 1px solid black;
	border-left: 1px solid black;
  }
  #breadcrumb a{
	text-decoration: none;
	color: white;
	font-weight: 900;
	font-size: small;
	padding: 0em 0.5em;
  }
  
  
  /* Search theme block*/
  #search-box {
	background:url(images/dogtag.png) no-repeat center center;

  }
  #search-box label {
	display:none;
  }
  #search-box input {
	background-color:white;
	width: 80px;
	height:17px;
	margin-top: 40px;
	margin-left: 15px;
	padding: 5px 10px;
	background: url(images/buttom.png) no-repeat center center;
	border:none;
	line-height:17px;
	content: "Buscar..."
  }
  #search-theme-form .form-submit, #search-theme-form .form-submit{
	display:none;
  }
  .node-teaser {
	margin:3em 1em;
  }
  
  /*
  .form-text:after {
	height:26px;
	width:12px;
	display:block;
	background: url(images/buttom-after.png) no-repeat right center;
	content: "hola";
  }
  .form-text:before{
	height:26px;
	width:11px;
	background: url(images/buttom-before.png) no-repeat right center;
	content: "";
  }
  .form-text{
	padding: 5px 10px;
	background: url(images/buttom-bg.png) repeat-x center center;
	border:none;
	line-height:17px;
	height:17px;
	background-color:white;
  }*/
  
.picture  img{
	padding: 10px 10px 15px 10px;
	background: white;
	border:1px solid gray;
}
.picture {
	
}
.readmore-div  {
	border-top: 1px solid #444444;
	padding-top: 0.5em;
}
.submitted-div {
	border-bottom: 1px solid #444444;
	padding-bottom: 0.5em;
}
.readmore-div , .submitted-div {

	clear:both;
	text-align:right;
	color: black;	
}
.readmore-div a, .submitted-div a{
	color: gray;
}
.readmore-div a:hover, .submitted-div a:hover {
	color: black;
}
::selection {
	background: #ffb7b7; /* Safari */
	}
::-moz-selection {
	background: #ffb7b7; /* Firefox */
}



/*Style for content-bottom node*/

form.fivestar-widget {
	margin-left:4em;
	margin-top: 2em;
	border-top: 2px groove gray;
	border-right: 2px groove gray;
}
.fivestar-widget {
	padding:0.5em;
}
.fivestar-widget  label {
	text-align: right;
}
.content-bottom {
	position: relative;
	border-top: 2px groove gray;
}
.content-bottom .picture{
	padding:1em;
	float:left;
}
.content-links {
	
	padding:1em;
	border:2px groove gray;
	border-top:none;
	background: #E4D2AC ;
	text-align:right;
	width:50%;
	margin-left:40%;
	margin-top:0;
}
.content-links .morelinks {
	margin: 0.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid red;
}
.picture img{
	background: #E4D2AC ;
}