HTML, BODY, DIV, SPAN, APPLET, OBJECT, UL, LI, OL, DL, A, STRONG, FORM, LABEL, LEGEND {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0;
}

IMG {
	border: 0;
}

A {
	color: #87B026;
	text-decoration: underline;
}

.SinBordeInf {
	border-bottom: none;
}


INPUT {
	outline: none;
}

BODY {	
	margin: 0;
	padding: 0;
	font: 12px "Trebuchet MS", Arial, Helvetica, Verdana;
	color: #666;
	background: url(/imagenes/sombra.png) repeat-y center top;
}

H1 {
	color: #666;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
}

H2 {
	color: #666;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

H3 {
	color: #666;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
	font-size: 12px;
	font-style: italic;
}

H4 {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	color: #87B026;
}

H5 {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #87B026;
}

H6 {
	color: #666;
	margin: 0;
	background: #e2e2e2;
	padding: 2px 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
	font-style: italic;
}



.IconoPDFGrande {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 46px;
	min-height: 46px;
	font-size: 13px;
	font-weight: bold;
}

	.IconoPDFGrande IMG {
		float: left;
		width: 45px;
		margin-right: 15px;

	}
	
P {
	text-align: justify;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 15px;
}




UL.Lista {
	text-align: justify;
	padding: 0 0 15px 20px;
	margin: 0;
}

UL.Lista LI {
	padding-bottom: 10px;
}



OL.ListaNumeros {
	text-align: justify;
	padding: 0 0 15px 20px;
	margin: 0;
}

OL.ListaNumeros LI {
	padding-bottom: 10px;
	list-style-type: decimal;
}

OL.ListaNumeros LI LI {
	margin-left: 20px;
}










.Justify {
	text-align: justify;
}

.Center {
	text-align: center;
}

.Left {
	text-align: left;
}

.Right {
	text-align: right;
}

.VTop {
	vertical-align: top;
}

.VMiddle {
	vertical-align: middle;
}

.VBottom {
	vertical-align: bottom;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.FotoLeft {
	float: left;
	margin-right: 15px;
}

.FotoRight {
	margin-left: 15px;
	float: right;
}



.Color {
	color: #87B026;
}

.Color A {
	color: #87B026;
}

.LineaSep {
	font-size: 0;
	height: 1px;
	border-top: 1px solid #e5e5e5;
	line-height: 0;	
	padding-bottom: 15px;
	clear: both;
}

.Nota {
	font-size: 11px;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 15px;
}

.TituloFondo {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	background: #D5D5D5;
	padding: 5px 15px;
}
	
/* Estructura de la web */

	
/* Error */

.Error {
	margin: 50px 30px;
	background: url(/imagenes/error.gif) no-repeat right top;
	height: 300px;
}

.Error A {
	color: #87B026;
	text-decoration: underline;
} 

	
/* Indice */			
			
.Indice {
	font-size: 12px;
	margin: 10px auto;
	text-align: center;
	clear: both;
	overflow: hidden;
	zoom:1;
}

	.Indice .Contador {

	}
	
	.Indice .Paginas {
		margin: 0 auto;
		padding: 0;
		height: 1%;
		overflow: hidden;
		float: right;
	}

	.Indice .Paginas .Simbolo {
		float: left;
		padding: 0;
		color: #87B026;
	}
	
		.Indice .Paginas .Simbolo A {
			text-decoration: none;
			color: #87B026;
		}
	
	
	.Indice .Paginas .Texto {
		float: left;
		padding: 0 5px;
	}
	
		.Indice .Paginas .Texto A {
			color: #87B026;
			text-decoration: none;
		}
		
		.Indice .Paginas .Texto A:hover {
			color: #87B026;
			text-decoration: underline;
		}
	
	.Indice .Paginas .Numeros {
		color: #666;
		float: left;
		padding: 0 10px;
	}
	
		.Indice .Paginas .Numeros STRONG {
			color: #87B026;
		}
		
		.Indice .Paginas .Numeros A {
			color: #666;
			text-decoration: none;
		}
		
		.Indice .Paginas .Numeros A:hover {
			color: #87B026;
			text-decoration: underline;
		}				
				
/* Formulario */

	
.Formulario {
	padding-top: 10px;
}

.Formulario A {
	text-decoration: underline;
	color: #87B026;
}

	.Formulario FIELDSET {
		border: 1px solid #e2e2e2;
		padding: 0 20px 20px 20px;
		margin: 0;
		width: 525px;
	}
	
	.Formulario FIELDSET LEGEND {
		font-weight: bold;
		padding: 0 5px;
	}	
	
	.Formulario FIELDSET TABLE {
		width: 525px;
		margin-top: 10px;
	}	
	
		.Formulario FIELDSET TABLE.Interior {
			width: 100%;
			padding: 0;
			margin: 0;
		}		
	
	
	.Formulario TABLE {
		text-align: left;
	}
	
	.Formulario TABLE TD {
		padding: 2px 0;

	}
		
	.Formulario #BotonEnviar {
		margin-top: 5px;
		width: 130px;
	}
	
	.Formulario TEXTAREA {
		width: 425px;
		height: 100px;
		font-size: 11px;
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
		color: #666;
	}
	
	.Formulario TEXTAREA.TextSolicitud {
		width: 375px;
		height: 100px;
		font-size: 11px;
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
		color: #666;
	}
	
	.Formulario TEXTAREA.Text100 {
		width: 100%;
		height: 100px;
		font-size: 11px;
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
		color: #666;
	}
	
	.Formulario INPUT {
		font-size: 11px;
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
		color: #666;
	}

	.Formulario INPUT.CampoContacto {
		width: 425px;
	}
	
	.Formulario INPUT.CampoSolicitud {
		width: 375px;
	}
	
	.Formulario INPUT.CampoMedio, .Formulario SELECT.CampoMedio {
		width: 210px;
	}
	
	.Formulario INPUT.CampoCorto, .Formulario SELECT.CampoCorto {
		width: 150px;
	}
	
	.Formulario INPUT.CampoCorto1, .Formulario SELECT.CampoCorto1 {
		width: 120px;
	}
	
	.Formulario INPUT.CampoMini, .Formulario SELECT.CampoMini {
		width: 80px;
	}
	
	.Formulario INPUT.CampoExtraMini, .Formulario SELECT.CampoExtraMini {
		width: 50px;
	}
	
	.Formulario INPUT.CampoExtraMini1, .Formulario SELECT.CampoExtraMini1 {
		width: 20px;
	}

.Enviado {
	padding-top: 20px;
}

.Enviado P {
	text-align: center;
}	

.Enviado H2 {
	text-align: center;
}


/* Estructura web */	

.Contenedor {
	width: 900px;
	margin: 0 auto;
}
	
	.Contenedor .Top {
		height: 180px;
		width: 890px;
		overflow: hidden;
		margin: 0 auto;
	}
	
	.Contenedor .Menu {
		background: #87B026;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 13px;
		height: 35px;
		line-height: 35px;
		width: 860px;
		margin: 0 auto;
		padding: 0;
	}


	.Contenedor .Contenido {
		overflow: hidden;
		width: 860px;
		margin: 0 auto;
		border-bottom: 1px solid #CCCCCC;
	}
	
		.Contenedor .Contenido .SubmenuIzq {
			background: #666666;
			width: 240px;
			padding: 10px 10px 15px 10px;
			
		}

	
		.Contenedor .Contenido .ContenidoDcha {
			width: 570px;
			padding: 30px 0;
		}
		
		.Contenedor .Contenido .Indicadores {
			padding: 30px 0;
		}
		
			.Contenedor .Contenido .Indicadores .Superior {
				width: 570px;
				float: right;

			}
			
			.Contenedor .Contenido .Indicadores .Inferior {
				width: 860px;
				clear: both;
				padding-top: 10px;
				padding-bottom: 20px;
				overflow: hidden;
			}
		
			.Contenedor .Contenido .Indicadores .TablaInd {
				border: 1px solid #e2e2e2;
				margin-bottom: 20px;
			}
			
			.Contenedor .Contenido .Indicadores .TablaInd TD {
				border: 1px solid #e2e2e2;
				padding: 4px 5px;
			}
			
			.Contenedor .Contenido .Indicadores .TablaInd TD.Titulo {
				
				background: #EBEBEB;

			}
						
			.Contenedor .Contenido .Indicadores .TablaInd TH {
				border: 1px solid #fff;
				padding: 5px;
				background: #87B026;
				color: #FFF;
				font-weight: bold;
				
			}
			
	.Contenedor .Contenido .FotoMenu {
		width: 860px;
		height: 160px;
	}

	.Contenedor .Contenido .Navegacion {
		color: #666;
		font-size: 13px;
		background: #D5D5D5;
		padding: 5px 15px;
	}
	
		.Contenedor .Contenido .Navegacion A {
			text-decoration: none;
			font-weight: bold;
			color: #666;
		}

		.Contenedor .Contenido .Navegacion A:hover {
			text-decoration: underline;
		}
				
	.Contenedor .Contenido .Colaboradores {
		background: url(/imagenes/entidades_colaboradoras.gif) no-repeat;
		min-height: 110px;
		border-top: 1px solid #CCCCCC;
		padding-left: 180px;
	}

	.Contenedor .Pie {
		overflow: hidden;
		width: 860px;
		margin: 0 auto;
		text-align: center;
		padding-top: 10px;
		
	}

/* SUBMENÚ IZQUIERDA */	

.SubmenuIzq UL {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

	.SubmenuIzq UL LI {
		border-bottom: 1px solid #7E7D7C;
		line-height: 30px;
	}
	
	.SubmenuIzq UL LI.Ultimo {
		border-bottom: none;

	}
	
	.SubmenuIzq UL LI A {
		color: #FFF;
		text-decoration: none;
		display: block;
	}
	
	.SubmenuIzq UL LI A:hover {
		color: #ccc;
	}
	
	.SubmenuIzq UL LI A.Seleccionado {
		color: #333;
	}

/* HOME */

.Home {
	width: 860px;
	margin: 0 auto;	
	overflow: hidden;
	padding: 5px 0;
}

	.Home .HomeIzq {
		width: 545px;
		padding-right: 5px;
		border-right: 1px solid #CCC;
	}
	
		.Home .HomeIzq .NoticiaHome {
			margin-top: 10px;
			padding-bottom: 10px;
			border-bottom: 1px solid #CCC;
			overflow: hidden;
			width: 545px;
		}
		
			.Home .HomeIzq .NoticiaHome .Foto {
				float: left;
			}
			
			.Home .HomeIzq .NoticiaHome .Texto {
				margin-left: 230px;
			}
			
				.Home .HomeIzq .NoticiaHome .Texto A {
					text-decoration: none;
					color: #666;
				}
				
				
				.Home .HomeIzq .NoticiaHome .Texto A:hover {
					text-decoration: underline;
					color: #666;
				}
			
				.Home .HomeIzq .NoticiaHome .Texto H1 {
					line-height: 20px;
					padding-bottom: 5px;
				}
						
				.Home .HomeIzq .NoticiaHome .Texto P {
					line-height: 14px;
				}
				
		.Home .HomeIzq .Entidad A.Click A {

			text-decoration: none;
		}
		
		.Home .HomeIzq .Entidad {
		  margin: 20px auto;
		  margin-bottom: 0px;
		  width: 480px;
		  padding: 0px 20px 15px 40px;
		  background: #85B026 url(/imagenes/fondo-colaborador.gif) no-repeat;
		  height: auto!important; /* para los browsers buenos */
      		height: 140px; /* para IE5+ */
      		min-height: 140px; /* para los browsers buenos */

		}
		
		  .Home .HomeIzq .Entidad .Colaborador {
		    background: #FFF;
		    overflow: hidden;
		    width: 455px;
		    height: 110px;
		    padding: 15px;
		  }

    	.Home .HomeIzq .Entidad .LogoEntidad {
    		float: left;
    		width: 110px;
    		height: 110px;
    		border: 1px solid #e2e2e2;
    	}

    	.Home .HomeIzq .Entidad .DatosEntidad {
    		float: right;
    		color: #85B026;
    		font-size: 16px;
    		font-weight: bold;
    		width: 330px; 
        height: 120px;
    		padding-top: 0px;
    		border: 0;
    	}
  
      	.Home .HomeIzq A.Click .Entidad .DatosEntidad .Titulo {
    		line-height: 17px;
    		padding-bottom: 5px;
    		font-size: 14px;
    		color: #85B026;
    	}
    	
    	.Home .HomeIzq .Entidad .DatosEntidad A {
    		text-decoration: none;
    	}

    	.Home .HomeIzq .Entidad .DatosEntidad A:hover {
    		text-decoration: underline;
    	}

    	.Home .HomeIzq .Entidad .DatosEntidad P {
    		font-weight: normal;
    		font-size: 12px;
    		color: #666;
    		padding: 0;
    		margin: 0;
    		text-align: left;
    	}
    	
    	.Home .HomeIzq .Entidad .DatosEntidad A {
    		text-decoration: underline;
    	}
    	
		
		.Home .HomeIzq .GaleriaHome {
			margin: 0px 0 5px 0;
			height: 175px;
		}	
		
		
		.Home .HomeIzq .BoletinHome {
			height: 175px;
			
			width: 175px;
			margin: 0px 0 5px 0;
		}
	
	
	.Home .HomeDcha {
		width: 305px;
	}
	
		.Home .HomeDcha .ProximoEvento {
			padding: 0 10px 10px 10px;
		}
		
		.Home .HomeDcha .Video {
			height: 264px;
			margin-bottom: 5px;
		}
		
		.Home .HomeDcha .Banner {
			height: 100px;
			margin: 4px 0;
		}
		
			.Home .HomeDcha .Banner .ImgBanner {
				width: 115px;
				height: 100px;
				float: left;
				margin-right: 7px;
			}
			
			.Home .HomeDcha .Banner .TitBanner {
				color: #85B026;
				font-size: 20px;
				padding-top: 20px;
				line-height: 20px;
				font-weight: bold;
			}
			
				.Home .HomeDcha .Banner .TitBanner A {
					color: #85B026;
					text-decoration: none;
				}
				
				.Home .HomeDcha .Banner .TitBanner A:hover {
					color: #85B026;
					text-decoration: underline;
				}

			.Home .HomeDcha .Banner .TexBanner {
				color: #666;
				font-size: 16px;
				padding-top: 5px;
				line-height: 16px;
			}
			
				.Home .HomeDcha .Banner .TexBanner A {
					color: #666;
					text-decoration: none;
				}
				
				.Home .HomeDcha .Banner .TexBanner A:hover {
					color: #666;
					text-decoration: underline;
				}
				
	
		.Home .HomeDcha .LineaSepBanner {
			font-size: 0;
			height: 1px;
			border-top: 1px solid #ccc;
			line-height: 0;	
		}
		
		
    	

/* CONTENIDO ESTÁTICO */	
	

.Itinerario {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

	.Itinerario .Puesto {
		color: #85B026;
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 10px;
	}

	.Itinerario .DatosPuesto UL.Lista {
		text-align: justify;
		padding: 0 0 0px 20px;
		margin: 0;
		line-height: 16px;
	}	
	
	.Itinerario .DatosPuesto UL.Lista LI {
		padding-bottom: 0px;
	}	
	
	.Itinerario .MasInfo {
		text-align: right;
		font-weight: bold;
	}

	.Itinerario .MasInfo A {
		color: #85B026;
		text-decoration: none;
	}

	.Itinerario .MasInfo A:hover {
		color: #85B026;
		text-decoration: underline;
	}

.BotonInscribirme {
	background: #666;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	width: 220px;
	text-align: center;
	font-size: 15px;
	margin: 10px auto;
}

.BotonInscribirme A {
	background: #666;
	color: #FFF;
	display: block;
	text-decoration: none;

}

.TituloItinerario {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #666;	
	padding-bottom: 10px;
}

.Entidad {

	margin-bottom: 20px;
	width: 570px;
	
	 height: auto!important; /* para los browsers buenos */
     height: 120px; /* para IE5+ */
     min-height: 120px; /* para los browsers buenos */
	
}

	.Entidad .LogoEntidad {
		float: left;
		width: 110px;
		height: 110px;
		border: 1px solid #e2e2e2;
	}

	.Entidad .DatosEntidad {
		float: right;
		color: #85B026;
		font-size: 16px;
		font-weight: bold;
		width: 440px;
		border-bottom: 1px solid #e2e2e2;
	
	 height: auto!important; /* para los browsers buenos */
     height: 120px; /* para IE5+ */
     min-height: 120px; /* para los browsers buenos */
		padding-top: 0px;
	}
	
	.Entidad .DatosEntidad A {
		text-decoration: none;
	}
	
	.Entidad .DatosEntidad A:hover {
		text-decoration: underline;
	}
	
	.Entidad .DatosEntidad P {
		font-weight: normal;
		font-size: 12px;
		color: #666;
	}


/*########## Formulario #############*/


.Formulario {

}
	
	.Formulario FIELDSET {
		padding: 0.9em;
		border: 1px solid #E2E2E2;
		margin: 0;
		width: 540px;
	}
	
		.Formulario FIELDSET LEGEND {
			padding: 0.2em 0.5em;	
			margin: 0;
			font-weight: bold;
			color: #666;	
		}
	
	.Formulario TABLE {
		margin: 5px auto;
	}
	
		.Formulario TABLE .Campo {
			width: 400px;
		}



/* Listado de Eventos */	
	
				
	.Evento {
		margin-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e5e5e5;
	}

		.Evento .Titulo {
			font-size: 18px;
			font-weight: bold;
			color: #85B026;
		}
		
		.Evento .Fecha {
			font-size: 14px;
			color: #666;
			padding-bottom: 7px;
			font-weight: bold;
		}
				
		.Evento .Dato {
			
		}

/* Listado de Noticias */	
		
		.Noticia {
			overflow: hidden;		
			width: 570px;
			margin-bottom: 15px;
		}
			
			.Noticia .Foto {
				font-size: 14px;
				font-weight: bold;	
				width: 225px;
				height: 125px;
			}
			
			.Noticia .Datos {	
				width: 330px;
			}
			
			.Noticia .Datos .Fecha {
				text-align: left;
				font-size: 11px;
				padding-bottom: 5px;
			}
									
			.Noticia .Datos .Titular {
				font-size: 14px;
				font-weight: bold;	
				line-height: 14px;
				padding-bottom: 5px;
			}
			
				.Noticia .Datos .Titular A {
					text-decoration: none;
				}
				
				.Noticia .Datos .Titular A:hover {
					text-decoration: underline;
				}
			
			.Noticia .Datos .Texto {
				line-height: 13px;
				text-align: justify;
			}
	
			.Noticia .Datos .Mas {
				font-weight: bold;
				padding-top: 5px;
				font-size: 12px;
				line-height: 13px;
				
			}	
			
				.Noticia .Datos .Mas A {
					color: #85B026;
					text-decoration: underline;
				}

/* Desarrollo de Noticia */		

		.DesarrolloNoticia {
			padding-bottom: 15px;
		}		

			.DesarrolloNoticia .Foto {

				padding-bottom: 5px;
			}	
			
			.DesarrolloNoticia .GaleriaNoticia {
				clear: both;
				overflow: hidden;
				zoom:1;
				margin: 10px 0;
			}	
			
				.DesarrolloNoticia .GaleriaNoticia .MiniFoto {
					float: left;
					margin-right: 10px;
					margin-bottom: 10px;
					width: 71px;
					height: 71px;
					cursor: pointer;
				}	
			
			.DesarrolloNoticia .Fecha {
				text-align: left;

			}
			
			.DesarrolloNoticia .Titulo {
				font-size: 18px;
				padding-bottom: 10px;
				color: #85B026;			
			}	
			
			.DesarrolloNoticia .Entradilla {
				line-height: 15px;
				font-weight: bold;
				text-align: justify;
				padding-bottom: 10px;
			}			
			
			.DesarrolloNoticia .Texto {
				line-height: 15px;
				padding-bottom: 10px;
				text-align: justify;
			}			

			.DesarrolloNoticia .Pdf {
				background: url(/imagenes/pdfmini.gif) no-repeat;
				padding-left: 30px;
				height: 25px;
				line-height: 25px;
				margin-bottom: 10px;
			}
			
				.DesarrolloNoticia .Pdf A {
					text-decoration: underline;
					color: #666;
				}
	
			.MasNoticias {
				text-align: right;
				font-size: 12px;
				color: #666;
				padding-top: 4px;
				border-top: 1px solid #e5e5e5;
			}

				.MasNoticias A {
					color: #666;
					text-decoration: none;
				}
				
				.MasNoticias A:hover {
					color: #85B026;
					text-decoration: underline;
				}

	
/* Datos de contacto */	
		
		.DatosContacto {
			overflow: hidden;		
			width: 570px;
			margin-bottom: 15px;
		}
			
			.DatosContacto .Foto {
				font-size: 14px;
				font-weight: bold;	
				width: 310px;
				height: 125px;
			}
			
			.DatosContacto .Datos {	
				width: 240px;
			}
						
			.DatosContacto .Datos .Titular {
				font-size: 14px;
				font-weight: bold;	
				line-height: 14px;
			}
			
			.DatosContacto .Datos .Texto {
				line-height: 14px;
				text-align: justify;
				padding-top: 10px;
			}
	
			.DatosContacto .Datos .Mas {
				font-weight: bold;
				padding-top: 10px;
				font-size: 12px;
				line-height: 13px;
				
			}	
			
				.DatosContacto .Datos .Mas A {
					color: #85B026;
					text-decoration: underline;
				}
	
	
.Fondo {
	background: #F3F3F3;
	padding: 15px 15px 0 15px;
	margin-bottom: 20px;
}	
	
	
.ItinerarioAmpliado {
	clear: both;
}

	


.ItinerarioAmpliado UL {
	text-align: justify;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	list-style: disc;
}


.ItinerarioAmpliado UL LI {
	padding-bottom: 5px;
}	
	

	
	





.TablaColaboradores {
	margin: 0 auto;
}

.TablaColaboradores TD {
	width: 190px;
	height: 115px;
	text-align: center;
	font-size: 20px;
	width: 180px;
	height: 100px;
	vertical-align: middle;
}

	
	.TablaColaboradores TD A {
		text-decoration: none;
		color: #666;
		display: block;
		background: #D5D5D5;
		padding: 30px 10px;

	

	}
	
	.TablaColaboradores TD A:hover {
		background: #85B026;
		color: #FFF;
	}


.TablaGaleria {
	margin: 0 auto;
}

.TablaGaleria TD {
	width: 290px;
	height: 115px;
	text-align: center;
}

	.BotonGaleria {
		font-size: 20px;	
		line-height: 100px;
		text-align: center;	
		width: 270px;
		margin-bottom: 30px;
		margin: 0 auto;
	}
	
	.BotonGaleria A {
		text-decoration: none;
		color: #666;
		display: block;
		background: #D5D5D5;
	}
	
	.BotonGaleria A:hover {
		background: #85B026;
		color: #FFF;
	}
	
	.BotonSolicitud {
		font-size: 22px;	
		text-align: center;	
		width: 270px;
		margin-bottom: 30px;		
	}
	
	.BotonSolicitud A {
		text-decoration: none;
		color: #666;
		display: block;
		background: #D5D5D5;
		padding: 10px 0;
	}
	
	.BotonSolicitud A:hover {
		background: #85B026;
		color: #FFF;
	}
	
		.BotonSolicitud .Explicacion {
			font-size: 11px;	
			line-height: 13px;
			padding: 0 30px;
		}

.TablaSolicitudes {
	margin: 0 auto;
	width: 570px;
}

.TablaSolicitudes TD {
	width: 190px;
	vertical-align: top;
}			

.BotonSol {
		font-size: 13px;	
		text-align: center;	
		width: 175px;
		margin-bottom: 30px;	
		font-weight: bold;	
	}
	
	.BotonSol A {
		text-decoration: none;
		color: #666;
		display: block;
		background: #D5D5D5;
		height: 105px;
		padding: 10px;
		
	}
	
	.BotonSol A:hover {
		background: #85B026;
		color: #FFF;
	}
	
		.BotonSol .Explicacion {
			font-size: 10px;	
			padding: 5px 10px;
			line-height: 13px;
		}
	


A.BannerHerramientas1 {
	width: 305px;
	height: 80px;
	background-image: url(/imagenes/banner-mapa-de-equipamientos.gif);
	text-indent: -10000px;
	display: block;
	margin-bottom: 1px;
	cursor: pointer;
}

A.BannerHerramientas2 {
	width: 305px;
	height: 80px;
	background-image: url(/imagenes/banner-guia-discapacidad.gif);
	text-indent: -10000px;
	display: block;
	margin-bottom: 1px;
	cursor: pointer;
}

A.BannerHerramientas3 {
	width: 305px;
	height: 80px;
	background-image: url(/imagenes/banner-guia-mujeres.gif);
	text-indent: -10000px;
	display: block;
	margin-bottom: 1px;
	cursor: pointer;
}

A.BannerHerramientas4 {
	width: 305px;
	height: 90px;
	background-image: url(/imagenes/banner-descarga-videos.jpg);
	text-indent: -10000px;
	display: block;
	margin-bottom: 1px;
	cursor: pointer;
}

A.BannerHerramientas5 {
	width: 305px;
	height: 85px;
	background-image: url(/imagenes/banner-resultados.jpg);
	text-indent: -10000px;
	display: block;
	margin-bottom: 1px;
	cursor: pointer;
}

A.EnlaceVideo {
	background: url(/foro/imagenes/icono_video.gif) no-repeat left center;
	line-height: 18px;
	padding-left: 25px;
	color: #FF0000;
}
	
	
	
	
	
	
	
	
	
	
