@charset "ISO-8859-1";
/**
 * Default theme
 *
 */
/* Slight reset to make the preview have ample padding. */

div.gsc-clear-button {
  display : inline;
  text-align : right;
  margin-left : 4px;
  margin-right : 4px;
  padding-left : 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/uds/css/clear.gif');
  cursor : pointer;
	position: absolute;
	right: 130px;
	top: 14px;
}
td.gsc-search-button {
  width : 1%;
}
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 2%;
  width: 96%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;

}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {

}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border:none;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  color: #000000;
  text-shadow: 0 1px 2px #FFFFFF;
  background-color: #CECECE;
  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
	position: absolute;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion.gs-result ..gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}
  .gsc-control-cse {
    font-family: Arial, sans-serif;
      	background-color: white;
		border-radius: 10px;  
	-ms-border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;  
	-khtml-border-radius: 10px;
	
}

.gsc-resultsbox-visible {
  display : block;
  
}


  input.gsc-input {
    border-color: #BCCDF0;
  }
  input.gsc-search-button {
    border-color: #666666;
    background-color: #CECECE;
	overflow: hidden;
	width: 20px;
	display: block;
	padding-left: 30px;
}
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #E9E9E9;
    background-color: #E9E9E9;
  }
  .gsc-tabHeader.gsc-tabhActive {
    border-top-color: #FF9900;
    border-left-color: #E9E9E9;
    border-right-color: #E9E9E9;
    background-color: #FFFFFF;
  }
  .gsc-tabsArea {
    border-color: #E9E9E9;
  }
  .gsc-webResult.gsc-result {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-webResult.gsc-result:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b {
    color: #0000CC;
  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b {
    color: #0000CC;
  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b {
    color: #0000CC;
  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b {
    color: #0000CC;
  }
  .gsc-cursor-page {
    color: #0000CC;
  }
  a.gsc-trailing-more-results:link {
    color: #0000CC;
  }
  .gs-webResult.gs-result .gs-snippet {
    color: #000000;
  }
  .gs-webResult.gs-result .gs-visibleUrl {
    color: #008000;
  }
  .gs-webResult.gs-result .gs-visibleUrl-short {
    color: #008000;
  }
  .gsc-cursor-box {
    border-color: #FFFFFF;

}
  .gsc-results .gsc-cursor-page {
    border-color: #E9E9E9;
    background-color: #FFFFFF;
  }
  .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    border-color: #FF9900;
    background-color: #FFFFFF;
  }
  .gs-promotion.gs-result {
    border-color: #336699;
    background-color: #FFFFFF;
  }
  .gs-promotion.gs-result a.gs-title:link {
    color: #0000CC;
  }
  .gs-promotion.gs-result a.gs-title:visited {
    color: #0000CC;
  }
  .gs-promotion.gs-result a.gs-title:hover {
    color: #0000CC;
  }
  .gs-promotion.gs-result a.gs-title:active {
    color: #0000CC;
  }
  .gs-promotion.gs-result .gs-snippet {
    color: #000000;
  }
  .gs-promotion.gs-result .gs-visibleUrl,
  .gs-promotion.gs-result .gs-visibleUrl-short {
    color: #008000;
  }



.fondo {
	background-image: url(../images/16_col.gif);
	background-position: center top;
}
a {
	color: white;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
body {
	background-image: url(../images/interfase/fondo_page.jpg);
	background-repeat: repeat-x;
	background-color: #008bc0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#cabeza {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: white;
	height: 130px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(../images/interfase/fondo_cabeza.png) no-repeat 465px 6px;
}
#cabeza .logo {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	height: 130px;
}
#cabeza .escudo {
	display: block;
	height: 120px;
	background: url(../images/interfase/escudo_ayto_big.png) no-repeat center center;
	width: 100px;
}
#cabeza .escudo h1 {
	display: none;
}
#cabeza a.correo {
	width: 130px;
	display: block;
	padding-top: 45px;
	font-size: 14px;
	background: url(../images/interfase/enviar_correo_a.png) no-repeat center top;
	margin-top: 22px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#cabeza #idioma {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	height: 20px;
}
#cabeza #buscador {
	margin-top: 40px;
}
#cse-search-box.buscar, #cse-search-form {
	height: 28px;
	background: transparent url(../images/interfase/buscar.png) no-repeat 0 top;
	width: 210px;
	border-style: none;
	margin-top: 7px;
	padding-left: 8px;
	padding-right: 8px;
}

