		body{
			text-align:center;
			background-color:#938469;
			font-family:verdana;
			font-size:10px;
			margin-top:60px;
		}
		#cabecera{
			background-image: url(../img/cabecera.jpg);
			background-repeat: no-repeat;
			background-color:#696035;
			border:1px solid black;
			width:700px;
			height:68px;
			margin-bottom:10px;
		}
		#marco{
			background-image: url(../img/fondo.jpg);
			background-repeat: no-repeat;
			background-color:#696035;
			border:1px solid black;
			width:700px;
			height:307px;
			margin-bottom:15px;
			text-align:left;
		}
		
/*/ Estilos del menu /*/
		#menu{
			background-image: url(../img/menu.jpg);
			background-repeat: no-repeat;
			background-color:#696035;
			width:700px;
			height:30px;
			padding-left:10px;
			border:1px solid black;
		}
		#menu li{
			float:left;
			margin-top:7px;
			margin-right:10px;
		}
		#menu a{
			text-decoration:none;
			color:white;
			font-weight:bold;
		}
		#menu a:hover{
			text-decoration:none;
			color:#000000;
			font-weight:bold;
		}
		#menu img{
			border:0px;
			margin-top:4px;
			margin-right:8px;
			float:left;
		}
/*/ Fin estilos del menu /*/
		
		
/*/ Estilos del menu de miembros /*/		
		#members{
			text-align:left;
			float:left;
			margin-top:30px;
		}
		#members table{
			background-color:#938469;
			border:1px solid black;
			margin-left:30px;
			width:100px;
		}
		#members td{
			padding:8px;
		}
		.tit{
			background-color:#463E34;
			color:white;
			font-size:10px;
			font-weight:bold;
			text-align:center;
		}
		#members a{
			text-decoration:none;
			color:black;
			font-size:10px;
			font-weight:bold;
		}
		#members a:hover{
			text-decoration:none;
			color:white;
			font-weight:bold;
		}
/*/ Fin estilos del menu de miembros /*/

/*/ Estilo de datos /*/ 
		#datos{
			background-color:#938469;
			border:1px solid black;
			height:250px;
			width:500px;
			margin-top:30px;
			margin-right:20px;
			float:right;
			padding:20px;			
		}
		.p1{
			width:140px;
			float:left;
			border-right:1px solid black;
			margin-right:40px;			
		}
		.p2{
			width:130px;			
		}
		.float{
			float:right;
			margin-right:10px;
		}
		
		/*/ copy /*/
		h6{
			font-size:9px;
			color:#625845;
		}
		h6 a{
			text-decoration:none;
			color:#625845;
		}
		h6 a:hover{
			color:#CCB998;
		}
		
		/*/ fin copy /*/ 
		
		