@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
	color:#C2AE83;
}

a:hover{
	color:#FDBA2D;
}

b{
	color:#FDBA2D;
}

.imabor{
	border:2px solid #FDBA2D;
	margin-right:5px;

}

body{
	background-color:#000000;
	font-family:Tahoma,Times New Roman, Arial;
	color:#C2AE83; /*#9D9775;*/
	font-size:11px;
	margin:0;
	padding:0;
	}

.general{
	width:700px;
	padding:5px 0px 0px 0px;
}
.menu{
	padding-bottom:10px;
}

.menu01{
	display:block;
	height:30px;
	background-image:url(ima/menu01.jpg);
	background-repeat:no-repeat;
	width:116px;
}

.menu01:hover{
	background-image:url(ima/menu02.jpg);
	text-decoration:none;
}

.menu02{
	display:block;
	height:30px;
	background-image:url(ima/menu03.jpg);
	background-repeat:no-repeat;
	width:116px;
}

.menu02:hover{
	background-image:url(ima/menu04.jpg);
	text-decoration:none;
}

.menu03{
	display:block;
	height:30px;
	background-image:url(ima/menu05.jpg);
	background-repeat:no-repeat;
	width:116px;
}

.menu03:hover{
	background-image:url(ima/menu06.jpg);
	text-decoration:none;
}

.menu04{
	display:block;
	height:30px;
	background-image:url(ima/menu07.jpg);
	background-repeat:no-repeat;
	width:116px;
}

.menu04:hover{
	background-image:url(ima/menu08.jpg);
	text-decoration:none;
}

.menu05{
	display:block;
	height:30px;
	background-image:url(ima/menu09.jpg);
	background-repeat:no-repeat;
	width:116px;
}

.menu05:hover{
	background-image:url(ima/menu10.jpg);
	text-decoration:none;
}

.menu06{
	display:block;
	height:30px;
	background-image:url(ima/menu11.jpg);
	background-repeat:no-repeat;
	width:116px;
}

.menu06:hover{
	background-image:url(ima/menu12.jpg);
	text-decoration:none;
}

.contenido{
	text-align:left;
	border-top: #FDBA2D thin solid;
	height:350px;
}

.contizq{
	float:left;
	width:150px;
	
}

.tabla01{
	float:left;
	width:150px;
}

.celda01{
	padding:20px 0px 0px 0px;
}

.celda02{
	padding:0px 0px 0px 50px;
}

.celda02{
vertical-align:bottom;
}

.contder{
	float:right;
	width:520px;
	height:350px;
	border-left: #FDBA2D thin solid;
	padding:0px 5px 20px 10px;
}

.contder01{
	padding:0px 0px 0px 10px;
}

.contder02{
	padding:10px 30px 10px 10px;
}

.titulo01{
	font-size:14px;
}

.forarea{
	width:100px;
	height:16px;
	margin:5px 5px 0px 5px;
}

.fortex{
	margin:5px 5px 10px 5px;
	}

.boton{
	height:20px;
	}
.pie{
	clear:both;
	border-top: #FDBA2D thin solid;
	padding:5px;
	text-align:center;
	}
