body {
	margin:0;
	background: #86845e url('/imgx/images/fondo2b.jpg') repeat-x top left;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}

strong {
	color: #666;
}

a {
	text-decoration: underline;
	color: #555;
}

a:hover {
	text-decoration: none;
}

.fixed {
	position: fixed;
	width: 96em;
	top: 0;
	z-index: 10;
}

#margin_top1 {
	margin-top: 13.7em;
}

#margin_top2 {
	margin-top: 9.9em;
}

.bottom_border {
	width:100%;
	height: 5px;
	background:#A8A487;
	clear:both;
}

li {
	display: block;
}

/**************************************** CONTENEDOR  *********************************************/

.container {
	width:960px;
	margin:0 auto;
	background:white;
	position: relative;
}

/********************************** BARRA SUPERIOR DE LINKS ****************************************/

#bar_title {
	width:auto;
	min-height:95px;
	height:9.5em;
	background:white url('/imgx/images/logotipo.gif') no-repeat 2.8em 1em;
}

#map {
	position:absolute;
	top:2.5em;
	right:2px;
	width:547px;
	height:80px;
	background:white url('/imgx/images/map.jpg') no-repeat 5%;
}

#bar_title a {
	display:block;
	float:left;
	margin-left:2.8em;
	margin-top:1em;
	background-color:white;
}

#bar_title a img {
	border:none;
}

.top_border {
	width:100%;
	height:5px;
	background-color:rgb(0, 109, 120);
}

#bar_links {
	display:block;
	position:absolute;
	top:0;
	right:0;
	clear:both;
	width:auto;
	background:url('/imgx/images/background-top-menu.jpg') repeat-x bottom left;
	border-bottom:white solid 1px;
	height:2.3em;
}

#bar_links > .corner {
	float: left;
	width: 5em;
	height: 2.3em;
	background: url('/imgx/images/background-left-top-menu.jpg') no-repeat bottom left;
}

#bar_links > .icons {
	float: left;
	padding-left: 2em;
	padding-right: 1em;
}

#bar_links > .icons > a {
	display: block;
	text-decoration: none;
	color: black;
	float: left;
	margin-left: .3em;
	margin-right: .3em;
	width:20px;
	height:20px;
}

#bar_links > .icons > a.rss {
	background: url('/imgx/images/rss.jpg') no-repeat 0 .4em;
}

#bar_links > .icons > a.webmap {
	background: url('/imgx/images/webmap.jpg') no-repeat 0 .5em;
}

#bar_links > .icons > a.print {
	background: url('/imgx/images/print.png') no-repeat 0 .3em;
}

#bar_links > .icons > a.home {
	background: url('/imgx/images/house.png') no-repeat 0 .3em;
}

#bar_links ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

#bar_links ul li {
	display:block;
	background:url('/imgx/images/triangulo_2.gif') no-repeat 2.2em .5em;
	float:left;
	font-weight:lighter;
	border-right:white solid 1px;
	padding-left:3em;
	padding-right:2.5em;
	padding-top:.6em;
	padding-bottom:.5em;
}

#bar_links ul li:hover {
	background-color:#DDDCC8;
}

#bar_links ul li a {
	text-decoration:none;
	color: #555;
}

#bar_links ul li.active {
	background:#A7A487 url('/imgx/images/triangulo_4.gif') no-repeat 2.2em .5em;
}

#bar_links ul li.active a {
	color: white;
	font-weight:bolder;
}

/*************************************** MENU SUPERIOR ******************************************/

.mapa {
	width:610px;
	height:85px;
	background:url("/imgx/images/mapa.jpg");
	float:right;
}

#menu.white {
	height: 235px;
	background: white url("/imgx/images/fondo_columna.png") repeat-x top left;
	border-bottom:rgb(0, 109, 120) solid 5px;
}

#menu.brown {
	background: #e8e8dc url("/imgx/images/fondo_columna.png") repeat-x top left;
}

#menu {
	display:block;
	width:100%;
	height:auto;
}

#menu > table {
	width:100%;
	text-align:center;
	border-collapse: collapse;
}

#menu > table td:first-child {
	border: none;
}

