/*
	CSS - Screen
	Borja Delgado	
	OrangeSide - http://www.orangeside.org
	05 - 2005
	
*/

/* ESTILOS GENERALES */

* {
	margin: 0px;
	padding: 0px;
	}

body {
	padding: 0px 0px 40px 11px;
	font: 11px/16px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #801732 url(../img/fondo_degradado.gif) top left repeat-x;
	}

td, th {
	font: 11px/16px Tahoma, Arial, Helvetica, sans-serif; /* IE5.x */
	}

h3 {
	font: 11px/16px Tahoma, Arial, Helvetica, sans-serif;
	color: #CF7600;
	font-weight: bold;
	}

a img {
	border-width: 0px;
	}

a {
	text-decoration: none;
	color: #CE9E4E;
	}

a:hover {
	color: #000;
	background-color: #CE9E4E;
	}

table {
	border-collapse: collapse;
	}

/* CONTENEDOR */

#contenedor {
	position: relative;
	width: 779px;
	}

/* CABECERA */

#cabecera {
	position: relative;
	width: 779px;
	height: 110px;
	background: url(../img/cabecera.gif) top left no-repeat;
	}

#titulo_web {
	position: absolute;
	top: 54px;
	left: 8px;
	width: 266px;
	height: 32px;
	overflow: hidden;
	cursor: pointer;
	}
	
#titulo_web_home {
	position: absolute;
	top: 54px;
	left: 8px;
	width: 266px;
	height: 32px;
	overflow: hidden;
	}

#titulo_web span, #titulo_web_home span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../img/logo.gif) top left no-repeat;
	}
	
#menu_utilidades {
	position: absolute;
	top: 8px;
	left: 0px;
	}

#catala {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 95px;
	height: 13px;
	overflow: hidden;
	cursor: pointer;
	}

#catala span, #catala_english span { /* bt catala tiene dos posiciones segun la version */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../img/bot_catala.gif) top left no-repeat;
	}
	
#english, #catala_english { /* bt catala tiene dos posiciones segun la version */
	display: block;
	position: absolute;
	top: 0px;
	left: 96px;
	width: 95px;
	height: 13px;
	overflow: hidden;
	cursor: pointer;
	}

#english span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../img/bot_english.gif) top left no-repeat;
	}
	
#espanol {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 95px;
	height: 13px;
	overflow: hidden;
	cursor: pointer;
	}

#espanol span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../img/bot_castellano.gif) top left no-repeat;
	}

#portada, #portada_english {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 92px;
	height: 13px;
	overflow: hidden;
	cursor: pointer;
	}

#portada span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../img/bot_portada.gif) top left no-repeat;
	}

#portada_english span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../img/bot_home.gif) top left no-repeat;
	}

#menu_area_clientes {
	position: absolute;
	overflow: hidden;
	}

#acceso_area_clientes {
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	}

#acceso_area_clientes span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	}

/* MENU PRINCIPAL */

#menu_principal {
	position: absolute;
	top: 110px;
	right: 0px;
	width: 176px;
	height: 463px;
	background: #000 url(../img/menu_principal_fondo.gif) bottom left no-repeat;
	}

#menu_principal li {
	list-style-type: none;
	list-style-position: outside;
	border-bottom: 1px solid #000;
	}
	
#menu_principal a {
	display: block;
	padding: 0px 0px 0px 10px;
	height: 15px;
	background-color: #9C1E3D;
	color: #FFF;
	}

#menu_principal a.desplegable {
	background: #9C1E3D url(../img/ico_desplegable.gif) 95% 50% no-repeat;
	}

#menu_principal a:hover {
	background-color: #641427;
	
	}

#menu_principal li.desplegable {
	padding: 4px 0px 6px 0px;
	background-color: #000;
	line-height: 13px;
	}

#menu_principal li.desplegable a {
	display: inline;
	margin: 0px 0px 0px 18px;
	font-size: 10px;
	color: #CE9E4E;
	background-color: #000;
	padding: 0px;
	}

