
@charset "utf-8";
/* CSS Document */

/* RESET */
*
{
	margin: 0;
	padding: 0;
	border: none;
}

body
{
	background: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 8pt;
	color: #333;
	text-align: justify;
}

p
{
	line-height: 1.5em;
}

ul
{
	list-style: none;
}

a
{
	color: #333;
	pointer: cursor;
	text-decoration: none;
}

h1
{
	margin: 1em auto;
	font-size: 8pt;
}

.volver
{
	float: right;
	margin: 1em auto;
}

	.volver:hover
	{
		color: #0099CC;
		text-decoration: underline;
	}

.banner
{
	border: #333 solid 1px;
	padding: 1px;
	cursor: pointer;
	margin-bottom: 1em;
}	

/* CONTENEDOR */
#contenedor
{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	background: #FFF;
}

/* HEADER */
#header
{
	width: 1000px;
	height: 140px;
	clear: both;
}

/* MENU */
#menu
{
	/* ANCHO: 150px */
	width: 120px;
	float: left;
	padding: 0 15px;
	font-size: 8pt;
}	

	#menu ul li
	{
		margin: 0.5em auto;
		border-bottom: #CCC dotted 1px;
		padding-bottom: 5px;
	}
	
	#menu ul li:last-child
	{
		border-bottom: none;
		margin-bottom: 0;
	}
	
		#menu ul li a
		{
			display: block;
		}
		
		#menu ul li a:hover
		{
			border-right: #0099CC solid 2px;
			color: #0099CC;
		}
	
/* CONTENIDO */
#contenido
{
	/* ANCHO: 652px */
	width: 622px;
	float: left;
	padding: 0 15px;
	padding-bottom: 10px;
}

/* HISTORIA */
#historia {}

	#historia p
	{
		margin-bottom: 1em;
	}

	#historia .der
	{
		float: right;
		margin-left: 1em;
		padding: 1px;
		border: #CCC solid 1px;
	}
	
	#historia .izq
	{
		float: left;
		margin-right: 1em;
		padding: 1px;
		border: #CCC solid 1px;
	}
	
/* COMISION */
#comision {}

	#comision ul 
	{
		padding-left: 1em;
	}

	#comision ul li 
	{
		margin: 1em auto;
		background: url(../img/li.gif) no-repeat left center;
		padding-left: 25px;
	}

	#comision ul li span
	{
		font-weight: bold;
	}

/* CALENDARIO */
#calendario{}

	#calendario table
	{
		border-collapse: collapse;
	}
	
		#calendario table tr
		{
			border-bottom: #CCCCCC dotted 1px;
		}
	
		#calendario table tr:last-child
		{
			border: none;
		}
		
		#calendario table .titulo
		{
			font-weight: bold;
			background: #F7F7F7;
			border-bottom: #CCC solid 1px;
		}
	
		#calendario table td
		{
			padding: 5px;
		}	
		
		#calendario table .pasado
		{
			text-decoration: line-through;
		}
		
/* FOTOGRAFIAS */
#fotografias
{
}

	#fotografias ul
	{
		overflow: hidden;
	}

		#fotografias ul li
		{
			float: left;
			margin-right: 2.48em;
			margin-bottom: 2.48em;
		}
		
		#fotografias ul li:last-child
		{
			margin: 0;	
		}
		
		#fotografias ul li a img
		{
			padding: 1px;
			border: #333 solid 1px;
		}
		
		#fotografias ul li a:hover img
		{
			padding: 0;
			border: #333 solid 2px;	
		}
	
	/* GALERIA */
	#galeria
	{
		margin-left: -1em;
	}
	
	#tooltip{
		position: absolute;
		border: 2px solid #74B9FC;
		background: #FFF;
		padding: 2px 5px;
		color: #333;
		display: none;
	}
	
/* CONTACTO */
#contacto {}

	#contacto ul li
	{
		margin: 1em auto;
	}

/* SIDEBAR */
#sidebar
{
	/* ANCHO: 198px */
	width: 168px;
	float: right;
	padding: 0 15px;
}

	#sidebar .banner
	{
		padding: 3px;
		border: #666 solid 1px;
		margin-bottom: 1em;
	}

/* FOOTER */
#footer
{
	width: 1000px;
	clear: both;
	margin: 0 auto;
	padding: 1em 0;
	border-top: #74B9FC 1px solid;
	text-align: center;
	color: #FFFFFF;
}

	#footer p a
	{
		color: #0099CC;
	}
	
	#footer p a:hover
	{
		text-decoration: underline;
	}
	
/* INFINITO */
#infinito
{
	width: 1000px;
	overflow: hidden;
	margin: 0em auto;
}

	#infinito img
	{
		float: right;
	}