#menu > table td {
	padding-top: 1em;
	padding-bottom: 1em;
	border-right: white;
	border-left: white solid 1px;
	color: black;
}

#menu > table td.active {
	background: #a8a487 url("/imgx/images/fondo_columna.png") repeat-x top left;
}

#menu > table td.active a {
	color: white;
}

#menu > table td:hover {
	background: #a8a487 url("/imgx/images/fondo_columna.png") repeat-x top left;
}

#menu > table td:hover a {
	color: white;
}

#menu > table td > a {
	width:auto;
	color: #79774c;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	padding-left:1em;
	background:url('/imgx/images/triangulo_3.gif') no-repeat center left;
	cursor: default;
}

#menu > table td .submenu {
	display:block;
	position:relative;
	width:100%;
	height:1px;
	z-index:200;
}

#menu > table td:hover .submenu > ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	top: 1em;
	left: 40%;
	background: url('/imgx/images/corner-submenu.png') no-repeat top left;
	font-size:0;
	padding-top: 13px;
}

#menu > table td .submenu > ul {
	display: none;
}

#menu > table td .submenu > ul > li {
	display: block;
	margin: 0;
	padding: .5em;
	padding-right: 3em;
	background: #e8e8dc;
	border-left: white solid 2px;
	border-right: white solid 2px;
	border-bottom: white solid 2px;
	border-top: none;
	width: 21em;
	font-size:10px;
}

#menu > table td .submenu > ul > li.tieneHijos {
	position: relative;
	background: #e8e8dc url('/imgx/images/arrow.gif') no-repeat 21.5em .5em;
}

#menu > table td .submenu > ul > li:hover {
	background: white;
}

#menu > table td .submenu > ul > li.tieneHijos:hover {
	background: white url('/imgx/images/arrow.gif') no-repeat 21.5em .5em;
}

#menu > table td .submenu > ul > li > a {
	display: block;
	margin:0;
	padding-left: .5em;
	padding-right: .5em;
	text-decoration: none;
	color: #7F7E83;
	font-weight: bold;
}

#menu > table td .submenu > ul > li.tieneHijos > ul {
	display: none;
	position: absolute;
	list-style: none;
	top: -2px;
	left:20.5em;
	background: transparent;
	min-width:20em;
}

#menu > table td .submenu > ul > li.tieneHijos > ul > li {
	display:block;
	background: #e8e8dc;
	border-left: white solid 2px;
	border-right: white solid 2px;
	border-bottom: white solid 2px;
	border-top: none;
	margin-left:.5em;
	padding: .5em;
}

#menu > table td .submenu > ul > li.tieneHijos > ul > li:hover {
	background: white;
}

#menu > table td .submenu > ul > li.tieneHijos > ul > li:first-child {
	border-top: white solid 2px;
}

#menu > table td .submenu > ul > li.tieneHijos > ul > li > a {
	display:block;
	text-decoration: none;
	color: #7F7E83;
	padding-left: .5em;
	padding-right: .5em;
	background: #e8e8dc;
}

#menu > table td .submenu > ul > li.tieneHijos > ul > li:hover > a {
	background: white;
}

#menu > table td .submenu > ul > li.tieneHijos > ul > li > a:hover {
	background: white;
}

#menu > table td .submenu > ul > li.tieneHijos:hover > ul {
	display: block;
}

#menu_left {
	display:block;
	float:left;
	width:480px;
	height:240px;
	text-align:left;
}

#menu_right {
	display:block;
	float:right;
	width:480px;
	height:240px;
	text-align:right;
}

#menu_left img {
	border:none;
	width:auto;
	height:auto;
}

#menu_right img {
	border:none;
	width:auto;
	height:auto;
}

#infobar {
	background: #d5d3bc url("/imgx/images/fondo_columna.png") repeat-x  0 0px;
	margin-bottom: 5px;
}

#infobar h1 {
	text-align:right;
	margin:0;
	color:white;
	font-size:2.5em;
	height:1em;
	margin-right:.8em;
	padding-top:.4em;
}

#infobar .flash {
	width: 96em;
	height: 9.5em;
}

/************************************ MENU IZQUIERDA ***************************************/

