.contenedor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 980px;
	text-align: left;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
}
body {
	text-align: center;
	padding-top: 10px;
	font-size: 10px;

}
.cabecera {
	height: 120px;
	border: 1px solid #000066;
}
.menu_principal {
	height: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contenido {
	width: 980px;
}
.menu_principal a {
	font-size: 10px;
	font-weight: bold;
	background-color: #990033;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	width: 195px;
	color: #FFFFFF;
	display: block;
	float: left;
	margin-right: 4px;
	text-decoration: none;
}
.fotos {
	background-color: #FFFED2;
	float: left;
	width: 760px;
	padding: 5px;
}
.barra_lateral {
	background-color: #E6FFEC;
	float: right;
	width: 190px;
}
.fin {
	clear: both;
}
.eventos {
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	padding: 5px;
	margin-bottom: 5px;
	height: 180px;
}
.foto {
	float: left;
	border: 1px solid #990000;
	margin-right: 10px;
}
.galeria {
	overflow: auto;
	height: 120px;
	background-color: #FFFFFF;
	width: 760px;
	clear: both;
}
.miniatura {
	background-color: #CCCCCC;
	width: 120px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	text-align:center;
}
.miniaturas {
	width:1300px;
	padding: 5px;
}
.forms {
	float: left;
	width: 400px;
	border: 1px dashed #990033;
	text-align: left;
	padding: 5px;
	margin-right: 5px;
}
