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


p {margin: 0;}
a {outline: 0;}
a img {border-width:0;}


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

#todo{
	position:relative;
	margin:5px auto 5px auto;
	padding:0;
	width:770px;
	background-image:url("img/fondo.gif");
	background-repeat:repeat-y;
}

a{
	text-decoration:none;
	color:#8B846A;
}

a:hover{
	color:#DFC137;
}

strong{
	color:#000000;
}
#superior{
	background-image:url("img/superior.gif");
	background-position:top;
	background-repeat:no-repeat;
	width:770px;
	height:190px;
}

#central{
	width:770px;
}
#inferior{
	width:770px;
	height:30px;
	background-image:url("img/inferior.gif");
	background-position:bottom;
	background-repeat:no-repeat;
}

#inferior p{
	color: #A3A166;
	text-align:center;
	font-weight:normal;
	font-size:9px;
	margin-left:175px;
}
#inferior strong{
	color:#8F8B50;
}
#inferior a{
	color:#ADA96C;
}

#inferior a:hover{
	text-decoration:underline;
}

#menu{
	position:absolute;
	left:193px;
	top:159px;
}

#menu img{
	position:relative;
	top:2px;
}

#menu a{
	display:block;
	padding:7px 14px 7px 14px;
	float:left;
	color:#C5C182;
	display:block;
	float:left;
	height:13px;
}
#menu a:hover{
	color:#ffffff;
	background-color:#660000;
}

#flashsuperior{
	position:absolute;
	left:178px;
	top:5px;
}

*.botones{
	display:block;
	margin: 31px;
}

#derecha{
	position:absolute;
	left:179px;
	top:190px;
	width:544px;
	padding:20px;
}

#texto{
	text-align:justify !important;
	border-top: #DEDBB0 1px solid;
	margin-top:40px;
	padding-top:10px;
}

h1{
	font-size:17px;
	margin-top:-5px;
	padding-bottom:3px;
	border-bottom: #DEDBB0 1px solid;
}

#centrado{
	text-align:center;
}

#centrado p{
	text-align:center;
}

table{
	position:relative;
	margin:20px auto 20px auto;
	border:#DEDBB0 1px solid;
	padding:0;
}

td{
	background-color:#EEEBCC;
	padding:15px 25px 15px 25px;
	text-align:left;
}

*.titulotabla{
	background-color:#DEDBB0;
	font-size:14px;;
	text-align:center;
}

