*{
	margin:0;
	padding:0;
}
body{
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	border: thin dotted #DFDCDB;
	/*font-size:100.01%;
	text-align:center;*/
}
#pageHeader {
	
	background-position: left bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	}

#pageHeader h1, #pageHeader h2 {
	font-weight:lighter;
	color:#EF6407;
	font-style: italic;
	margin-left: 10px;
	text-align: left;
	font-size: 180%;
	margin-top: 0px;
	margin-bottom: 10px;
	}

acronym{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EF6407;
	}
#listvi{
	padding:0 12px;
	clear: both;
}
#listvi ul{
	margin-left: 20px;
	margin-right: auto;
	width: auto;
	}

#listvi li {
	width: auto;
	list-style-image: url(imagen/boton2.gif);
	font-weight: lighter;
	list-style-position: outside;
	margin-bottom: 10px;
	}
.naranja{
	color: #EF6407;
	font-weight: 400;
}
.blanco{
	font-weight: 400;
	background-color: #EF6407;
	color: #FFFFFF;
}
.negro{
	color: #333333;
	font-weight: bold;
}

#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 65%;
}
#container h3{
	font-size: 120%;
	padding: 10 px;
	margin-left: 20px;
	color: #4E4E4E;
}
#contentable{
	clear:both;
	padding:0 14px;
}
#contentable h2 {
	font-weight:lighter;
	width:85%;
	background:#EF6407;
	color:#FFFEE6;
	border-bottom:1px solid #d9d1cc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 165%;
	margin-top: 12px;
	margin-bottom: 12px;
	
	}

#contentable h3 {
	font-weight:bold;
	width:80%;
	margin:0 auto -1em auto;
	text-align: center;
	background:#EF6407;
	color:#FFFEE6;
	border-bottom:1px solid #d9d1cc;
	font-size: 110%;
	}

table {
	width:90%;
	margin:1em auto;
	background:#efeeff;
}


caption {
	font-weight:bold;
	width:80%;
	margin:0 auto -1em auto;
	background:#EF6407;
	color:#FFFEE6;
	border-bottom:1px solid #d9d1cc;
	font-size: 110%;
}
table, tr, td, th {
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #d9d1cc;
}
th {
	color:#333;
	border-bottom:1px solid #d9d1cc;
	background-color: #b2b3a8;
}
tr {
	background:#feffee;
	color:#333;
hover:expression(this.onmouseover=new Function("this.style.background='#d8d9cc';"), this.onmouseout=new Function("this.style.background='#feffee';"));
}
tr:hover {
	background:#d8d9cc;
}

tbody td.num {
	padding-left:1em;
	text-align:right;
	width: 13%;
}
td {
	padding-left:1em;
	text-align:left;
	font-size: 98%;
}
.t {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(imagen/t.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-bottom: 10px;
	margin-top: 10px;
}
.b {
	background-image: url(imagen/b.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
.l {
	background-image: url(imagen/l.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
.r {
	background-image: url(imagen/r.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
.bl {
	background-image: url(imagen/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.br {
	background-image: url(imagen/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tl {
	background-image: url(imagen/tl.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tr {
	padding:10px;
	background-image: url(imagen/tr.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}



/* =navigation */
#nav{
	clear:both;
	font-weight:bold;
	color:#666;
	margin-left:4px;
	float:left;
	list-style-type:none;	
	background:url(imagen/navshadow.gif) no-repeat 8px 100% #fff;
	padding-bottom:21px;
}
html>body #nav{
	margin-left:8px;
	background:url(imagen/navshadow.gif) no-repeat 4px 100% #fff;
}
#nav li{
	list-style-type:none;
	float:left;
	margin:0 0 0 4px;
	padding:0 0 0 10px ;
	border-bottom:1px solid #999;
	background:url(imagen/tabgrey.gif) #c0c0c0 top left no-repeat;
}
#nav li a{
	color:#666;
	background:url(imagen/tabgrey.gif) transparent top right no-repeat;
	display:block;
	padding:0 10px 0 0;
}
#nav li a:link,
#nav li a:visited{
	color:#000;
	text-decoration:none;
}
#nav li a:hover,
#nav li a:active{
	color:#fff;
	text-decoration:none;
}
#nav li.cur,
#nav li.over,
#nav li:hover
{
	border-bottom:1px solid #036;
	background-color: #994005;
	background-image: url(imagen/tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav li strong,
ul#nav li.cur a,
ul#nav li.over a,
ul#nav li:hover a
{
	display:block;
	color:#fff;
	padding:0 10px 0 0;
	text-decoration:none;
	background:url(imagen/tab.gif) transparent top right no-repeat;
}
#footer {
	height: 30px;
	background-color: #FFFFFF;
	background-image: url(imagen/losdefoke.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
	padding-top: 85px;
	text-align: center;
	padding-right: 46px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
}
		
		#footer a, #footer a:link, #footer a:visited {
			color: #000;
			padding: 0 6px;
		}

