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


*{margin:0; padding:0;}

body{
	background-image:url("img/fondo.gif");
	background-repeat:repeat-x;
	background-position:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F2EBB5;
	background-color:#f2e9a7;
}

#todo{
	position:relative;
	margin:20px auto 20px auto;
	padding:0;
	width:980px;
	height:700px;
	border:#304d26 2px solid;
	background-color:#7D3D26;
}

a{
	outline:0;
	text-decoration:none;
	color:#EFE2D2;
}
a:hover{
	color: #ffffff;
}

a img{
	border-width:0;
}

#menu{
	position:absolute;
	left:264px;
	top:0;
	height:140px;
	width:716px;
	background-image:url("img/fondo_menu.jpg");
	background-repeat:no-repeat;
	background-position:top right;
}

#menu a{
	margin:0 0 0 13px;
	padding:100px 22px 10px 22px;
	color:#F2EBB5;
	display:block;
	float:left;
	height:30px;
	vertical-align:bottom;
	border-color:#304d26;
	border-width:0 1px 0 1px;
	border-style:solid;
	font-weight:bold;
}

#menu a:hover{
	background-image:url("img/degr_menu.gif");
	background-repeat:repeat-x;
	background-position:top;
	background-color:#F2EBB5;
	color:#7D3D26;
}

#banderas{
	position:absolute;
	left:264px;
	padding:10px;
	width:696px;
	height:15px;
	top:140px;
	color:#7D3D26;
	background-color:#F2EBB5;
}
#banderas img{
	position:relative;
	top:1px;
	margin: 0 10px;
}

#logo{
	display:block;
	float:left;
}

#central{
	position:absolute;
	top:175px;
	left:0;
	width:980px;
	height:485px;
	background-color:#7D3D26;
}

#flash{
	position:absolute;
	top:0;
	left:0;
}

#texto{
	position:absolute;
	top:0;
	left:680px;
	width:260px;
	padding:20px;
	height:445px;
	overflow:auto;
}

#texto object{
	margin: 0;
	display:block;
}

#texto h1{
	margin: 30px 0 15px 0;
	font-size:18px;
	color:#AF7662;
}

#texto p{
	font-size:12px;
	margin-bottom:15px;
}

#inferior{
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	top:660px;
	left:0;
	width:870px;
	height:24px;
	padding:16px 0 0 110px;
	color:#7D3D26;
	font-size: 9px;
	background-image:url("img/inferior.gif");
	background-repeat:repeat-y;
	background-position:left;
	background-color:#F2EBB5;
}

#inferior strong{
	font-weight:bold;
	color:#7D3D26;
}
#inferior a{color:#304D26;}
#inferior a:hover{color:#000000;}


