/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #B2A9A9;
	color: #DAD1C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
img {
	border: 0;
}
a {
	color: #DAD1C0;
	text-decoration: none;
}
h1 {
	float: left;
	font-size: 1em;
	margin: 0 0 0 40px;
	color: #fff;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.3em;
}

#content {
	width: 850px;
	margin: auto;
	height: 850px;
	background: url(../images/background2012.jpg) no-repeat;
}

#header {
	width: 800px;
	float: left;
	margin: 35px 0 50px 50px;	
	position: relative;
	_left: -50px;
}
#header p{
	float: left;

}

#content-left {
	width: 200px;
	float: left;
	margin-left: 40px;
}
#menu {
	list-style-type: none;
	margin: 20px 0 0 5px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 1.2em;
	position: relative;
	_left: -40px;
	font-weight: bold;
}
#menu a{
	border-top: #6A7477 1px solid;
	display: block;
	width: 170px;
	padding: 5px;
	color: #000000;
}
#menu a:hover{
	background: url(../images/sombra.png) no-repeat;
	_background: #6B7578;
}
.seleccionado a{
	background: url(../images/sombra.png) no-repeat;
	_background: #6B7578;
	color: #DAD1C0 !important;
}

#content-right {
	width: 500px;
	float: left;
	margin: 50px 0 0 20px;
	_margin: 50px 0 0 -20px;
}

#imagenes {
	text-align: center;
	margin: 70px 0 0 -15px;
	*margin: 95px 0 0 -15px;
	position: relative;
	_left: -50px;
}
#imagenes img{
	margin-bottom: 10px;
}

.participa {
	color: #000000;
	font-size: 1.7em;
}
.participa img{
	position: relative;
	bottom: -5px;
}

#texto {
	width: 540px;
	height: 350px;
	overflow: auto;
	padding: 0 10px 0 0;
}
