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


*{margin:0; padding:0;}

body{
	background-color:#AF8554;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#977248;
	margin:0;
	padding:0;
}

#todo{
	position:relative;
	margin:20px auto auto auto;
	padding:0;
	width:980px;
	height:600px;
	background-image:url("img/fondo.jpg");
	background-repeat:repeat-y;
}

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

a img{
	border-width:0;
}

#superior{
	background-image:url("img/superior.jpg");
	background-repeat:no-repeat;
	height:140px;
}


#inferior{
	display:block;
	position:absolute;
	top:600px;
	width:980px;
	height:90px;
	background-image:url("img/inferior.jpg");
	background-repeat:no-repeat;
}

#banderas{
	position:absolute;
	left:800px;
	top:80px;
}

#banderas a{
	display:block;
	float:left;
	margin: 10px;
}

#banderas a:hover{
	margin: 8px 10px 10px 10px;
}

#menu{
	position:absolute;
	left:800px;
	top:140px;
	width:180px;
	background-image:url("img/menu_degr.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

#menu a{
	display:block;
	padding:10px;
	border-bottom: #E0BA89 2px solid;
	margin: 0 35px 0 10px;
	font-size:13px;
	color: #024F23;
}

#menu a:hover{
	color: #664422;
	background-color: #EFE2D1;
}

#inferior p{
	text-align:center;
	display:block;
	margin:12px;
}

#texto{
	position:absolute;
	width:150px;
	height:230px;
	left:30px;
	top:315px;
	padding:10px;
	background-image:url("img/degr.gif");
	background-position:right bottom;
	background-repeat:no-repeat;
	text-align:left;
	font-weight:normal;
	
}

#texto p{
	padding: 5px;
}

#texto li{
	text-align:left;
//	padding-left:5px;
	margin-left:20px;
}

#flashetiqueta{
	position:absolute;
	left:2px;
	top:10px;
}

#ronda{
	margin:15px 5px 5px 5px;
	padding:2px;
	width:130px;
	border: #E0BA89 2px solid;
}

h1{
	font-size:14px;
	text-decoration:none;
	margin: 7px 0 3px 0;
}
strong{
	color:#8F6435;
}
table {
	border: #956938 1px solid;
	background-color: #DFD2C1;
}
td{
	background-color:#EFE2D1;
	padding:4px 20px 4px 20px;
}

textarea{
	width:430px;
}