/* BODY */

/* LINKS */
a:link {
	color: #9B1F2E;
	text-decoration: none;
}
a:visited {
	color: #9B1F2E;
	text-decoration: none;
}
a:hover {
	color: #9B1F2E;
	text-decoration: underline;
}
a:active {
	color: #9B1F2E;
	text-decoration: underline;
}

.link-newsindex a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9b1f2e;
	text-decoration: none;
	font-weight: bold;
}
.link-newsindex a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #9b1f2e;
	font-weight: bold;
}
.link-newsindex a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #9b1f2e;
	font-weight: bold;
}
.link-newsindex a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #9b1f2e;
	font-weight: bold;
}

.link-seccionpdf a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b1f2e;
	text-decoration: none;
	font-weight: bold;
}
.link-seccionpdf a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #9b1f2e;
	font-weight: bold;
}
.link-seccionpdf a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #9b1f2e;
	font-weight: bold;
}
.link-seccionpdf a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #9b1f2e;
	font-weight: bold;
}

.link-topreg a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
.link-topreg a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #ffffff;
}
.link-topreg a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #D11418;
}
.link-topreg a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #D11418;
}

.link-calendar1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404140;
	text-decoration: none;
}
.link-calendar1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #404140;
}
.link-calendar1 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #9c001d;
}
.link-calendar1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #9c001d;
}


.link-calendar2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404140;
	text-decoration: none;
}
.link-calendar2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #404140;
}
.link-calendar2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #9c001d;
}
.link-calendar2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #9c001d;
}

/* FONDOS */
.fondo-izda {
	background-repeat:  no-repeat;
	background-image: url(../img/es/common/bg-izd.gif);
	background-position: right top;
}
.fondo-dcha {
	background-repeat:  no-repeat;
	background-image: url(../img/es/common/bg-dcha.gif);
	background-position: left top;
}


/* FORMULARIOS */
.campo, .campoDcha, .campo1, .campo2, .campo3, .campo4, .campo-txt, .campo-lista, .campo-registro, .campo-contacto {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #aaaaaa;
}
.campo1 {
	width: 138px;
}
.campo2 {
	width: 293px;
}
.campo3 {
	width: 448px;
}
.campo4 {
	width: 217px;
}
.campo-txt {
	width: 450px;
}
.campoDcha {
	text-align: right;	
}
.campo-registro {
	width: 120px;
}
.campo-contacto {
	width: 305px;
}

.botones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #9B1F2E;
	border: 1px solid #aaaaaa;
	cursor: pointer;
	padding: 5px;
}


/* IMAGENES*/
.foto-categoria {
	float: right;
	overflow: visible;
	position: relative;
}
.marcoBlanco {
	FILTER: alpha(opacity=100);
	opacity: 1;
}
.marcoGris {
      FILTER: alpha(opacity=100); opacity: 1; BORDER-RIGHT: #CCCCCC 1px solid; BORDER-TOP: #CCCCCC 1px solid; BORDER-LEFT: #CCCCCC 1px solid; BORDER-BOTTOM: #CCCCCC 1px solid
}
.marcoNegro {
      FILTER: alpha(opacity=100); opacity: 1; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid
}
.fotoAclarar {
      FILTER: alpha(opacity=70); opacity: .7;
}
.fotoDesaclarar {
      FILTER: alpha(opacity=100); opacity: 1;
} 
.fotoAclararMarcoBlanco {
      FILTER: alpha(opacity=70); opacity: .7; BORDER-RIGHT: #FFFFFF 1px solid; BORDER-TOP: #FFFFFF 1px solid; BORDER-LEFT: #FFFFFF 1px solid; BORDER-BOTTOM: #FFFFFF 1px solid
}
.fotoAclararMarcoGris {
      FILTER: alpha(opacity=70); opacity: .7; BORDER-RIGHT: #CCCCCC 1px solid; BORDER-TOP: #CCCCCC 1px solid; BORDER-LEFT: #CCCCCC 1px solid; BORDER-BOTTOM: #CCCCCC 1px solid
}
.fotoAclararMarcoNegro {
      FILTER: alpha(opacity=70); opacity: .7; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid
}
.fotoDesaclararMarcoBlanco {
      FILTER: alpha(opacity=100); opacity: 1; BORDER-RIGHT: #FFFFFF 1px solid; BORDER-TOP: #FFFFFF 1px solid; BORDER-LEFT: #FFFFFF 1px solid; BORDER-BOTTOM: #FFFFFF 1px solid
}
.fotoDesaclararMarcoGris {
      FILTER: alpha(opacity=100); opacity: 1; BORDER-RIGHT: #CCCCCC 1px solid; BORDER-TOP: #CCCCCC 1px solid; BORDER-LEFT: #CCCCCC 1px solid; BORDER-BOTTOM: #CCCCCC 1px solid
}
.fotoDesaclararMarcoNegro {
      FILTER: alpha(opacity=100); opacity: 1; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid
}
.marco-marron {
	border: 1px solid #9B1F2E;
	}