#menu_principal li.desplegable a:hover {
	background-color: #CE9E4E;
	color: #000;
	}

/* TITULOS DE SECCION */

#seccion {
	position: relative;
	height: 58px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #641427;
	background: url(../img/titulo_fondo.gif) 1% 31% no-repeat
	}

#seccion h2 {
	position: absolute;
	left: 0px;
	bottom: 9px;
	color: #000;
	overflow: hidden;
	}

#seccion h2 span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	}

/* INFORMACION + CONTENIDO */

#informacion {
	position: relative;
	width: 603px;
	min-height: 431px;
	background-color: #000;
	}

* html #informacion {
	height: 431px; /* IE min-height BUG */
	}

#contenido {
	position: relative;
	padding: 0px 20px 40px 10px;
	}

/* CONTENIDO SECUNDARIO */

#contenido_secundario {
	position: absolute;
	top: 78px;
	left: 10px;
	width: 173px;
	margin: 0px 0px 0px 0px;
	}

* html #contenido_secundario {
	left: 0px; /* IE6 + IE5.5 BUG */
	}

/* CONTENIDO PRINCIPAL */

#contenido_principal {
	margin: 0px 0px 0px 193px;
	position: relative;
	}

#contenido_principal p {
	margin: 0px 0px 16px 0px;
	}

#contenido_principal p.inicio {
	padding: 16px 0px 0px 0px;
	background: url(../img/ico_parrafoinicio.gif) left 7% no-repeat;
	}
	
/* CONTENIDO 2 COLUMNAS */

div.contenido_2_columnas {
	border-bottom: 1px solid #641427;
	overflow: auto;
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 5px 0px;
	}

div.contenido_2_columnas p {
	margin: 0px 0px 16px 0px;
	}

div.contenido_2_columnas h3.inicio {
	padding: 16px 0px 0px;
	background: url(../img/ico_parrafoinicio.gif) top left no-repeat;
	}

div.contenido_2_columnas div.columna1 {
	float: left;
	width: 270px;
	text-align: justify;
	}

div.contenido_2_columnas div.columna2 {
	float: right;
	width: 270px;
	text-align: justify;
	}

/* CONTENIDO 1 COLUMNA */

div.contenido_1_columna {
	margin: 0px 0px 0px 0px;
	}

/* HOME */

#informacion_home {
	position: relative;
	width: 603px;
	height: 425px; /* Opera */
	\height: 435px; /* IE5.x */
	he\ight: 425px; /* Estandares*/
	background-color: #000;
	padding: 0px 0px 10px 0px;
	border-top: 1px solid #000; /* FireFox */
	}

#informacion_home_2mod {
	position: relative;
	width: 603px;
	height: 300px; /* Opera */
	\height: 310px; /* IE5.x */
	he\ight: 300px; /* Estandares*/
	background-color: #000;
	padding: 0px 0px 10px 0px;
	border-top: 1px solid #000; /* FireFox */
	}

#informacion_home_6mod {
	position: relative;
	width: 603px;
	height: 550px; /* Opera */
	\height: 560px; /* IE5.x */
	he\ight: 550px; /* Estandares*/
	background-color: #000;
	padding: 0px 0px 10px 0px;
	border-top: 1px solid #000; /* FireFox */
	}

#contenido_home {
	position: relative;
	padding: 0px 0px 0px 0px;
	hei/ght:900px;
	}

#contenido_principal_home {
	margin: 30px 0px 0px 0px;
	width:603px;
	hei/ght:900px;
	}
#contenido_principal_home h1{
	font: 11px/16px Tahoma, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-weight: bold;
	text-align: center;
	}
#contenido_principal_home p{
	font: 9px/10px Tahoma, Arial, Helvetica, sans-serif;
	/*font: 9px/10px Tahoma, Arial, Helvetica, sans-serif;*/
	color:#CCCCCC;
	text-align:left;
	padding: 0px 8px 0px 12px;
	}	

* html #contenido_principal_home {
	padding: 0px 0px 0px 0px; /* Explorer */
	}

