/* STANDARD TAG REDEFINITIONS */
BODY{ color: White; font: 74% Arial, Helvetica, sans-serif; background-color: Black; margin: 0; padding: 0; line-height: 1.4em; 
}
TD {font-size: 10pt;  }
/*p { font-size: 10pt;  margin-bottom: 7px; margin-top: 0; }*/
p { 
	margin: 0 0 5px 0; 
	padding: 0; 
	color: #888; 
	background: inherit;
}

a{ color: #76DEFC; text-decoration: none; }
a:hover{	text-decoration: underline;  color: White;   }
form{	margin:0;}

.header{	width:760px; margin-left:auto; margin-right:auto;}
.header ul{ margin: 0; padding-left: 0; height: 44px; line-height: 44px; display: block; list-style: none; background-color: #4D4D4D; background-image: url(images/bg_topnav.gif); background-repeat: no-repeat;  }
.header li{ display: inline; background-color: #222222;  float: right;  }
.header li a{ height: 44px; line-height: 44px; display: block; padding-left: 27px; padding-right: 27px; border-left: 1px solid Black;  float: left;     }
.header li a:hover{ background-color: #444444; text-decoration: none;}
.header li a.activo{ background-color: #444444; text-decoration: none; color:#FFFFFF;}
.header .Visual{ height:130px; background-image: url(images/bg_visual.jpg);  background-repeat: no-repeat;  background-color: #4492C8;  border-top: 3px solid Black;   }

h1{ margin: 0; padding: 40px 0 20px 10px; font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif; font-weight: normal; letter-spacing: .005em; color: White;  font-size: 20pt;  }

.CONTENT{ width:760px; margin-left:auto; margin-right:auto; height:25px;  }
h2{ margin: 0; padding: 24px 0px 7px 40px; font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif; font-weight: normal; letter-spacing: .005em; color: #AAA; font-size: 15pt; clear:both;}

h3{ 
	margin: 0; 
	padding-bottom:15px;
	/*font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif; */
	/*font-weight: bold; 
	letter-spacing: .005em; */
	color: #fff; 
	font-size: 11pt; 
	clear:both;}

.TEXT{ 
	padding: 35px 20px 35px 20px; 
	border-bottom: 1px solid #484848; 
	border-top: 1px solid #484848; 
	background-color: #222222;
	width:480px; 
	float:left;
	font-size: 95%; 
}
.TEXT p{	margin-bottom: 1em; text-align:justify; line-height: 1.4em;
	color:#AAA;
	padding-bottom:15px;
}


.FOOTER{ width:760px; margin-top:27px; margin-left:auto; margin-right:auto;  border-top: 4px solid #363636;  text-align: right;  padding-top: 5px; 
clear:both;  
}
.FOOTER p{ font-size: 11px; line-height: 14px; margin: 0;  color: #DDDDDD; }
.FOOTER a{ font-size: 11px;	font-weight: normal;	text-decoration: none;  color: White;    }
.FOOTER a:hover{ color: white; text-decoration: underline; }

.global { 
	margin: 0 auto; 
	padding: 0; 
	width: 760px; 
}

.right {  
	font-size: 95%; 
	float:right; 
	width: 210px; 
	padding: 15px 1em 1em 10px; 
	border-bottom: 1px solid #484848; border-top: 1px solid #484848; background-color: #222222;
}

.right h4 {
	font-size:11px;
	color:#76DEFC;
	font-weight: normal;
}

hr {
   border: 0;
   height: 1px;
   color: #eee;
   background-color: #333333;
}

/*hr { background: #3C3C3C; border: 1px solid #555; margin: 10px 0 10px 0;}*/

img{
	font-size:1em;
}
img.left-img{ /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	padding:2px;
	border:3px solid #333333;
	margin-bottom:1.1em;
	margin-right:1.2em;
	margin-top:0.3em;
}
img.right-img{ /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:1px;
	border:3px solid #dee5fd;
	margin-bottom:1.2em;
	margin-left:1.5em;
	margin-top:0.3em;
}
