/* CSS Document */

		body {	text-align: center;
				background-color:#ffffff;
				background-image: url(../imagenes/fondo.gif);
				background-position: top;
				background-repeat: repeat-x;
				scrollbar-face-color:#8FB7CF;
				scrollbar-highlight-color:#8FB7CF;
				scrollbar-3dlight-color:#E9FFFF;
				scrollbar-darkshadow-color:#5D859D;
				scrollbar-shadow-color:#8FB7CF;
				scrollbar-arrow-color:#E9FFFF;
				scrollbar-track-color:#DBECF7;
				color:#0066CC;
				
				padding:0px; 
				font:70% Georgia, "Times New Roman", Times, serif; 
			  }

html, body {
	margin: 0;
	}
#container {
background-color:#FFFFFF;
	width: 800px;
	margin: 0 auto;
	
	}
#header {
	width: 100%;
	height: 100px;
	background: url("headerbg.jpg") repeat-x 0% 0%;
	}
#wrapper {
	float: left;
	width: 800px;
	overflow:hidden;

	}
#content {overflow:hidden;
	margin-top: 0;
	margin-right: 0%;
	margin-bottom: 0;
	margin-left: 20%;
	margin: 20,0,0,20%;

background-image:url(../imagenes/logoarbol.jpg);
background-repeat:no-repeat;
background-position:100px 300px 0px 0px;


	}
	#content1 {overflow:hidden;
	margin: 20 20%;
	font-size:12px;
background-image:url(../imagenes/logoarbol.jpg);
	background-repeat:no-repeat;

	background-position: 0px 500px 0px 0px;
	}
#left {
	float: left;
	width: 18%;
	margin-left: -800px;
	position: fixed;
	}
#right {
	float: left;
	width: 165px;
	margin-left: -165px;
	font-size: 9px;
	background-image: url(../imagenes/fondo%20tabla.png);
	color: #006699;
	
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #666;
	}

/* Sidebar */
#sidebar {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;

	}
#sidebar li {
	border-top: 0px dotted #cecece;

	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size:9px;
	color: #666;
	border-right: 7px  solid #cecece;
	text-decoration: none;
	padding: 7px 0 4px 5px;
	}
#sidebar li a:hover {
	color: orange;
	border-right: 7px solid  #3399FF ;
	}

/* Additional styles */
p { 
	padding: 8px;
	margin: 0;
	text-align: justify;
	text-align:justify;
	
	}
#wrapper p{
font-style:italic;
}
img {
	border: 0;
	}
h1 {
	font-size:14px;
	color:#999999;
	text-align:center;
	text-decoration:underline;

	}
.border{
border:#FFFF00 groove 2px ;
padding-top:30px;
padding-bottom:30px;
padding-right:30px;

}
h2{
	font-size:14px;
	color:#999999;
	text-align:justify;
	margin-left: 8px;
	padding: 0;
	margin-bottom: 0px;
font:Georgia, "Times New Roman", Times, serif;
}	
a {
	color: #22B8BF;
	text-decoration: none;
	}
a:hover {
	color: orange;
	}
ul {
text-align:left;
}
li {
padding:5px;
}
			
#global {width:800px ; margin: 4px auto; }
#centro{text-align:center ;
padding:10px;}




/*imagen k se agranda*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#3399CC;
padding: 5px;
left: -100px;
border: 1px thick gray;
visibility: hidden;
color:#666666;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -180px; /*position where enlarged image should offset horizontally */
}


/*menu desplegable*/
#menu { background-image:url(../imagenes/nav_bg.png);
		background-repeat:repeat-x; 
		height:20px; 
		width:800px; 
		margin:auto; 
		padding-left:20%; 
		}
#nav { 
		list-style:none; 
		}
#nav li {
		float:left; 
		background-image:url(../imagenes/nav_li_bg.png); 
		background-repeat:no-repeat; 
		background-position:right; 
		}
#nav li a { 
		display:block; 
		padding:4px 10px 0px; 
		text-decoration:none; 
		color:#666666;
		font-weight:bold; 
		font-size:10px;
		}
#nav li a:hover { 
		color:orange; 
		}
/* Submenu */
#nav ul.submenu { 
		border:1px solid #000000; 
		padding:0px; 
		position:absolute; 
		list-style:none; 
		background-color:#FFFFFF}
#nav ul.submenu li { 
		float:none; 
		background-image:none; 
		border-bottom:1px solid #999999; 
		width:220px;
		}
/* Subsubmenu */
#nav ul.subsubmenu { 
		border:1px solid #000000; 
		padding:5px; 
		position:absolute; 
		list-style:none; 
		background-color:#333333; 
		margin-left:150px; 
		margin-top:-30px;
		}
#nav ul.subsubmenu li { 
		float:none; 
		background-image:none; 
		border-bottom:1px solid #999999; 
		min-width:200px;
		}

/* ---- jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(imagenes/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(imagenes/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
	
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
	font-size:10px;
	text-align:justify;
}

#JT_copy{
	padding:5px 5px 5px 5px;
	color:#333333;
}

.JT_loader{
	background-image: url(imagenes/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
	
}

.jTip{
cursor:help;

}

/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}
p, label{font-size: 1.2em;}


#contentPad{
margin:10px;


}

.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#FF0000;
	font-size: 1.3em;
	font-weight:bold;
	padding:1px 2px 100px 100px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration: none;
}

.formInfo a:hover{
	color:#660000;
	text-decoration: none;
}
/*cajas redondeadas*/

.roundedcornr_box_694278 {
   background: #ffffff url(../imagenes/roundedcornr_694278_grad.gif) no-repeat;
}
.roundedcornr_top_694278 div {
   background: url(../imagenes/roundedcornr_694278_tl.gif) no-repeat top left;
}
.roundedcornr_top_694278 {
   background: transparent url(../imagenes/roundedcornr_694278_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_694278 div {
   background: url(../imagenes/roundedcornr_694278_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_694278 {
   background: transparent url(../imagenes/roundedcornr_694278_br.gif) no-repeat bottom right;
}

.roundedcornr_top_694278 div, .roundedcornr_top_694278,
.roundedcornr_bottom_694278 div, .roundedcornr_bottom_694278 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_694278 { margin: 0 30px; }