body, h1, h2, h3, table {
	font-family: sans-serif, "Courier New", Arial, Helvetica;
	letter-spacing: 1px;
	color: #5C5C5C;
	font-size:11px;
	line-height:130%;			
}

body {
	text-align:center;
}



img {
	border: 0;
}

a {
	font-weight: bold;
	text-decoration: none;
	color:#405497;	
}

a:hover {
	text-decoration:underline;
}

.more {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}


.clear {
	clear: both;
}

p {
	line-height:130%;
	text-indent:10px;
	text-align:justify;
	margin-top:0px;
	margin-bottom:10px;
}

ul {
	/*line-height:150%;*/
	/*padding-bottom:10px;*/
	text-align:left;
	list-style-type:none;
}

#wrapper {
	width:1026px;
	height:750px;
	margin-left:auto; 
	margin-right:auto;
	position:relative;
	margin-top:10px;
}

#nav {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#navline{
	background:#585B54;
	width:100%;
	height:47px;
	padding-top:3px;	
} 

.downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	text-align:center;
}

#body-left {
	float: left;
	width:200px;
	border-left: 1px dotted #CFD0D0;
	border-right: 1px dotted #CFD0D0;
	border-bottom: 1px solid #CFD0D0;
	height:740px;	
}

#body-right {
	float: left;
	width:820px;
	height:750px;
}

#body-right .content{
	padding-left:20px;	
}

#body-right .content li{
	background: left url(../images/bullet.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 20px; 
}	

#body-right .content ul{	
	margin-left: 10px;
	margin-bottom:10px;
	margin-top:10px;  
}	

#body-right ul.plussbullets {
	margin-top: 0px;
	margin-left: 100px;
	padding: 0px;
	float:left;
	list-style-type:none;
	text-align:left;
}

#body-right ul.plussbullets li {
	background:#ffffff url('./image/bullet.gif') no-repeat top left;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
}

#body-right ul.newbullets {
	margin-top: 0px;
	padding: 0px;
	float:left;
	list-style-type:none;
}

#body-right ul.newbullets li {
	background:#ffffff url('./image/bullet.gif') no-repeat top left;
	margin: 0 0 5px 25px;
	
}


#franja {
	width:100%;
	height:7px;
	margin-top:3px;
	margin-bottom:10px;
	background:#405497;
}

#footer {
	width:100%;
	height:20px;
	background:#405497;
	color:white;
	font-weight:bold;
	padding:5px 0px 3px 0px;
	text-align:center;
	clear:both;
	margin-top:20px;	
}

.tercio {
	width:30%;
	float:left;
	margin:10px;
	height:630px;	
}

.resaltado {
	font-weight:bold;
	padding-top:10px;
	text-indent:0px;
	text-align:center;
	font-size:100%;
}

.rpl {
	font-weight:bold;
	text-indent:0px;
	text-align:center;
	font-size:110%;	
}


/*li .tripticos {
	font-size:10px;
	color:white;	
	align:left;
	margin:10px 0 10px 10px;
	font-weight:bold;
	background:#315294;
	letter-spacing:2px;
	border:1px dotted white;
}*/

#leftnav a {
	padding: 5px; 
	display: block;
	/*border: 1px dotted #CCC;*/
	text-decoration: none;
	/*line-height: 1em;*/
	font-size:12px;
	font-style: italic;	
}

#leftnav a:link, #leftnav a:visited {
	/*color: #000000;*/
}

#leftnav a:hover, #leftnav a:active {
	color: #FFFFFF;
	background-color: #00afce;
	border: 1px solid #000;
}

#leftnav ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px 0px 3px 0px;		
}

#leftnav li {
	margin: 0px 0px 3px 0px;
	padding:0px;
	border:1px dotted grey;
}

#current a {
	color: white;
	background-color: #405497;
	border: 2px dotted #405497;
}

#body-left-index {
	float: left;
	width: 58%;			
}

#body-right-index {
	float: right;
	width: 40%;
	vertical-align:middle;	
}

#body-left-index ul.plussbullets {
	margin-top: 0px;
	margin-left: 120px;
	padding: 0;
	font-weight: bold;
	list-style-type:none;
}

#body-left-index ul.plussbullets li {
	background: left url(../images/bullet.gif) no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
	text-align:left;	
}

#body-left-index a {
	color:#405497;
}

.big {
	font-weight:bold;
	font-size:150%;
}

#tests
{
width:100%;
border-collapse:collapse;
text-align:left;
}

#tests td, #tests th 
{
font-size:1em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}

#tests th 
{
font-size:1.1em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}

#tests tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}