.menu_content {
	display: block;
	width:17em;
	padding-left: .5em;
	padding-right: .5em;
	float:left;
	padding-bottom:2em;
	margin-top: 0em;
}

.menu_content a {
	text-decoration: none;
	color: #7F7E83;
	display: block;
}

.menu_content > ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:.5em;
}

.menu_content > ul li:hover > a {
	text-decoration: underline;
}

.menu_content > ul > li {
	display:block;
	background: url('/imgx/images/triangulo_2.gif') no-repeat 0em 0em;
	padding-left:1em;
	margin-bottom:1.5em;
}

.menu_content > ul > li > a {
	font-size:1.1em;
	font-weight: bold;
	color: #7F7E83;
}

.menu_content > ul > li.active > a {
	color:#79774C;
}

.menu_content > ul > li > ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding:0;
	font-size:1em;
}

.menu_content > ul > li > ul > li {
	padding: .5em;
	border-top: white solid 1px;
}

.menu_content > ul > li > ul > li > a {
	font-size:1em;
}

.menu_content > ul > li > ul > li.active > a {
	font-weight:bold;
	color:#79774C;
}

.menu_content > ul > li > ul > li:first-child {
	border-top: none;
}

/***************************** PAGINA PRINCIPAL NOTICIAS ************************************/

.news_background {
	position:absolute;
	margin-top:-2.5em;
	margin-left:-1em;
}

#content {
	position: relative;
	width: 94em;
	height: 16em;
}

#content > a#noticia > #texto {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	width: 94em;
	height: 16em;
	background: transparent url("images/fondo_noticias.png") repeat-y top left;
	z-index: 5;
}

#content > a#noticia {
	display: block;
	position: absolute;
	top: 2.5em;
	left: 1em;
	text-decoration: none;
	color: black;
	width: 94em;
	height: 16em;
	z-index: 1;
	cursor: pointer;
}

#content > a#noticia > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 94em;
	height: 16em;
	z-index: 1;
	border: none;
}

#content > a#noticia > #texto > p.title {
	margin: 0; padding: 0;
	position: absolute;
	font-size: 20px;
	font-family: helvetica;
	color: white;
	font-weight: bold;
	top: 25px;
	left: 35px;
	z-index: 10;
}

#content > a#noticia > #texto > p.text {
	margin: 0; padding: 0 20em 0 0;
	position: absolute;
	font-family: helvetica;
	font-size: 16px;
	color: white;
	top: 60px;
	left: 55px;
	z-index: 10;
	text-align: left;
/*	text-shadow: #666666 2px 2px 2px;
	filter: shadow(Color=#666666, Direction=135, Strength=5);*/
}

/************************************ CONTENIDO ********************************************/

#content_container {
	display:block;
	width:100%;
}

#content_background {
	background:#EFEFE7 url("/imgx/images/fondo_noticia.jpg") repeat-x;
	padding-bottom: 2em;
}

.main_content {
	background:#EFEFE7 url("/imgx/images/fondo_noticia_1.gif") no-repeat center;
	padding-left:1em;
	padding-right:1em;
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
}

.content {
	float: right;
	padding: 0 2em 4em 2em;
	width: 73em;
	background:white;
	position:relative;
}

.content p {
	font-size:1.1em;
}

.content a {
	text-decoration: underline;
	color: #555;
}

.content a:hover {
	text-decoration: none;
}

.content_center {
	width: 90em;
	margin: 0 auto;
	padding: 1em 0 4em 0;
	position: relative;
	background: white;
}

/***************************************** PIE *********************************************/

#footer {
	display:block;
	clear:both;
	width:auto;
	height:1em;
	text-align:center;
	background-color:#E9E8DC;
	border-top:#79774C solid 3px;
	border-bottom:#006D78 solid 3px;
	padding-top:.5em;
	padding-bottom:.7em;
}

#footer a {
	text-decoration:none;
	color: #555;
	padding-left:1em;
	padding-right:1em;
	background:url('/imgx/images/triangulo_2.gif') no-repeat;
}

#footer a:hover {
	text-decoration:underline;
}

/*********************************** CAPA DE COLOR *******************************************/

#color1 {
	background:rgb(232, 232, 220);
	padding-top:2em;
	margin-top:-4px;
	width:18em;
	height:100%;
}

