body {
	margin: 0;
	background-color: #FFFFFF;
	background-image:url(../images/bg01.jpg);
	background-repeat:repeat-x;
}

#top {
	margin:0 auto;
	width:900px;
	height:35px;
	background-image:url(../images/topbg.jpg);
	}
	
#wrap {
	margin:0 auto;
	width:100%;
	background-image:url(../images/bg02.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
	#contenido {
		margin:0 auto;
		width:900px;
		position:relative;
		background-color:#FFFFFF;
		
		}
	

#footer {
	margin:0 auto;
	width:760px;
	padding:34px 90px 0px 0px;
	height:85px;
	background-image:url(../images/footerbg.jpg);
	background-repeat:no-repeat;
	background-color:FFFFFF;
	text-align:right;
	}

#menu {
	list-style-type:none;
	margin:0;
	padding-left:20px;
	padding-top:6px;
	
	}
#menu a {
    font-family: georgia;
	font-size: 13px;
	color:#93871E;
	text-decoration:none;
	line-height:36px;
	text-decoration:none;
	line-height:2.72em;
}
#menu a:hover {
	font-weight:bold;
	color:#145194;
}

.botones {
	font-family: georgia;
	font-size: 13px;
	color:#93871E;
	
}
.botones a {
	text-decoration:none;
	color:#93871E;
	display:block;
}
.botones a:hover {
	font-weight:bold;
	color:#145194;
}

.contenido {
	font-family: Tahoma;
	font-size: 12px;
	color:#999999;
	line-height:20px;
	text-align:justify;
}

.contenido a {
	color:#999999;
	text-decoration:none;
}

.contenido a:hover {
	color:#999999;
	text-decoration:underline;
}

.titulos {
	font-family: Georgia;
	font-size: 18px;
	color:#93871E;
}

.titulos2 {
	font-family: Georgia;
	font-size: 24px;
	color:#93871E;
}

.titulos3 {
	font-family: Tahoma;
	font-size: 11px;
	color:#93871E;
	font-weight:bold;
}

.contenido2 {
	font-family: Tahoma;
	font-size: 11px;
	color:#93871E;
	line-height:17px;
}
.contenido2 a{
	color:#93871E;
	text-decoration:none;
}
.contenido2 a:hover{
	color:#93871E;
	text-decoration:underline;
}

.contenido3 {
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	line-height:20px;
}


a.anchor:link, a.anchor:visited, a.anchor:active { 
	color:#93871E;
	display:block;
}
a.anchor:hover { color:#333;}

.tabla { border:1px #FFF solid;}
.tabla td { border-right:1px #FFF solid; border-bottom:1px #FFF solid;}
