/* Contacto */
#contacto {
	float: right;
	text-align: right;
	margin-right: 15px;
	margin-left: -17em;
	margin-top: 5px;
	color: #fff;
}
/* margin-left negativo para que se encime al texto hacia la izq */

#contacto #ext_links {
	float: left;
	padding-left: 30px;
}

#contacto span.linksa {
	background: #8B0000;
	padding: 1px 7px 5px 7px;
}
	
#contacto ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
	
#contacto li, #contacto span.lang{
	display: inline;
	border-left: 1px solid #ccc;
	padding: 0 7px 0 9px;
}
#contacto span.lang{
	margin-left: 3px;
	padding-left: 5px;
}
	
#contacto li#primero {
	padding-left: 27px;
	border-left: none;
	background-image: url(/imgs2/icon/lng.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contacto li#primero:hover {
	background-image: url(/imgs2/icon/lng_on.gif);
	background-position: left;
	background-repeat: no-repeat;
}
	
#contacto li#ultimo {
	padding-right:0;
	}

/* Cabecera sitio */
#big_header {
	background: #36150B url(/imgs2/h_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	color: #fff;
}
#header {
	padding: 0;
	margin: 0 0 0 0;
	width: 100%;
	display: block;
}

#contacto a:link,
#big_header a:link,
#contacto a:hover,
#big_header a:hover,
#contacto a:visited,
#big_header a:visited {
	color: #fff;
}
#contacto a:hover,
#big_header a:hover {
	background: #000;
}

#logo {
	float: left;
	overflow: hidden;
	background: transparent url(/imgs2/logo.jpg) no-repeat right;
	width: 312px;
	height: 141px;
}
#logo a, #logo a:hover {
	background: transparent;
}
/* ch_lang2.gif es para tener pre-load */

#logo img, #logo {
	margin: 0;
	padding: 0;
}

#top_txt {
	float: left;
	width: 44%;
	padding-left: 20px;
}
#top_txt h1 {
	margin-top: 73px;
	margin-bottom: 0;
	font-size: 19px;
	line-height: 23px;
}
#top_txt h2 {
	margin-top: 5px;
	font-size: 19px;
	line-height: 23px;
}
#top_txt h1, #top_txt h2 {
	color: #fff;
}
#rot_im {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 13px 0 0 0;
	overflow: hidden;
	float: left;
	width: 37%;
}

#oculto {
	display: none;
	}

/* navegacion */
/* -menu- _hr6 */
ul#nav {
	clear: both;
	list-style: none;
	background: #8F3010 url(/imgs2/men-06-bg.jpg);
	height: 41px;
	margin: 0;
	padding: 0 0 0 33px;
}
ul#nav li {
	display: inline;
}
ul#nav a, ul#nav a:link, ul#nav a:visited, ul#nav a:active {
	background: transparent;
	color: #fff;
	display: block;
	float: left;
	font: bold 11pt Arial;
	line-height: 28px;
	padding: 0 17px 0 17px;
	margin-top: 7px;
	margin-left: 1px;
	text-decoration: none;
	border-right: 2px solid #461F10;
}
ul#nav a:hover {
	color: #fff;
	background: #512413;
}
ul#nav li a.active,
ul#nav li a.active:link,
ul#nav li a.active:visited,
ul#nav li a.active:hover {
	background: #3B1508;
}
/* FIN -menu- */

/* info ubicacion (youre_here) */
#youre_here {
	margin: 0;
	clear: both;
	border-bottom: 1px solid #606E48;
	padding: 18px 0 4px 50px;
	margin-bottom: 7px;
}
#youre_here a.active {
	text-decoration: none;
}
#youre_here a.active:hover {
	text-decoration: underline;
}
#youre_here .yr_t {
	font-weight: bold;
	text-transform: uppercase;
}
/* descripciones adicionales para youre_here */
#youre_here_desc {
	margin-top: -7px;
	margin-bottom: 7px;
	margin-right: 1.3em;
	padding-left: 50px;
}

/* informacion sobre la categoria o grupo */
/* puede sobre-escribirse en los siguientes css */
#cat_info {
	border: none;
	margin: 0;
	padding: 0 4% 3ex 4%;
}
#cat_info h2 {
	font-size: 19px;
	font-weight: bolder;
	color: #00A2FF;
	border-bottom-style: none;
	border-color: #FF0020;
	border-left-style: solid;
	border-left-width: 1ex;
	border-right-style: none;
	padding-left: 1em;
	margin: 1ex;
}
#cat_info div.cat_tots {
	background: url(/imgs2/icon/info.gif) no-repeat left;
	padding: 0 0 0 15px;
	margin-top: 3px;
}

/* puede sobre-escribirse en los siguientes css */
/* links a pags (cuando hay varias paginas) */
div.lp {
	text-align: right;
	width: 93%;
	margin: 0 3% 3ex 0;
	clear: both;
}
/* links a paginas (pagina n de nntas.. )*/
div.show_pag {
	padding: 0.5em;
}
a.linl_pag:link, a.linl_pag:active, a.linl_pag:hover , a.linl_pag:visited {
	text-decoration: none;
	color: #000;
}
a.linl_pag, span.pag_num {
	font-weight: bold;
	padding: 2px 5px;
	margin: 0px 0.25em 0px 0.25em;
	border: 1px solid #853A26;
    line-height: 25px;
}
a.linl_pag {
	background: #fff;
}
span.pag_num {
	color: #fff;
	background: #853A26;
}
a.linl_pag:hover {
	background: #F0FFF0;
}
/* FIN links a paginas (pagina n de nntas.. )*/

/* Seccion Inter-links (+ info en ...) */
div.mas_imgs, div.mas_cnts, div.mas_nwss {
	margin: 1ex 0 0 1ex;
}
div.mas_imgs a, div.mas_cnts a, div.mas_nwss a {
	display: inline;
}
/* FIN Seccion Inter-links (+ info en ...) */

/* lins para ampliar info */
div.amp_info {
	width: 100%;
	text-align: right;
	margin: 0.5ex 0 0 0;
}
div.amp_info a {
	background: #2F0701 url(/imgs2/amp-bg.jpg) repeat-x top;
	color: #fff;
	padding: 3px 0.5em 4px 0.5em;
	line-height: 30px;
}
div.amp_info span.vac {
	/* doy misma altura por si no hay ampliar */
	padding: 3px 0.5em 4px 0.5em;
	line-height: 30px;
}
div.amp_info a:link, div.amp_info a:hover, div.amp_info a:active, div.amp_info a:visited {
	font-size: 11px;
	font-weight: bold;
}

/* para pre-load imagenes */
div.preload, img.preload {
	display: none;
	max-height: 1px;
	max-width: 1px;
	margin: -1px;
}

#image_rotator {
  padding: 0;
  margin: 0;
  max-height: 159px;
}

