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

/* CSS GENERAL - MENU */

	body{
		background-color:#6b4629;
		background-image:url(img/fondo9.jpg);
		background-repeat:no-repeat;
		background-position:center;
		background-position:top;
		margin:0px;
		text-align:center;
		font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
		color:#666666;
	}
	#marco{
		width:640px;
		height:100%;
		margin: 0 auto;
		/*border:1px solid red;*/
	}
	#cab{
		width:640px;
		height:181px;
		background-position:center;
		margin:0px;
		/*border:1px solid red;*/
	}
	#menu{
		width:634px;
		background-repeat:no-repeat;
		margin:0px 0px 5px 0px;
		/*border:1px solid red;*/
	}
	#tablamenu{
		width:634px;
		color:#FFFFFF;
		font-size:10px;
		text-align:center;
		margin-top:1px;
	}
	#cont{
		width:634px;
		background-color:#eeebeb;
		border-left:3px solid black;
		border-right:3px solid black;
		border-bottom:0px solid black;
		padding:0px 0px 20px 0px;
		margin: 0 auto;
		margin-bottom:40px;
		text-align:center;
		/*border:1px solid red;*/
	}
	p{
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:16px;
	}
	
/* FIN CSS GENERAL - MENU */

/* LINKS */

	a{
		color:#7d5d30;
		text-decoration:underline;
	}
	a:hover{
		color:#006600;
		text-decoration:underline;
	}

/* FIN LINKS */

option.selected{
	color:#999999;
}

/*
#tituloseccion{
	width:634px;
	height:15px;
	font-size:16px;
	font-family:Calibri;
	background-color:#000000;
	padding:3px 0px 3px 0px;
	margin-bottom:30px;
	font-weight:bold;
}
*/