y`+lll-ZZZZZZZZZZZZZZZZZZ/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	/*background-color: #ffffff;*/
}
.skinmaster {
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	background-color: #ffffff;
	/*border-right: #E1081E 1px solid; 
	border-top: #E1081E 1px solid; 
	border-left: #E1081E 1px solid; 
	border-bottom: #E1081E 1px solid; */
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {

}
.skingradient {
	background-color: #EFEFEF;	/*background-image: url(gradient_DkBlue.jpg); */
	

}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.contentpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;

}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
	
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #E1081E 1px solid; 
	border-top: #cad5ea 1px solid; 
	border-right: #E1081E 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #E1081E; 
	border-left: #E1081E 1px solid; 
	border-bottom: #E1081E 1px solid; 
	border-top: #E1081E 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
	
}
.MainMenu_SubMenu {
	background-color: #E1081E;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #8da4d3; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #E1081E 1px solid; 
	border-bottom: #E1081E 1px solid; 
	border-top: #E1081E 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #CCCCCC url(none); 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  11px;
   font-weight: normal;
   color: #000000;

}
/*ESTILOS COPIADOS DE XARXANET*/

body {
	background-image: url(/Portals/0/fondopagina.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	font-size: 10pt;
}

a {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}

td.menu2 a {
	text-decoration: none;
}

/*--- Estilo correspondiente a la barra de navegacion --*/
.navtexto {
	color: #000000;
	font-size: 0.7em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-size: 0px;
	background-color: #999999;
	white-space: nowrap;
}

table.navtextoTbl {
	vertical-alignment: bottom;
	cell-padding: 0px;
	margin: 0px;
	spacing: 0px;
	border: 0px;
}

.navlink {
	color: #000000;
	text-decoration: none;
	background-color: #999999;
}

.navlink:hover {
	text-decoration: underline;
}

/*--- FIN - Estilo correspondiente a la barra de navegacion --*/
	/*--- Estilo correspondiente a los links de ayuda; Que es xarxanet, Mapa, Recamanar y contactar --*/
.helptexto {
	color: #000000;
	font-size: 0.7em;
	padding: 0px 0px 0px 5px;
	background-color: #FFFFFF;
}

.helplink {
	color: #000000;
	background-color: #FFFFFF;
}

.helplink:hover {
	color: #FFFFFF;
	background-color: #E1081E;
	padding: 1px 2px;
	text-decoration: none;
}


/*--- FIN - Estilo correspondiente a los links de ayuda; Que es xarxanet, Mapa, Recamanar y contactar --*/


img.scalableImage04 {
	width: 0.2em;
	height: 0.3em;
}

img.scalableImage05 {
	width: 0.5em;
	height: 0.5em;
}

img.scalableImage06 {
	height: 0.6em;
	width: 0.6em;
}

img.scalableImage07 {
	width: 0.7em;
	height: 0.7em;
}

img.scalableImage08 {
	width: 0.8em;
	height: 0.8em;
}

img.scalableImage09 {
	width: 0.9em;
	height: 0.9em;
}

img.scalableImage1 {
	width: 1em;
	height: 1em;
}

img.scalableImage105 {
	width: 1.05em;
	height: 1.05em;
}

img.scalableImage11 {
	width: 1.1em;
	height: 1.1em;
}

img.scalableImage12 {
	width: 1.2em;
	height: 1.2em;
}

img.scalableImage13 {
	width: 1.3em;
	height: 1.3em;
}

img.scalableImage2 {
	width: 2em;
	height: 2em;
}


/*--- Estilo correspondiente Menu principal --*/ /*-- NIVEL 1 --*/
.menu1 {
	color: #FFFFFF;
	font-size: 0.7em;
	
	padding: 1px 3px 1px 4px;
	margin: 0px 0px 0px 0px;
	spacing: 0px 0px 0px 0px;
	
	background-color: #E1081E;
	font-weight: bold;
	vertical-align: center;
	/*border-style: outset;*/
	/*background-image: url(../images/fondo_boton_menu_rojo.gif);*/
	/*border-color: #F1182E;*/
}
.menu1Selected {
	color: #00FFFF;
	font-size: 0.7em;
	
	padding: 1px 3px 1px 4px;
	margin: 0px 0px 0px 0px;
	spacing: 0px 0px 0px 0px;
	
	background-color: #E1081E;
	font-weight: bold;
	vertical-align: center;
}

.menu1link {
	color: #FFFFFF;
	text-decoration: none;
}

.menu1link:hover {
	color: #FFFFFF;
}

/*menu horizontal*/
.menuoff {
	color: #E1081E;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.menuon {
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	background-color: #E1081E;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #E1081E;
}

.menuon:hover {
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	background-color: #E1081E;
	font-weight: bold;
	/*text-decoration: underline;*/
}

/*-- NIVEL 2 --*/
.menu2 {
	color: #000000;
	font-size: 0.7em;
	padding: 0px 0px 0px 10px;
	/*height: 19px;*/
	font-weight: normal;
	/*vertical-align: middle;*/
	/*background-image: url(../images/fondo_boton_menu_dashed.gif);*/
	cursor: hand;
}

/*--- FIN - Estilo correspondiente Men00u principal  --*/

/*--- FIN - Estilo correspondiente Men00u principal  --*/


/*--- Estilo correspondiente a la barra de busqueda --*/
.buscartexto {
	color: #000000;
	font-size: 0.7em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-size: 0px;
	text-align: right;
}

.buscarlink {
	color: #000000;
	font-size: 0.7em;
	text-decoration: underline;
}

.buscarlink:hover {
	text-decoration: underline;
}

INPUT.search_box {
	background-color: #999999;
	border-color: #CCCCCC;
	border-width: 1;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #EEEEEE;
}

/*--- FIN - Estilo correspondiente a la barra de busqueda --*/
	/*--- Estilo correspondiente a la barra bottom para los textos --*/
.creditos {
	color: #000000;
	font-size: 10px;
	padding: 0px 10px 0px 3px;
	background-color: #FFFFFF;
}

.creditoslink {
	color: #E1081E;
	font-weight: normal;
	text-decoration: underline;
}

.creditoslink:hover {
	color: #E1081E;
	font-weight: bold;
	text-decoration: underline;
}

.creditoslinkSN {
	color: #E1081E;
	font-weight: normal;
	text-decoration: underline;
}

.creditoslinkSN:hover {
	color: #E1081E;
	font-weight: normal;
	text-decoration: underline;
}

/*--- FIN - Estilo correspondiente a la barra bottom para los textos --*/
	/*--- Estilo correspondiente el contenido AZUL --*/
	/*-- Es el "Body" de la parte del contenido azul --*/
.contenido {
	padding: 5px 0px 20px 17px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #E8F2FD;
	text-align: left;
	font-size: 10px;
}

.redborder {
	border: 1px solid #E1081E;
}

.contenidoAzul {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #E8F2FD;
	text-align: left;
	font-size: 10px;
}

/*-- Estilo para los titulares en mayusculas --*/
.titular {
	color: #4B87C2;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	height: 18px;
	font-weight: bold;
	vertical-align: middle;
	text-transform: uppercase;
}

/*-- Estilo para un subtitular con caja blanca --*/
	/*-- Tamaņo de 10px -*/
.subtitular {
	color: #000000;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	background-color: FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}

.subtitularlink {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

.subtitularlink:hover {
	color: #E1081E;
	background-color: #FFFFFF;
	text-decoration: none;
}

/*-- Tamaņo de 14px -*/
.subtitular2 {
	color: #000000;
	font-size: 14px;
	padding: 0px 0px 0px 8px;
	background-color: FFFFFF;
	height: 21px;
	font-weight: bold;
	vertical-align: middle;
}

.subtitularlink2 {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

.subtitularlink2:hover {
	color: #E1081E;
	background-color: #FFFFFF;
	text-decoration: none;
}

/*-- Es un estilo para tener un textoo negro sencillo --*/
.texto {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*-- Es para que las tablas de apartados tengan un margen exterior --*/
table.margen {
	margin: 0px 13px 16px 0px;
}

/*-- Es para el link de "Leer Mas >" --*/
.mas {
	color: #E1081E;
	font-weight: normal;
	text-decoration: underline;
}

.mas:hover {
	color: #E1081E;
	font-weight: bold;
	text-decoration: underline;
}

/*--- FIN - Estilo correspondiente el contenido AZUL --*/
	/*-- Estilo para la Toolbar --*/
.toolbar {
	padding: 15px 0px 10px 17px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #E8F2FD;
	text-align: left;
	font-size: 10px;
}

/*-- SUBMENU --*/
.submenu {
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 0px 0px 8px;
	background-color: #E1081E;
	height: 18px;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;
}

.submenulink {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #E1081E;
	text-decoration: none;
}

.submenulink:hover {
	color: #FFFFFF;
	background-color: #E1081E;
	text-decoration: underline
}

/*-- FIN - Estilo para la Toolbar --*/
	/*-- Estilo para el titular de cada apartado general -*/ /*-NIVEL1 -*/
.nombreSeccion {
	color: #E1081E;
	font-size: 16px;
	font-weight: bold;
}

/*-NIVEL2 -*/
.nombreSeccion2 {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}

/*-- FIN - Estilo para el titular de cada apartado general -*/
	/*-- Estilo texto negro con caja blanca de fondo -*/
.cajaBlanca {
	color: #000000;
	font-size: 10px;
	padding: 8px 8px 8px 8px;
	background-color: FFFFFF;
	font-weight: normal;
	vertical-align: top;
}

/*-- FIN - Estilo texto negro con caja blanca de fondo -*/
	/*-- Estilo texto azul con caja blanca de fondo -*/
.cajaBlanca2 {
	color: #4B87C2;
	font-size: 10px;
	padding: 4px 4px 4px 4px;
	background-color: FFFFFF;
	font-weight: normal;
	vertical-align: top;
}

/*-- FIN - Estilo texto azul con caja blanca de fondo -*/
	/*-- Estilo para los pies de foto -*/
.piefoto {
	color: #000000;
	font-size: 9px;
	padding: 0px 0px 0px 2px;
	background-color: #FFFFFF;
	font-weight: normal;
	vertical-align: middle;
	height: 12px;
	text-align: right;
}

/*-- Es para que las imagenes que acompaņan a texto tengan margen y pie de foto --*/
img.piedefoto {
	border: 2px solid #FFFFFF;
}

/*-- Estilo para los botones --*/
.boton1 {
	color: #000000;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	background-color: #6699CC;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
}

.boton1link {
	color: #000000;
	background-color: #6699CC;
	text-decoration: none;
}

.boton1link:hover {
	color: #E8F2FD;
	background-color: #6699CC;
}

/*-- Estilo para los imputs dentro del fondo azul --*/
INPUT.textoazul {
	background-color: #EBEBEB;
	border-color: #74797E;
	border-width: 1;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

SELECT.textoazul {
	background-color: #EBEBEB;
	border-color: #74797E;
	border-width: 1;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

TEXTAREA.textoazul {
	background-color: #EBEBEB;
	border-color: #74797E;
	border-width: 1;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

.boton00 {
	color: #FFFFFF;
	text-decoration: none;
	align: left;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	background-color: #E10A20;
	height: 16px;
	font-weight: normal;
	vertical-align: middle;
}

.boton00:link {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	align: left;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	background-color: #E10A20;
	height: 16px;
	font-weight: normal;
}

.boton00:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	align: left;
}

.num {
	color: #4B87C2;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
}
/*Diseņo de las cajas d noticias*/
#contenedornoticia{
	margin:0px;
	width: 100%;
	text-align: left;
	height: 250px;
	min-height:100%;
	background-color:#E5E5E5;
	padding-right: 6px;
	
	
}
#bordeizq{
background-image: url(/Portals/0/fondosuperior.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	width:34px;
	height: 34px;
	padding:0px;
	margin:0px;}

#tituloenunciados{
	color: #FF0000;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	background-color:#E5E5E5;
	width: 100%;
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 3px;
	height: 24px;
	}

#contenidoenunciado{
	background-color:#E5E5E5;
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	float:left;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 5px;
	}
.subtitularenunciados, .subtitularenunciados:active {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.subtitularenunciados:hover {
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/*menu*/
.menuizq,.menuizq:active, .menuizq:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.menuizq:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.fotomargen{
	padding-right: 5px;
	padding-bottom: 5px;
}
/*home*/
#contenedorhome{
	margin:0px;
	width: 100%;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 15px;
}
#iniciohome{
margin:0px;
	width: 60%;
		height: 219px;

	float:left;
}
#fotohome{
	margin:0px;
	width: 40%;
	height: 219px;
	background-image: url(/Portals/0/manos.gif);
	float:right;
	background-repeat: no-repeat;
	background-position: right top;
	/*clear:none;*/
}
#spacer{
	
	float:left;
}
.titulohome{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	}
.subtitulohome{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;

}
.lineahome{
	background-image: url(/Portals/0/lineahome.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.negrita{
	font-weight: bold;
	font-size: 10px;
}
.texto_peque{font-size: 9px;}
/*.lineatablamenu{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}*/

/*#contenedornoticia{
	/*background-color: #E8F2FD;
	border: 1px solid #CCCCCC;*/
	margin:0px;
	padding: 0px 8px 8px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	text-align: left;
	background-image: url(/Portals/0/fondosuperior.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
	vertical-align: top;
	
}*/

.excel {
	font-size: 10pt;
	width: 100%;
}
.excel td{
	font-size: 10pt;
}

.enlaces {
	font-size: 10pt;
	color: #000000;
}

.enlaces:hover {
	font-size: 10pt;
	color: #E1081E;
	text-decoration: none;
}

.enlaces:link {
	color: #000000;
	text-decoration: none;
}