#color1.oculto {
	background: transparent;
}

#color_container {
	width:96em;
}

/************************************* SOLO TEXTO ********************************************/

.solo_texto {
	font-size: 11px;
	line-height: 1.4em;
	clear: both;
}

.solo_texto p {
	font-size: 11px;
	line-height: 1.4em;
}

/******************************* TEXTO IZQ IMAGENES DER **************************************/

.texto_izq_img_der {
	clear: both;
}

.texto_izq_img_der .texto {
	font-size: 11px;
	line-height: 1.4em;
}

.texto_izq_img_der .imagen {
	float:right;
	text-align:right;
	clear:both;
}

.texto_izq_img_der .imagen img {
	margin-left:4em;
}

.texto_izq_img_der .texto p {
	font-size: 11px;
	line-height: 1.4em;
}

/******************************* TEXTO DER IMAGENES IZQ **************************************/

.texto_der_img_izq {
	display:block;
	clear: both;
}

.texto_der_img_izq .texto {
	font-size: 11px;
	line-height: 1.4em;
}

.texto_der_img_izq .imagen {
	float:left;
	text-align:left;
	clear:both;
}

.texto_der_img_izq .imagen img {
	margin-right:4em;
}

.texto_der_img_izq .texto p {
	font-size: 11px;
	line-height: 1.4em;
}

/******************************* TEXTO IZQ IMAGENES DER ABRAZA **************************************/

.texto_izq_img_der.ab {
	clear: both;
}

.texto_izq_img_der.ab .texto {
	font-size: 11px;
	line-height: 1.4em;
}

.texto_izq_img_der.ab .imagen {
	float:right;
	text-align:right;
	clear:both;
}

.texto_izq_img_der.ab .imagen img {
	margin-left:4em;
}

.texto_izq_img_der.ab .texto p {
	font-size: 11px;
	line-height: 1.4em;
}

/******************************* TEXTO DER IMAGENES IZQ ABRAZA **************************************/

.texto_der_img_izq.ab {
	clear: both;
}

.texto_der_img_izq.ab .texto {
	font-size: 11px;
	line-height: 1.4em;
}

.texto_der_img_izq.ab .imagen {
	float:left;
	text-align:left;
	clear:both;
}

.texto_der_img_izq.ab .imagen img {
	margin-right:4em;
}

.texto_der_img_izq.ab .texto p {
	font-size: 11px;
	line-height: 1.4em;
}

/************************************ TEXTO IMAGEN  *****************************************/

.texto_imagen {
	display:block;
	clear: both;
}

.texto_imagen .texto {
	float: left;
	width: 50%;
	font-size: 1.1em;
	line-height: 1.4em;
}

.texto_imagen .imagen {
	float: right;
	width: 50%;
	text-align: right;
}

.texto_imagen .imagen img {
	max-width: 80%;
	height: auto;
}

/************************************ IMAGEN TEXTO *****************************************/

.imagen_texto {
	display:block;
	clear: both;
}

.imagen_texto .texto {
	float: right;
	width: 48%;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: left;
}

.imagen_texto .imagen {
	float: left;
	width: 50%;
	text-align: left;
}

.imagen_texto .imagen img {
	max-width: 80%;
	height: auto;
}

/************************************* PRODUCTOS ********************************************/

.section_item {
	display:block;
	width:23em;
	height:16.6em;
	float:left;
	margin-left:.5em;
	margin-right:.5em;
	margin-bottom:2.5em;
	text-align:center;
}

.section_item img {
	position:relative;
	max-width: 23em;
	max-height: 16.6em;
}

.section_item a {
	display:block;
	position:relative;
	margin-top:-14.7em;
	width:100%;
	height:2.5em;
	background-color:rgb(120, 118, 77);
	color:white;
	border-top:white solid 1px;
	text-decoration:none;
	font-weight:bold;
	top:11.7em;
	padding-top:.2em;
	opacity:0.8;
	filter: alpha(opacity=80);
}

.section_item a:hover {
	color:black;
}

/************************************** IMAGEN SECCION *********************************************/

/*.imagen_seccion {
	width: 90%;
	margin:0 auto;
	/*background:rgb(232, 232, 220);*/
}*/

