@charset "utf-8";
body {
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555;
	text-align: center;
	background-image: url(../images/fondo_sup.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}


/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}

h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #006699;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

/* images */
img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;    
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 800px;
	text-align: left;
	height: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#content-wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content_layout.png);
	background-repeat: repeat-y;
	height: auto;
	clear:both;
	float: left;
	background-position: top;
}

#cuerpo {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 800px;
	position: relative;
	color: #FFF;
	height: 170px;
	background-image: url(../images/top_header.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#header h1 {
	width: 460px;
	position: relative;
	color: #FFFFFF;
	height: 15px;
	font-size: 16px;
	font-style: normal;
	vertical-align: 20%;
	line-height: normal;
	float: left;
	padding-top: 137px;
	padding-left: 280px;
	font-weight: bold;
}

/* Main Column */
#main {
	float: right;
	width: 500px;
	display: inline;
	margin-top: 5px;
	margin-left: 5px;
}
#main h2 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #003399;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #EFF0F1;
	text-transform: none;
	background-color: #FFF;
	background-image: url(../images/square-green.png);
	background-repeat: no-repeat;
	background-position: 3px 8px;
}
#main h2 a {
	background: none;
	color: #003399;
	text-decoration: none;
}

#main ul li {
	list-style-image: url(../images/bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 200px;
	color: #000033;
	padding-left: 20;
	margin-top: 5px;
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #003399;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #68774A;	
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }


/* Footer */	
#footer {
	color: #C6DDEE;
	width: 800px;
	text-align: center;
	font-size: 92%;
	background-image: url(../images/bottom_layout.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	height: 40px;
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

.largo {
	width: 500px;
}

.mediano {
	width: 250px;
}

.pequeno {
	width: 125px;
}

.mini {
	width: 85px;
}
#vertical_slide, #horizontal_slide {
	color: #000033;
	border: 5px solid #CCCCCC;
	font-weight: bold;
	background-color: #EAEAFF;
}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
	margin-left: 25px;
}

#preloader{
	width:16px;
	height:16px;
	float: left;
	position: absolute;
}

#final{

	margin-right: auto;
	margin-left: auto;
	height: 40px;
	width: 600px;
	font-size: 9px;
	color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
}