#contenido_principal_home div {
	width: 274px;
	\height: 105px; /* IE5.x */
	he\ight: 104px; /* Estandares*/
	position: absolute;
	}

#home_intro {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 274px;
	height: 234px;
	}

#home_modulo1 {
	top: 0px;
	left: 309px;
	}

#home_modulo2 {
	top: 129px;
	left: 309px;
	}

#home_modulo3 {
	top: 258px;
	left: 10px;
	}

#home_modulo4 {
	top: 258px;
	left: 309px;
	}

#home_modulo5 {
	top: 388px;
	left: 10px;
	}

#home_modulo6 {
	top: 388px;
	left: 309px;
	}

div.modulo_noticias {
	border-top: 1px solid #655745;
	background-color: #3D352A;
	line-height: 15px;
	}

div.modulo_proyectos {
	border-top: 1px solid #641427;
	background-color: #3D0613;
	line-height: 15px;
	}

div.modulo_internas {
	border-top: 1px solid #6C6C6C;
	background-color: #3D3D3D;
	line-height: 15px;
	}

div.modulo_noticias img, div.modulo_proyectos img, div.modulo_internas img {
	float: left;
	margin: 12px 12px 0px 0px;
	}

div.modulo_noticias p.titulo, div.modulo_proyectos p.titulo, div.modulo_internas p.titulo {
	margin: 12px 12px 0px 0px;
	}

div.modulo_proyectos p.titulo {
	font-weight: bold;
	}

div.modulo_noticias p.titulo {
	color: #CE9E4E;
	}

div.modulo_proyectos p.ver_proyecto {
	position: absolute;
	left: 119px;
	bottom: 12px;
	color: #CE9E4E;
	padding: 16px 0px 0px 0px;
	background: url(../img/ico_trabajo_home.gif) top left no-repeat;
	font-size: 10px;
	}

div.modulo_noticias p.fecha {
	font-size: 10px;
	}

#pie_pagina p.pie_home {
	margin: 0px 20px 0px 10px;
	border: 0px;
	text-align: center;
	color: #CE9E4E;
	}

#pie_pagina p.pie_home a {
	text-decoration: none;
	font-weight: bold;
	color: #CE9E4E;
	}

#pie_pagina p.pie_home a:hover {
	color: #000;
	background-color: #CE9E4E;
	}

/* BUSCADOR */

#buscador {
	position: absolute;
	top: 29px;
	right: 19px;
	width: 152px;
	height: 16px;
	}

#buscador span {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #641427;
	\width: 134px; /* IE5.x */
	w\idth: 132px; /* Estandares */
	\height: 16px; /* IE5.x */
	hei\ght: 14px; /* Estandares */
	overflow: hidden;
	}

#busca_texto {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: -2px 0px 0px -2px;
	padding: 2px 0px 0px 2px;
	\width: 138px; /* IE5.x */
	w\idth: 136px; /* Estandares */
	\height: 20px; /* IE5.x */
	hei\ght: 18px; /* Estandares */
	background-color: #3D0613;
	color: #FFF;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	}
	
#busca_icono {
	position: absolute;
	top: 0px;
	right: 0px;
	}

/* TRABAJOS */

body#trabajos_listado #contenido {
	padding: 0px 20px 15px 10px;
	position: relative;
	}

body#trabajos_listado #seccion {
	position: relative;
	height: 58px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	background: url(../img/titulo_fondo.gif) 1% 31% no-repeat;
	}

#listado_trabajos {
	position: relative;
	overflow: auto;
	width: 100%;
	}

* html #listado_trabajos {
	padd\ing: 0px 0px 24px 0px; /* Para IE6 */
	}

#listado_trabajos div.trabajo {
	position: relative;
	width: 274px;
	height: 105px;
	border-top: 1px solid #641427;
	margin: 0px 0px 24px 0px;
	}

#listado_trabajos div.trabajo p.titulo {
	margin: 12px 12px 0px 0px;
	}

#listado_trabajos div.trabajo img {
	float: left;
	margin: 12px 12px 0px 0px;
	}