.imagen_seccion img {
	width:auto;
	height: auto;
}

/************************************** MENU HORIZONTAL CONTENIDO *********************************************/

.horiz_menu {
	width:100%;
	height:2em;
	margin-bottom:2em;
}

.horiz_menu ul {
	margin:0;
	padding:0;
	width:100%;
	list-style:none;
}

.horiz_menu ul li {
	width:auto;
	padding-top:.4em;
	padding-bottom:.4em;
	border-right:rgb(87, 97, 106) solid 1px;
	text-align:center;
	float:left;
	padding-left:5%;
	padding-right:5%;
	background:rgb(120, 118, 77) url("/imgx/images/fondo_3nivel.jpg");
}

.horiz_menu ul li a {
	display:block;
	text-decoration:none;
	color:white;
	font-weight:bolder;
}

.horiz_menu ul li a:hover {
	color:black;
}

.horiz_menu table {
	background:rgb(120, 118, 77) url("/imgx/images/fondo_3nivel.jpg");
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	border-collapse: collapse;
}

.horiz_menu tr {
}

.horiz_menu td {
	border-right:rgb(87, 97, 106) solid 1px;
	padding:.4em;
}

.horiz_menu td.active {
	background-color: rgb(121, 119, 76);
}

.horiz_menu table tr td a {
	display:block;
	text-decoration:none;
	color:white;
	font-weight:bolder;
}

.horiz_menu table tr td a:hover {
	color:black;
}

/**************************************** PRODUCTOS *************************************************/

.producto .texto {
	font-size:11px;
	line-height:1.4em;
	margin-bottom:2em;
}

.producto .texto p {
	font-size:11px;
	line-height:1.4em;
	margin-bottom:2em;
}

.producto .imagen {
	display:block;
	width: 45%;
	float:right;
	text-align: left;
	margin: 0 0 2em 2em;
	clear: both;
}

.producto .imagen img {
	max-width:100%;
	height:auto;
/*	border:rgb(121, 119, 76) solid 1px;*/
	margin-bottom:1em;
}

.producto .imagen p {
	display: block;
	max-width: 100%;
	margin:0 auto;
	padding:0;
	color:rgb(121, 119, 76);
	text-align: left;
}

/****************************************** MAIL *******************************************************/

.mail {
	margin-top:.5em;
	color:rgb(0, 109, 120);
	font-size:1.1em;
}

.mail a {
	text-decoration:none;
	color:rgb(0, 109, 120);
}

.mail a:hover {
	text-decoration:underline;
}

/**************************************** NOTICIAS ******************************************************/

.new {
	display:block;
	padding-bottom:2em;
	font-size:1.1em;
	line-height:1.4em;
}

.new span {
	padding-bottom:1em;
}

.new .body a {
	text-decoration: underline;
	color: #555;
}

.new .body a:hover {
	text-decoration: none;
}

.new a {
	text-decoration:none;
	color:black;
}

.new a:hover {
	text-decoration:underline;
}

.new .date {
	color: rgb(0, 109, 120);
	padding-bottom:.2em;
}

.new .type {
	color: rgb(0, 109, 120);
	padding-bottom:.2em;
}

.new .title {
	color: rgb(102, 102, 102);
	font-weight:bolder;
	text-transform:uppercase;
}

.new .body {
	color: black;
}

#new .new .title {
	color: rgb(0, 109, 120);
}

#new .back {
	display: block;
	border-top: rgb(232, 232, 220) solid 1px;
	border-bottom: rgb(232, 232, 220) solid 1px;
	text-align: right;
	padding-top:.5em;
	padding-bottom:.5em;
	margin-bottom:3em;
}

#new .back a {
	display: block;
	padding-right:.2em;
	text-decoration: none;
	color: rgb(0, 109, 120);
	font-size: 1.1em;
}

#new .back a:hover {
	text-decoration: underline;
}


#new .image img {
	float: right;
	margin: 0 0 1em 1em;
}

#new .file a {
	font-style: italic;
	font-weight: normal;
}

#new .file a:hover {
	text-decoration: underline;
}

/********************************************* GALERIA IMAGENES *********************************************************/

