@import url("default.css");
#banner {
	background: inherit;
	height:0;
	padding: 10px 0 0 0;
	
}
#content {
/* 	float: right; */
	width: 100%;
	
}
h1 {
	margin-top:-20px;
	margin-right:12px;
	text-align:right;
	
}
/* estilos de la galeria de imagenes */
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
min-height:600px;
}

.thumbnail img{
border: 2px solid #555;
margin: 0px 15px 10px 0;
padding:2px;
}

.thumbnail:hover{
background-color: transparent;
text-decoration:none;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #222;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
/* para imagenes horizontales */
.thumbnail:hover .s1{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 400px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
/* Para imagenes verticales */
.thumbnail:hover .s2{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 450px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.serie {
	font-weight:bold;
	color:#999;
	text-align:center;
	display:block;
	text-decoration:none;
}
.titulo {
	font-weight:normal;
	color: #fff;
	margin-top:4px;
	text-align:center;
	display:block;
	text-decoration:none;
}
/* menu galerias */
#menu_galeria {
	border: 1px solid #333;
	height:30px;
}
#menu_galeria ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style:none;
	line-height: normal;
}

#menu_galeria li {
	display: block;
	float: left;
}

#menu_galeria a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: lowercase;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0099FF;
}

#menu_galeria a:hover { 
	text-decoration: underline; 
	color:#FFD54A; /*#48ACDE;*/
}

#menu_galeria .current_page_item a {
	color:#FFD54A;/* #48ACDE;*/
}

#galeria {
	margin: 10px 0 20px 0;
}
/* Eventos */
#eventos {
	position: relative;	
	margin:10px 0 0 0 ;
	border: 3px solid #333;
	text-align: center;
	padding: 0;
	width:795px;
	}