#listado_trabajos div.trabajo p.ver_proyecto {
	position: absolute;
	left: 119px;
	bottom: 12px;
	color: #CE9E4E;
	padding: 16px 0px 0px 0px;
	background: url(../img/ico_trabajo_listado.gif) top left no-repeat;
	font-size: 10px;
	}

#listado_trabajos div.impar {
	float: left;
	}

#listado_trabajos div.par {
	float: right;
	}

#paginacion_trabajos {
	text-align: right;
	font-weight: bold;
	color: #CE9E4E;
	position: absolute;
	bottom: 20px;
	right: 20px;
	}

#paginacion_trabajos strong {
	color: #FFF;
	}

#trabajo_detalle {
	position: relative;
	overflow: auto;
	width: 100%;
	}

#trabajo_detalle div.trabajo_descripcion {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 251px;
	height: 242px;
	background-color: #5A5A5A;
	font: 11px/15px Tahoma, Arial, Helvetica, sans-serif;
	overflow: auto;
	}

#trabajo_detalle div.trabajo_descripcion strong {
	color: #FFF;
	}

#trabajo_detalle div.trabajo_descripcion p {
	margin: 10px 0px 20px 10px;
	}

#trabajo_detalle div.trabajo_grafica {
	margin: 0px 0px 88px 0px;
	min-height: 240px;
	}

* html #trabajo_detalle div.trabajo_grafica {
	height: 240px; /* IE6 min-height BUG */
	}

#trabajo_detalle div.trabajo_grafica img {
	border: 1px solid #888;
	}

#trabajo_detalle div.trabajo_grafica p.ver_video {
	margin: 7px 0px 0px 0px;
	color: #CE9E4E;
	font-size: 10px;
	}

#navegacion {
	color: #CE9E4E;
	}

#navegacion a:hover {
	background-color: #000;
	}

#nav_menu {
	float: left;
	margin: 0px 0px 0px 5px;
	}

#nav_antsig {
	float: right;
	}

#nav_antsig strong {
	font-size: 14px;
	margin: 0px 15px 0px 15px;
	}

/* NOTICIAS */

#noticias_filtros {
	background: url(../img/noticias_filtros_fondo.gif) top left no-repeat;
	min-height: 183px;
	}

* html #noticias_filtros {
	height: 183px; /* IE min-height bug */
	}

#noticias_filtros select {
	margin: 0px 0px 16px 9px;
	display: block;
	width: 116px;
	font: 10px tahoma;
	}

#noticias_filtros input {
	margin: 0px 0px 16px 9px;
	color: #CE9E4E;
	background-color: #4A4133;
	border: 1px solid #4A4133;
	padding: 0px 8px 0px 8px;
	font-size: 11px;
	line-height: 10px;
	height: 14px;
	}

div.noticia_listado {
	border-bottom: 1px solid #641427;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	background-color: #000;
	color: #CE9E4E;
	}

div.ultima_noticia {
	border-bottom: 1px solid #000;
	}
	
#contenido_principal div.noticia_listado p {
	margin: 0px;
	}

div.noticia_listado span.fecha {
	color: #FFF;
	font-size: 10px;
	}

div.noticia_listado img {
	margin: 0px 8px 0px 0px;
	}

#paginacion_noticias {
	text-align: right;
	font-weight: bold;
	color: #CE9E4E;
	position: absolute;
	bottom: 30px;
	right: 20px;
	}

#paginacion_noticias strong {
	color: #FFF;
	}

#detalle_noticia h3 {
	font-size: 12px;
	font-weight: bold;
	}

#detalle_noticia p {
	text-align: justify;
	}

#detalle_noticia a {
	font-size: 10px;
	}

#detalle_noticia #utilidades_noticia {
	margin: 30px 0px 0px 0px;
	}

#detalle_noticia #utilidades_noticia span.recorte {
	background: url(../img/ico_pdf.gif) center left no-repeat;
	padding: 0px 0px 0px 25px;
	margin: 0px 40px 0px 0px;
	float: left; /* Explorer es el peor navegador del mundo */
	}