.gallery {
	display:block;
	width:95%;
	height:auto;
}

.gallery .topbar {
	width:100%;
	background-color:rgb(238, 237, 227);
	padding-top:.5em;
	padding-bottom:.5em;
	margin-bottom:1em;
	height:1.2em;
}

.gallery .topbar .mark {
	display:block;
	width:1em;
	height:2.2em;
	background-color:#DDDCC8;
	float:left;
	margin-top:-.5em;
}

.gallery .topbar .title {
	padding-left:.8em;
	font-size:1.1em;
}

.gallery .topbar .number {
	font-size:1.1em;
	padding-left:1em;
	color: rgb(0, 109, 120);
}

.gallery .item {
	position: relative;
	width:15em;
	height:15em;
	float:left;
	text-align: center;
}

.gallery .item img {
	max-width:12em;
	max-height:12em;
	margin-bottom:.2em;
	border:none;
}

.gallery .item p {
	position: absolute;
	margin:0 auto;
	padding-top:.8em;
	padding-bottom:.5em;
	width:12em;
	height:auto;
	background-color: rgb(240, 240, 240);
	bottom: 3em;
	left: 9px;
}

.gallery .infobar {
	width:100%;
	clear:both;
	border-top:rgb(0, 109, 120) solid 1px;
	text-align:center;
	font-size:1.1em;
	padding-top:.4em;
	color:rgb(102, 102, 102);
}

.gallery .infobar .buttonprev {
	float:left;
}

.gallery .infobar .buttonnext {
	float:right;
}

.gallery .infobar img {
	display:block;
	border:none;
	padding-left:.5em;
	padding-right:.5em;
	padding-top:.1em;
}

.gallery .infobar .prev {
	display:block;
	float:left;
	text-decoration:none;
	color: rgb(0, 109, 120);
}

.gallery .infobar .next {
	display:block;
	float:right;
	text-decoration:none;
	color: rgb(0, 109, 120);
}

.gallery .infobar .next:hover, .gallery .infobar .prev:hover {
	text-decoration:underline;
}

.video .video_container {
}

.video .info {
	margin-top:1em;
	margin-bottom:2em;
}

/*********************************** CITY LIST ***********************************************/

.city_list {
	display: block;
	font-size: 1.1em;
	line-height:1.4em;
}

.city_list > .serie {
	color:#3b8a8e;
	font-weight: bolder;
}

.city_list > .country {
	font-weight: bolder;
	margin-bottom:1em;
}

.city_list > .city {
	display: block;
}

.city_list > .city > div.country {
	display: inline;
	margin-right:5em;
}

.city_list > .city > div.city {
	display: inline;
}

/**********************************************************************************
								PAGINADOR
***********************************************************************************/