#cse-search-box.buscar input, #cse-search-form input {
	border-style: none;
}
#cse-search-box.buscar .entrada, #cse-search-form .gsc-input  {
	width: 150px;
	margin: 7px 0 0;
}
#cse-search-box.buscar .boton, #cse-search-form input.gsc-search-button  {
	width: 20px;
	height: 16px;
	float: right;
	margin-right: 14px;
	background: url(../images/interfase/lupa.png) no-repeat center center;
	margin-top: 5px;
}
#cse-search-form input.gsc-search-button  {
	position: absolute;
	right: 135px;
	top: 10px;
}
.menuh li {
	float: left;
	margin-right: 10px;
}
#contenido {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background: url(../images/interfase/fondo_cajas.png) no-repeat center 90px;
	margin-bottom: 25px;
	margin-top: 25px;
}
#contenido2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#contenido2 p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}
#contenido2 h3 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
i,em {
	font-style: italic;
}
#contenido .caja h2 {
	font: normal small-caps 20px Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0 8px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	margin-bottom: 25px;
}
#ayuntamiento h2 {
	background: url(../images/interfase/h2_ayto.png);
	border-bottom: #008bbf;

}
#turismo h2 {
	background: url(../images/interfase/h2_turismo.png);
	border-bottom: #ca5226;

}
#otros h2 {
	background: url(../images/interfase/h2_otros.png);
	border-bottom: #f1cb48;

}
#contenido .caja {
	
}
#contenido .caja .destacado,#contenido .destacado,#contenido2 .destacado {
	text-align: center;
	height: 30px;
	margin-bottom: 20px;
	display: block;
}
#contenido .caja .destacado strong {
	font-weight: bold;
	color: white;
}
#contenido .caja .imagen {
	background-color: gray;
	height: 115px;
	margin-bottom: 10px;
	width: 220px;
	overflow: hidden;
}
#contenido .caja .imagen li,#contenido .caja .imagen ul {
	margin: 0;
	padding: 0;
}
#contenido .caja .intro {
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	height: 75px;
	padding-bottom: 35px;
	color: #7b7b7b;
	line-height: 13px;
}
#pie {
	font-size: 10px;
	color: black;
	line-height: 12px;
}
#pie a {
	color: black;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#pie a:hover {
	text-decoration: underline;
}

#contenido2 h2.otros {
	background: url(../images/interfase/h2_otros.png);
	border-bottom: #f1cb48;
	font: normal small-caps 20px Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0 8px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	margin-bottom: 25px;

}
ul.listado {
padding-left:120px;
padding-right:120px;
}
ul.listado li {
	display:inline;
	float:left;
	position:relative;
	margin-left:10px;
	margin-right:10px;
	width: 160px;
	background: url(../images/interfase/fondo_sombra.png) no-repeat center top;
	padding-top: 10px;
	height: 300px;
}
ul.listado li img {
	width: 160px;
	height: 133px;
	margin-bottom: 10px;
}
ul.listado li h3 {
	color: white;
	margin-bottom: 10px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	height: 40px;
	border-bottom: 1px solid white;
	text-align: center;
}
ul.listado li,ul.listado li p {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: center;
}
ul.listado li a.boton {
	margin-bottom: 10px;
	font-size: 12px;
	display: block;
	width: 160px;
	height: 24px;
	background: url(../images/interfase/ver_web.png) no-repeat center top;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	margin-top: 10px;
	color: black;
	position: absolute;
	bottom: 0;
	left: 0;
}
ul.listado li a:hover.boton {
	background-position: 0 bottom;
	color: white;
}