* html #detalle_noticia #utilidades_noticia span.recorte {
	padding-top: 1px; /* IE Overflow */
	}

#detalle_noticia #utilidades_noticia span.imprimir {
	background: url(../img/ico_imprimir.gif) center left no-repeat;
	padding: 0px 0px 0px 20px;
	}

/* INSTALACIONES */

#menu_instalaciones {
	background: url(../img/instalaciones_fondo_menu.gif) top left no-repeat;
	min-height: 309px;
	}

* html #menu_instalaciones {
	height: 309px; /* IE min-height Bug */
	}

#menu_instalaciones ul {
	list-style-type: none;
	margin: 0px 0px 11px 0px;
	color: #CE9E4E;
	font-size: 10px;
	}

/* ENLACES */

div.enlace {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 14px 0px;
	border: 1px solid #000; /* Explorer y sus misterios 1de2 */
	border-bottom-color: #641427; /* Explorer y sus misterios 2de2 */
	}

div.ultimo_enlace {
	border-bottom-color: #000; /* Explorer y sus misterios 1de2 */
	}

#paginacion_enlaces {
	text-align: right;
	font-weight: bold;
	color: #CE9E4E;
	position: absolute;
	bottom: 20px;
	right: 20px;
	}

#paginacion_enlaces strong {
	color: #FFF;
	}

/* INFORMACION DE CONTACTO */

#direccion, #telefono {
	border: 1px solid #000; /* Explorer y sus misterios 1de2 */
	border-bottom-color: #641427; /* Explorer y sus misterios 2de2 */
	margin: 0px 0px 20px 0px;
	position: relative;
	}

#info_contacto h3 {
	color: #FFF;
	padding: 0px 0px 0px 40px;
	background: url(../img/ico_parrafoinicio.gif) left 45% no-repeat;
	}

#info_contacto p {
	padding: 18px 0px 18px 40px;
	}

#info_contacto div#mail p {
	padding-bottom: 0px;
	}

/* TRABAJA CON NOSOTROS */

#form_trabaja_nosotros div.contenido_2_columnas {
	border-width: 0px;
	}

#form_trabaja_nosotros div.contenido_2_columnas div.columna1 {
	width: 230px;
	margin: 0px 0px 0px 0px;
	}

#form_trabaja_nosotros div.contenido_2_columnas div.columna2 {
	float: left;
	}

#form_trabaja_nosotros input#mail, #form_trabaja_nosotros input#telefono {
	position: static;
	}

#form_trabaja_nosotros fieldset {
	border-width: 0px;
	margin: 0px 0px 15px 0px;
	}

#form_trabaja_nosotros legend {
	font-size: 11px;
	color: #FFF;
	margin: 0px 0px 10px -7px;
	}

#form_trabaja_nosotros label {
	display: block;
	margin: 0px 0px 2px 0px;
	}

#form_trabaja_nosotros select, #form_trabaja_nosotros input, #form_trabaja_nosotros textarea {
	border: 1px solid #6C6C6C;
	background-color: #FFF;
	width: 205px;
	height: 18px;
	margin: 0px 0px 15px;
	}

#form_trabaja_nosotros select, #form_trabaja_nosotros input {
	background-color: #FFF;
	height: 18px;
	}

#form_trabaja_nosotros select {
	font: 11px tahoma;
	border: 0;
	}

#form_trabaja_nosotros textarea {
	height: 54px;
	overflow: auto;
	}

#form_trabaja_nosotros select.corto {
	width: 88px;
	margin: 4px 25px 6px 0px;
	font: 11px tahoma;
	border: 0;
	}

#form_trabaja_nosotros textarea.completo {
	width: 435px;
	}

#form_trabaja_nosotros label.otros_idiomas {
	padding: 6px 0px 0px 0px;
	}

#form_trabaja_nosotros #checkk {
	margin: 0px 0px 0px 0px;
	}