.paginador {
	display:block;
	border-top: #d7d7d7 solid 1px;
	border-bottom: #d7d7d7 solid 1px;
	text-align: right;
	padding-top:.5em;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

.paginador a {
	display: inline;
	text-decoration: none;
	color: rgb(0, 109, 120);
	font-size: 1.1em;
}

.paginador span {
	color: gray;
	font-size: 1.1em;
}

.paginador a:hover {
	text-decoration: underline;
}

.paginador p {
	display: inline;
	font-size: 1.1em;
}

.clearfix {
	width:0px;
	height:0px;
	clear: both;
}

/************************************** ZONA DERECHA CONTENIDO *********************************************/

.content .right {
	display:block;
	float:right;
	width:45%;
	height:auto;
	margin: 0 0 0 2em;
	padding-bottom:5em;
	text-align: left;
}

.content .right a {
	text-decoration:none;
	color:rgb(0, 109, 120);
	font-size:1.1em;
}

.content .right a:hover {
	text-decoration:underline;
}

.content .right ul {
	list-style:none;
	margin:0;
	padding:0;
}

.content .right ul li {
	padding-bottom:.5em;
	padding-left:1em;
	background: url("imgx/images/triangulo_3.gif") no-repeat 0 .7em;
}

.content .right img {
	width:20em;
	height:auto;
	border:rgb(121, 119, 76) solid 1px;
}

.content .right p {
	color:rgb(121, 119, 76);
}

/************************************************************************************************************************
												MAPA WEB
*************************************************************************************************************************/

.webmap {
	position: relative;
	text-align: left;
	background: white;
}

.webmap > .list .list {
	margin-left: 3em;
}

.webmap > .list > .item {
	background: rgb(238, 237, 227) url('/imgx/images/triangulo_2.gif') no-repeat 1.5em .4em;
	margin-bottom: 1em;
	padding-left: 2.5em;
}

.webmap > .list > .item > a {
	display: block;
	padding: .2em 0 .2em 0;
	text-decoration: none;
	color: rgb(96, 96, 96);
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}

.webmap > .list > .item > a:hover {
	color: black;
}

.webmap > .list > .list > .item {
	background: white url('/imgx/images/triangulo_2.gif') no-repeat 1.5em 0;
	margin-bottom: 1em;
	padding-left: 2.5em;
}

.webmap > .list > .list > .item > a {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

.webmap > .list > .list > .item > a:hover {
	text-decoration: underline;
}

.webmap > .list > .list .list > .item {
	background: white url('/imgx/images/triangulo_2.gif') no-repeat 1.5em 0;
	margin-bottom: 1em;
	padding-left: 2.5em;
}

.webmap > .list > .list .list > .item > a {
	color: black;
	text-decoration: none;
	font-size: 11px;
}

.webmap > .list > .list .list > .item > a:hover {
	text-decoration: underline;
}

.webmap .attr {
	color: gray;
	margin-top: -.5em;
	margin-left: 4em;
	margin-bottom: 1em;
}

.webmap .attr > .col1 {
	float: left;
}

.webmap .attr > .col2 {
	float: left;
	margin-left: 2em;
}

.webmap .attr a {
	color: gray;
	text-decoration: none;
}

.webmap .attr a:hover {
	text-decoration: underline;
}

/************************************************************************************************************************
												PASADOR NOTICIAS
*************************************************************************************************************************/

#scrollup {
	position: relative;
	width: 92em;
	height: 6em;
	margin: 0 auto;
	padding: 0 0 1em 0;
}

#scrollup #buttons {
	position: absolute;
	top: -1em;
	right: 0;
}

#buttons .back {
	background: url("images/news/noticia_izq.gif") no-repeat top center;
	width: 32px;
	height: 32px;
	cursor: pointer;
	float: left;
}

#buttons .pause {
	background: url("images/news/noticia_pausa.gif") no-repeat top center;
	width: 32px;
	height: 32px;
	cursor: pointer;
	float: left;
}

#buttons .forward {
	background: url("images/news/noticia_dcha.gif") no-repeat top center;
	width: 32px;
	height: 32px;
	cursor: pointer;
	float: left;
}

#buttons .pause:hover {
	background: url("images/news/noticia_pausa_over.gif") no-repeat top center;
}

#buttons .back:hover {
	background: url("images/news/noticia_izq_over.gif") no-repeat top center;
}

#buttons .forward:hover {
	background: url("images/news/noticia_dcha_over.gif") no-repeat top center;
}

#scrollup > .new_home > a {
	display: block;
	width: 800px;
	text-decoration: none;
	color: black;
	padding-bottom: 0em;
}

#scrollup > .new_home > a > .date,
#scrollup > .new_home > a  > .title,
#scrollup > .new_home > a  > .type {
	font-size: 14px;
}

#scrollup > .new_home > a > .body {
	color: #666;
	font-size: 10px;
	margin: 1em 0 0 0;
	padding: 0;
}

/****************************************************************
                            GALERIA
*****************************************************************/

div.content div.contact_people {
    width: 100%;
    margin: 0 auto;
}

div.content div.contact_people div.item {
    display: inline-block;
    _display: inline;
    #display: inline;
    zoom: 1;
    width: 49%;
    margin: 0 0 0 0;
    vertical-align: top;
    padding: 0 0 45px 0;
}

div.content div.contact_people div.item p {
    font-size: 14px;
    height: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px 0;
}

div.content div.contact_people div.item a {
    display: block;
    margin: 0 0 5px 0;
}

div.content div.contact_people div.item img {
    width: auto;
    height: 190px;
}

div.content div.contact_people div.info {
    padding: 10px 0;
}
