html,body {
	margin:0;
	margin-top:5px;
	padding:0;
	height:100%;
    background: url(../imagenes/fondo3.jpg); 
    margin-right: auto;
    margin-left: auto;
	overflow:none; 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
/***************** MENU ********************/
/*
#menu {
	width:100%; 
	background:#777461; 
	border:1px solid #000; 
	text-align:center;
	position:fixed;
	left:0px;
	top:0px;
	color:white;
	margin:0 auto 0 auto;
}*/

#menu {
	width:100%; 
	text-align:center;
	/*background:green; */
	position:absolute;
	top:0;
	left:0;
	background-color:#009933;
	margin:0 auto 0 auto;
	border:1px solid #000;
}

html>body #menu {
  position:fixed;
} 

#menu a{
    color: white;
    text-decoration: none;
}


/**************** CUERPO *****************/
/*
#principal { 
	position:absolute;
	left:10px;
	width:740px;
	z-index:2;	     
}
*/
#principal {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:auto;
}
html>body #principal {
  position:static;
  top:auto;
  left:auto;
  width:auto;
  height:auto;
  overflow:visible;
}

#cuerpo{
	width:740px;
	text-align:left;
}
/******** CUERPO SOCIOS ********/
.socios{ 
    float:left;
	width:720px;
	/*insertado por raa
	Intento poner el resumen arriba de la página
	position:absolute;*/
	margin-top:100px;
	}
.socio{
    float:left;
	width:350px;
	height:250px;
	border-spacing: 0px;
	border-style: groove;
	border-width: 1px; 
	background-image: url(../imagenes/escudoArquerosDeLugones_200x_difuminada.jpg);
}

.resumen {clear:left;
	width:720px;
	text-align: center;
	/*insertado por raa
	Intento poner el resumen arriba de la página*/
	position:absolute;
	top:150px;
	left:150px;
}

.articulos{ 
		float:left;
		width:100%;
}
.articulo{
		float:left;
		width:99.7%;
		border-spacing: 1px;
		border-style: groove;
		border-width: 1px; 
		background-color:#FFFFCC;
}
.cabeceraArticulo {clear:left;
		width:100%;
		text-align: center;
}
.textoArticulo {clear:left;
		margin-left:10px;
		text-align: left;
		display: none;
}
.pieArticulo {
		clear:left;
		width:100%;
		text-align: center;
}

p {margin-top: 0;}

.textoPeque{
	font-size:0.75em;
}

#footer{
	clear:left;
	width:100%;
	text-align: center;	
 }

#tabmenu {
	color: #000;
	border-bottom: 2px solid black;
	margin: 12px 0px 0px 0px; 
	padding: 0px;
	z-index: 1;
	padding-left: 10px 
}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
}

#tabmenu li .activo{
	display: inline;
	overflow: hidden;
	list-style-type: none; 
	background: green;
}

#tabmenu a, a.active {
	color: white;
	background: seagreen;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 2px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; 
}

#tabmenu a.active {
	border-bottom: 3px solid #ABAD85; 
}

#tabmenu a:hover {
	color: #fff;
	background: #ADC09F; 
}

#tabmenu a.active:hover {
	background: #ABAD85;
	color: #DEDECF; 
}

#contenidoEnlaces {
	padding: 20px;
	border-top: none;
	z-index: 2;
}
.enlaces{
	float:left;
	clear:left;
	width:100%;
}
.enlace{
	width:49.5%;
	border-style: outset;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
}

#pieEnlaces{
	clear:left;
	text-align: center;
}

.textoBlanco{
	color:white;
}

.textoAzul{
	color:#0000FF;
}

.titular{
	background: #FFFFBB;
}

.texto{
//    font: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.textoDesc{
//    font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align:right;
}

.textoRojoB{
//    font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:red;
    font-weight: bold;
}

.tituloNegroB{
    font-weight: bold;
}