#form_trabaja_nosotros #checkk input {
	margin: 0px 1px 0px 0px;
	border:none;
	background-color:#000000;
	padding: 0px 8px 0px 8px;
	font-size: 11px;
	width: 14px;
	height: 12px;
	}
#form_trabaja_nosotros #botones {
	margin: -12px 0px 0px 0px;
	}

#form_trabaja_nosotros #botones input {
	margin: 0px 1px 0px 0px;
	color: #CE9E4E;
	background-color: #4A4133;
	border: 1px solid #4A4133;
	padding: 0px 8px 0px 8px;
	font-size: 11px;
	line-height: 10px;
	width: 66px;
	height: 14px;
	}

/* RESULTADOS BUSQUEDA */

#listado_resultados_busqueda h3 {
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 12px 0px;
	color: #FFF;
	border-bottom: 2px solid #641427;
	}

div.resultado {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 14px 0px;
	border: 1px solid #000; /* Explorer y sus misterios 1de2 */
	border-bottom-color: #641427; /* Explorer y sus misterios 2de2 */
	color: #CE9E4E;
	}

div.ultimo_resultado {
	border-bottom-color: #000; /* Explorer y sus misterios 1de2 */
	}


#listado_resultados_busqueda #resultados_noticias {
	padding-top: 19px;
	}

/* PIE DE PAGINA */

#pie_pagina {
	position: relative;
	width: 603px;
	padding: 0px 0px 50px 0px;
	background-color: #000;
	font: 10px/15px Tahoma, Arial, Helvetica, sans-serif;
	color: #B9A380;
	}

#pie_pagina a {
	color: #B9A380;
	background-color: #000;
	}

#pie_pagina a:hover {
	color: #000;
	background-color: #B9A380;
	}

#pie_pagina p {
	margin: 0px 20px 0px 10px;
	padding: 13px 0px 0px 0px;
	border-top: 1px solid #641427;
	text-align: center;
	}
	
#vert {
	width:160px;
	height: 33px;
	margin-left:200px;
	/*background-color: #B9A380;*/
	float: left;
}

#vert2 {
	width:100px;
	height: 33px;
	text-decoration: none;
	background-image:url(../img/fondoNegroVertice.jpg);
	background-repeat:no-repeat;
	background-position:left;
	float: left;
	/*background-color: #000;*/
	
}

/*
#vert a{
	width:100px;
	height: 33px;
	text-decoration: none;
	background-image:url(../img/fondoNegroVertice.jpg);
	background-repeat:no-repeat;
	background-position:left;
	/*background-color: #000;
}
*/

#aux1 {
	width:460px;
	height: 30px;
	text-align:center;
	margin-left:70px;
}
#aux1 a{
	
}

/*DCP*/
.dcp {
	width:176px;
	height: 235px;
	text-decoration: none;
	background-repeat:no-repeat;
}

#dcpCast a{
	height:235px;
	background-image:url(../img/BannerDCS_Castellano.jpg);	
}

#dcpCat a{
	height:235px;
	background-image:url(../img/BannerDCS_Catala.jpg);
}

#dcpIng a{
	height:235px;
	background-image:url(../img/BannerDCS_English.jpg);
}



/*3d*/
.tresd {
	width:226px;
	height: 124px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-color:none;
}

#menu_principal #tresdCast a{
	height:124px;
	background:url(../img/3d/cast.png);
	
}

#menu_principal #tresdCat a{
	height:124px;
	background:url(../img/3d/cat.png);
}

#menu_principal #tresdIng a{
	height:124px;
	background:url(../img/3d/ang.png);
}

/*NADAL*/
.xmas2009 {
	width:176px;
	height: 102px;
	text-decoration: none;
	background-repeat:no-repeat;
	margin-top:8px;
}

#xmas2009Cast a{
	height:102px;
	background-image:url(../img/XMAS2009/2010cast.jpg);
}

#xmas2009Cat a{
	height:102px;
	background-image:url(../img/XMAS2009/2010cat.jpg);
}

#xmas2009Ing a{
	height:102px;
	background-image:url(../img/XMAS2009/2010ing.jpg);
}