/* GALERIA */
#Buscar {

	}

#Galeria {
	width: 100%;
	float: left;
	margin: 0px 0px;
	}
	
#GaleriaInterna {
	float: left;
	border: 1px solid silver;
	background-color: white;
	-moz-border-radius: 5px;
	text-align: center;
	width: 980px;
	}

	#Galeria #eswLinkRegresar {
		font-size: 12px;
		text-align: center;
		background-color: white;
		padding: 5px;
		background: #FFF url(/images/cabecera.png) repeat-x scroll top left; 
		}
		
		#Galeria #eswLinkRegresar a {
			text-decoration: none;
			color: orange;
			}
			
			#Galeria #eswLinkRegresar a:hover {
				color: salmon;
				}
	
	#GaleriaInterna #eswLinkRegresar {
		font-size: 12px;
		text-align: center;
		background-color: white;
		padding: 5px;
		background: #FFF url(/images/cabecera.png) repeat-x scroll top left;
		margin-top: 10px;
		}
		
		#GaleriaInterna #eswLinkRegresar a {
			text-decoration: none;
			color: #0088CC;
			}
			
			#GaleriaInterna #eswLinkRegresar a:hover {
				color: #376A84;
				}
	
	#Galeria .eswCategoria {
		margin: 0 3px 0px 0px;
		float: left;
		border: 1px solid silver;
		background-color: white;
		-moz-border-radius: 5px;
		text-align: justify;
		width: 240px;
		text-align: center;
		min-height: 360px;
		}
		
		.eswCategoria .eswInfoCategoria .eswTituloCategoria {
			font-size: 12px;
			background: transparent url(/images/box_header_bg.png) repeat-x scroll left top;
			width: 100%;
			height: 25px;
			margin: 15px 0px 10px 0px;
			border-bottom: 1px solid #D9D9D9;
			font-weight: normal;
			line-height: 10px;
			}
		
		.eswCategoria .eswPortadaCategoria {
			margin-top: 5px;
			}
			
		.eswCategoria .eswInfoCategoria .eswDescripcionCategoria {
			text-align: justify;
			padding: 0px 10px;
			min-height: 110px;
			font-size: 11px;
			}
			
		#eswCategoria-7 .eswInfoCategoria, #eswCategoria-4 .eswInfoCategoria, #eswCategoria-2 .eswInfoCategoria, #eswCategoria-11 .eswInfoCategoria {}
			
			
			.eswCategoria .eswPortadaCategoria img {
				border: 0px;
				background-color: #fff;
				padding: 5px;
				}
		
			.eswCategoria .eswInfoCategoria .eswLinkCategoria {
				display: none;
				}
/* LISTA DE EVENTOS */
	#Galeria .eswEvento {
		margin: 10px;
		}
		
		#Galeria .eswEvento .eswInfoEvento {
			padding: 10px;
			background-color: #f7f7f7;
			float: left;
			margin: 0px 0px 5px 0px;
			border: 1px solid gray;
			}
			
			#Galeria .eswEvento .eswInfoEvento .eswTituloEvento {
				float: right;
				width: 740px;
				text-align: left;
				padding: 0px;
				border-bottom: 1px solid silver;
				margin-bottom: 5px;
				height: 26px;
				font-size: 12px;
				padding: 0px 5px;
				}
			
				#Galeria .eswEvento .eswInfoEvento .eswTituloEvento a {
					text-decoration: none;
					}
					
					#Galeria .eswEvento .eswInfoEvento .eswTituloEvento a:hover {
						text-decoration: underline;
						}
			
			#Galeria .eswEvento .eswInfoEvento .eswNoImagen {
				width: 180px;
				float: left;
				height: 100px;
				}
			
			#Galeria .eswEvento .eswInfoEvento .eswPortadaEvento {
				float: left;
				max-width: 180px;
				}
				
				#Galeria .eswEvento .eswInfoEvento .eswPortadaEvento img {
					border: none;
					}
			
			#Galeria .eswEvento .eswInfoEvento .eswDescripcionEvento {
				float: left;
				width: 745px;
				text-align: justify;
				font-size: 12px;
				margin-left: 10px;
				}
				
			#Galeria .eswEvento .eswInfoEvento .eswFechaEvento {
				float: right;
				margin-top: 10px;
				font-size: 9px;
				}
				
			#Galeria .eswEvento .eswInfoEvento .eswLinkEvento,
			#Galeria .eswEvento .eswInfoEvento .eswCantFotosEvento {
				display: none;
				}


/* LISTA DE EVENTOS */

/* FOTOS DEL EVENTO */

	#GaleriaInterna .eswDescEvento {
		background-color: white;
		padding: 10px;
		width: 560px;
		margin: 0px auto;
		text-align: justify;
		}
	
	#GaleriaInterna .eswFotoThumbnail {
		display: inline;
		margin: 0 1px;
		}
		
		#GaleriaInterna .eswFotoThumbnail img {
			border: 0px;
			background-color: white;
			padding: 5px;
			margin: 5px;
			} 
			
	#GaleriaInterna .paginationControl , #CalendarioEventos .paginationControl {
		font-size: 12px;
		background: transparent url(/images/box_header_bg.png) repeat-x scroll left top;
		width: 100%;
		height: 25px;
		margin: 15px 0px 0px 0px;
		border-bottom: 1px solid #D9D9D9;
		font-weight: normal;
		line-height: 10px;
		float: left;
		}
		
	#Galeria .paginationControl {
		font-size: 12px;
		width: 100%;
		height: 25px;
		margin: 15px 0px 0px 0px;
		font-weight: normal;
		line-height: 10px;
		float: left;
		text-align: center;
		}
		
		#GaleriaInterna .paginationControl a , #CalendarioEventos .paginationControl a{
			text-decoration: none;
			}
			
			#GaleriaInterna .paginationControl a:hover , #CalendarioEventos .paginationControl a:hover {
				text-decoration: line-through;
				}	
	
	#GaleriaInterna .eswTituloEvento {
		font-size: 12px;
		text-align: left;
		font-size: 16px; 
		width: 400px;
		padding: 10px;
		margin: 15px 0px 10px 0px;
		border-bottom: 4px double #D9D9D9;
		font-weight: normal;
		line-height: 10px;
		}
		
	#Galeria #eswTituloEvento {
		font-size: 12px;
		background: transparent url(/images/box_header_bg.png) repeat-x scroll left top;
		width: 100%;
		height: 25px;
		margin: 15px 0px 0px 0px;
		border-bottom: 1px solid #D9D9D9;
		font-weight: normal;
		line-height: 10px;
		text-align: center;
		}
	
	#GaleriaInterna .eswFechaEvento {
		font-size: 11px;
		text-align: center;
		margin: 5px 0px;
		}
		
/* FOTOS DEL EVENTO */


/* FOTOS VER */
	#GaleriaInterna .eswFoto {
		text-align: center;
		}
		
		#GaleriaInterna .eswFoto img {
			background-color: white;
			padding: 5px;
			border: none;
			margin-top: 10px;
			}
	
	
/* FOTOS VER */

form {
	margin-bottom: 10px;
	}
