body{
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
	background-color: #CECACA;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}
ul{
	list-style-type: none;
	margin: 0px;
	font-size: 12px;
	line-height: 25px;
	padding: 0px;
}
p{
	margin: 0px;
	padding: 0px;
}
h1{
	color: #A61A1A;
	font-size: 15px;
	margin: 0px;
	padding-top: 20px;
}
h2{
	color: #A61A1A;
	font-size: 13px;
	margin: 0px;
	padding: 15px 0px 0px;
	
}
h3{
	font-size: 11px;
	margin: 10px 0 0;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
.contenedor{
	width: 762px;
	margin-left: auto;
	margin-right: auto;
}

.arriba{
	background: url(../images/cabecera.jpg) no-repeat;
	height: 104px;
	text-align: center;
	padding-top: 35px;
}

.cuerpo{
	background: url(../images/lineas.gif) repeat-y;
}

.menu{
	float: left;
	padding: 20px 0px 0px 40px;
	position: relative;
	z-index: 25;

}
.enlace{
	font-weight: bold;
	text-decoration: none;

}
	a.enlace:link{
		text-decoration: none;
		color: #000000;
}
	a.enlace:hover{
		text-decoration: none;
		color: #A61A1A;
	}
	a.enlace:active{
		text-decoration: none;
		color: #A61A1A;
	}
	a.enlace:visited{
		text-decoration: none;
		color: #000000;
	}
.seleccionado{
	font-weight: bold;
	text-decoration: none;
	color: #A61A1A;
}
	
.separador{
	border-left: 2px solid #A61A1A;
	float: left;
	height: 250px;
	margin: 15px 20px 20px 10px;
}
.texto{
	font-size: 11px;
	text-align: justify;
	padding: 0px 20px 0px 0px;
	position: relative;
	z-index: 20;
}

.texto p{
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-top: 10px;
}
.socios{
	color: #000000;
}
.tira{
	clear: left;
	margin: 0px 0px 0px 14px;
}
.tira img{
	padding: 0px 0px 0px 5px;
}

.direccion{
	text-align: center;
	font-size: 9px;
	padding: 15px 0px 0px 0px;
}
.mail{
	text-decoration: none;
	color: #000000;
}
.abajo{
	background: url(../images/fin.jpg) no-repeat;
	height: 30px;
	clear: both;
}
