body{
	background-image: url(../images/page/fondo.jpg);
	background-repeat: repeat-y; 
	background-position: center;
	font: 12px arial, tahoma;
	color: #333333;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: left;
	width: 990px;	
	margin-left: auto; 
	margin-right: auto;
} 

.inicio, .inicio h1 {
	font: 11px tahoma, arial;
	color: #be9b35;
	height: 22px;
	text-align: right;
	vertical-align:middle;
	margin:0px;
	padding:0px;  
}
.inicio h1 {
	height: 17px;
	padding-top:5px;
}
.inicio a {
	color: #be9b35;
}

.cabecera{
	width: 990px;
	height: 218px;
}
table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
a {
	color: #87620a;	
}
a:hover { 
	color: #003333; 
	text-decoration: underline;
}

a u { color:#804000; }

a:hover  u { color:#003333; }

img { border: 0px solid; }

.footer{
	background-image: url(../images/page/footer.jpg);
	background-position:top;
	background-repeat: no-repeat; 
	width: 990px;
	height: 25px;
	margin: 20px 0px 0px 0px;
	text-align:center;
}  

.footertxt{
	font: 11px tahoma, arial;
	height: 24px;
	text-align: center;
	color: #666666;
	vertical-align:top;
} 
.footertxt a{
	color: #666666;
}  

.more  { 
	font: 12px arial, tahoma;
	color: #a90000; 
	text-align: left;
	cursor:pointer;
	margin-top: 3px;
}

td {
	font: 12px Arial, Verdana;
	vertical-align:top;	
}
p { 
	line-height: 1.2;
}


