/*DAMOS FORMATO A LA PLANTILLA DE ENLACES QUE NOS DEVOLVER? EL LISTADO DE DEPARTAMENTOS*/
.mainEnlacesDepartamentos span{
	font-size: 12px !important;
}
.mainEnlacesDepartamentos .columna-izq{
	list-style: none;
	margin-top: 0em;
	float: left;
	margin-right: 8em;
	margin-left: 0em;
}

.mainEnlacesDepartamentos .columna-derecha{
	list-style: none;
	margin-top: 0em;
}

.mainEnlacesDepartamentos .enlaceGris{
	background-color: #E5E5E5;
	padding-left: 1em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
}

.mainEnlacesDepartamentos .enlaceGrisRelleno{
	padding-bottom: 1.8em;
	background-color: #E5E5E5;
	padding-left: 1em;
	padding-top: 0.3em;
}

.mainEnlacesDepartamentos .enlaceBlanco{
	background-color: white;
	padding-left: 1em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
}

/*DAMOS FORMATO A LA PLANTILLA DE ENLACES LISTADO COMPUESTO SIN FONDO*/

.mainEnlaces .listado-sinfondo .subtitulo{
	font-weight: bold;
}

.mainEnlaces .listado-sinfondo .enlace a{
	color: black;
}

.mainEnlaces .listado-sinfondo .enlace a:hover{
	color: #838383;
	text-decoration: underline;
}

.mainEnlaces .listado-sinfondo .enlace a:visited{
	color: #707070;
	text-decoration: underline;
}

/*DAMOS FORMATO A LA PLANTILLA DE ENLACES LISTADO TITULO Y FONDO*/

.mainEnlaces .listado-confondo .titulo{
	font-size: 1.3em;
	font-weight: bold;
	/*margin-bottom: 1em;*/
	margin-bottom: 8px;
}

.mainEnlaces .listado-confondo .titulo span{
	font-size:100% !important;
}
.mainEnlaces .listado-confondo .bloque-enlaces a{
	color: black;
	text-decoration: none;
	font-weight: bold;
	margin-left: 1em;
	display: block;
	padding-top: 0.6em;
}

.mainEnlaces .listado-confondo .enlace{
	background-color: #E5E5E5; 
	margin-bottom: 0.2em;
	padding-bottom: 0.5em;
}


/*DAMOS FORMATO A LA PLANTILLA DE ENLACES POR COLUMNAS*/


.mainEnlaces .contenido .t {
  background: url("../images/shadow-inner-t.gif") 0 0 repeat-x;
}

.mainEnlaces .contenido .r {
  background: url("../images/shadow-inner-r.gif") right 0 repeat-y;
}

.mainEnlaces .contenido .b {
  background: url("../images/shadow-inner-b.gif") 0 bottom repeat-x;
}

.mainEnlaces .contenido .l {
  background: url("../images/shadow-inner-l.gif") 0 0 repeat-y;
}

.mainEnlaces .contenido .tl {
  background: url("../images/shadow-inner-tl.gif") 0 0 no-repeat;
}

.mainEnlaces .contenido .tr {
  background: url("../images/shadow-inner-tr.gif") right 0 no-repeat;
}

.mainEnlaces .contenido .bl {
  background: url("../images/shadow-inner-bl.gif") 0 bottom no-repeat;
}

.mainEnlaces .contenido .br {
  background: url("../images/shadow-inner-br.gif") right bottom no-repeat;
}

.mainEnlaces .porcolumnas{
	padding: 15px 10px 15px 20px;
}

.mainEnlaces .porcolumnas  a{
	color: black;
	font-weight: bold;
}

.mainEnlaces .porcolumnas .columna{
	padding-bottom: 1em;
	padding-right: 4em;
}

.mainEnlaces .porcolumnas .separacion{
	margin-bottom: 1em;
}

.mainEnlaces .porcolumnas .columna a:HOVER{
	text-decoration:underline;
	color: #6a6b6b;
}

/*DAMOS FORMATO A LA PLANTILLA DE ENLACES TITULO REPETIBLE*/

.mainEnlacesTituloRepetible{

}

.mainEnlacesTituloRepetible .contenido .t {
  background: url("../images/shadow-inner-t.gif") 0 0 repeat-x;
}

.mainEnlacesTituloRepetible .contenido .r {
  background: url("../images/shadow-inner-r.gif") right 0 repeat-y;
}

.mainEnlacesTituloRepetible .contenido .b {
  background: url("../images/shadow-inner-b.gif") 0 bottom repeat-x;
}

.mainEnlacesTituloRepetible .contenido .l {
  background: url("../images/shadow-inner-l.gif") 0 0 repeat-y;
}

.mainEnlacesTituloRepetible .contenido .tl {
  background: url("../images/shadow-inner-tl.gif") 0 0 no-repeat;
}

.mainEnlacesTituloRepetible .contenido .tr {
  background: url("../images/shadow-inner-tr.gif") right 0 no-repeat;
}

.mainEnlacesTituloRepetible .contenido .bl {
  background: url("../images/shadow-inner-bl.gif") 0 bottom no-repeat;
}

.mainEnlacesTituloRepetible .contenido .br {
  background: url("../images/shadow-inner-br.gif") right bottom no-repeat;
}

.mainEnlacesTituloRepetible .dosColumnas{
	width: 50%;
	float: left;
}

.mainEnlacesTituloRepetible .tresColumnas{
	float: left;
	width: 30%;
	padding-right: 20px;
}

.mainEnlacesTituloRepetible .interior{
	padding: 20px 10px 25px 15px;
	overflow: hidden;
}

.mainEnlacesTituloRepetible .interior .titulo{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.4em;
}
/*
.mainEnlacesTituloRepetible .interior .bloque-enlaces .enlace{
	margin-bottom: 0.2em;
}*/

.mainEnlacesTituloRepetible .interior .bloque-enlaces .enlace a{
	color: black;
}

.mainEnlacesTituloRepetible .interior .bloque-enlaces .enlace a:hover{
	color: #838383;
	text-decoration: underline;
}

.mainEnlacesTituloRepetible .interior .bloque-enlaces .enlace a:visited{
	color: #707070;
	text-decoration: none;
}

.mainEnlacesTituloRepetible .interior .bloque-documentos .pdf{
	margin-bottom: 0.6em;
	font-weight:bold;
}

@-moz-document url-prefix(){
	.mainEnlacesTituloRepetible .interior .bloque-documentos .pdf{
		margin-bottom: 0.8em;
		font-weight:bold;
	}
}

.mainEnlacesTituloRepetible .interior .bloque-documentos .logoPdf{
	float: left;
	margin-right: 0.3em;
}