/* TEXTOS*/
.ver9 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 9px;
}
.txtnormal {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.txtnormal-rojo {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #9C100D;
}
.txtnormal-form1linea {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.txt-error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #9B1F2E;
}
.txt-news-titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #9B1F2E;
}
.txt-newsindex-fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #808080;
}
.txt-newsindex-noticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.txt-seccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin: 0px;
	padding: 10px;
}
.txt-reg-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}
.txt-calendar-fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #808080;
}
.txt-calendar-evento {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #404140;
}
.txt-calendar-organizador {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #9c001d;
}
.txt-calendar-lugar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #404140;
}

/* TABLAS */
.celda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #1451A4;
	color: #000000;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #4b4434;
	border: 1px solid #9B1F2E;
	}

.newsbox {
	background-color: #4b4434;
	border: 1px solid #9B1F2E;
	padding: 10px;
	}
	
.tabla-contenido {
	background-color: #ffffff;
	border: 1px solid #9B1F2E;
	}
.tabla-contenido-bgpos2 {
	background-color: #ffffff;
	border: 1px solid #9B1F2E;
	background-position: right top;
	background-repeat: no-repeat;
	}
.tabla-contenido-bgpos4 {
	background-color: #ffffff;
	border: 1px solid #9B1F2E;
	background-position: right bottom;
	background-repeat: no-repeat;
	}

/* DIV */
.divgroup-float {
	float: left;
	overflow: visible;
	position: relative;
}
.divgroup-float-fotos {
	float: left;
	overflow: visible;
	position: relative;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 13px;
	margin-left: 13px;
}
.divgroup-float-fotosnews {
	float: right;
	overflow: visible;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 13px;
}
.div-news  {
	float: left;
	overflow: visible;
	position: relative;
}
.div-categoria  {
	overflow: visible;
	position: relative;
	background-image: url(../img/es/familia/fondo.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 712px;
}
.div-errorbox  {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #9C100D;
	width: 400px;
	border: 1px solid #9C100D;
	padding: 20px;
}


/* PAGINACION */
.paginacion-seleccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.paginacion a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
}
.paginacion a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	padding: 2px;
}
.paginacion a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
}
.paginacion a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
}

a.paginacion-botones:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	margin: 2px;
/*	background-image: url(../img/es/prod2/boton-bg_off.gif); */
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #eaeaea;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #9C100D;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
a.paginacion-botones:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin: 2px;
/*	background-image: url(../img/es/prod2/boton-bg_off.gif); */
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #eaeaea;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #9C100D;
}
a.paginacion-botones:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin: 2px;
/*	background-image: url(../img/es/prod2/boton-bg_off.gif); */
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #9C100D;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #9C100D;
}
a.paginacion-botones:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin: 2px;
/*	background-image: url(../img/es/prod2/boton-bg_off.gif); */
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #9C100D;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #9C100D;
}	
.paginacion-botones-seleccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #9C100D;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin: 2px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #9C100D;
	}
