body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F9AC08;
}
body a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f8ab06;
	color:#000000;    
	font-size: 100%;
	border-bottom:#FFFFFF dashed 1px;
	text-decoration:none;
}
body img{
	margin:20px;
}
#wrapper {
	width: 810px;
	border-bottom: 1px solid #ececec;
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image:url(Images/nav-bg.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	border:2px #FFFFFF solid;	
}
#superior {

    height:25px;
    /*border-bottom: 1px solid #ececec;*/
}
#superior h1 {
	margin: 5px;
    padding: 0;
    font-weight:normal;
	color:#f8ab06;    
	font-size: 80%;
	font-weight:bold;
    position:absolute;
    sup: 15px;
    right: 0;
}

#header {
	background-image: url(Images/baner.gif);
	background-repeat:no-repeat;
    height:205px;
	width:802px;
    position:relative;
    /*border-bottom: 1px solid #ececec;*/
}

#header h1 {
	margin: 0;
    padding: 0;
    font-weight:normal;
    color:#FFFFFF;
    font-size: 120%;
    position:absolute;
    bottom: 4px;
    right: 0;
}
#header h2 {
	margin: 0;
    padding: 0;
    font-weight:bold;
    color:#FFFFFF;
    font-size: 100%;
    position:absolute;
    bottom:4px;
    right:450px;
}

#content {
	float:right;
	width:520px;
	padding:0 10px 0 0;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
		font-size: 110%;
}
#content h1 {
	margin-top: 20px;
	padding: 0;
	font-weight:bold;
	color:#f8ab06;
	font-size: 120%;
	border-bottom: #f8ab06 dotted 1px;
	text-align: left;

}
#content h2 {
	margin-top: 20px;
    padding: 0;
    font-weight:bold;
    color:#f8ab06;
    font-size: 100%;
	border-bottom: #f8ab06 dotted 1px;

}
#content ul {
	list-style-type: none;
	list-style-image: url(Images/punto.gif);
	margin-right: 2px;
	margin-left: 7px;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#content li {

	margin-top: 10px;
	margin-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
}


#navigation {
	float:left;
	width: 180px;
}

#navigation ul {
	list-style: none;
	margin: 1em 0 0 1em;
	padding: 0;
	border: none;
}

#navigation li {
	font-size: 90%;
	font-weight:bold;
}

#navigation a:link, #navigation a:visited {
	color:#333333;
    background-color:transparent;
    display:block;
    border-bottom: 1px solid #999;
    padding: 1em 0 0.2em 0;
    text-decoration:none;
}

#navigation a:hover {
	color: #999;
}

#footer {
	clear:both;
	font-size: 80%;
	padding-top: 1em;
    text-align:right;
    color: #999;
    background-color: transparent;
}
.tabla{
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	margin-top:20px;
	}
.tabla a{
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#FFFFFF;
	border-bottom: 1px solid #999;
    padding: 1em 0 0.2em 0;
    text-decoration:none;
	}	
.tabla p{
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#000000;
	text-align:left;

	}
.tabla caption{ 
	width:100%;
	text-align:center;
	background-color:#f8ab06/*#4A8E8C*/;
	border:1px solid #f8ab06;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
.tabla th{/*_________________________para las columnas*/
width:25%;
	background-color:#CCCCCC;
	padding: 2px 0px 0px 0px;
	text-align: left;
	color:#006666;
	border-bottom:2px solid #f8ab06;
	border-left:2px solid #f8ab06;
	border-right:2px solid #f8ab06;
	font-family: Arial, Helvetica, sans-serif;


	}
.tabla td{
	text-align: left;
	padding: 2px 5px;
	vertical-align: middle;
	background-color:#FFFFFF;
	border-bottom: 1px solid #f8ab06;
	border-left: 1px solid #f8ab06;
	border-right:2px solid #f8ab06;
	font-family: Arial, Helvetica, sans-serif;
	}

