 body, html {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	background-image: url(../imgs/f_tabla.gif);
	background-repeat: no-repeat;
    
    }
    #divabajo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-decoration: none;
	}
	#divabajo a:link, a:active, a:visited {
	text-decoration:none;
	color: #666666;
	}
	#divabajo a:visited {
	text-decoration:none;
	color: #666666;
	}
	#divabajo a:hover {
	text-decoration:none;
	color: #FF6600;
	}
	#divabajo a:active {
	text-decoration:none;
	color: #006666;
	}
	
a:link, a:active, a:visited {
         color: #FF6600;
    }

    a:hover {
         color: #666666;
    }
	
.wrap {
	padding-top: 0px;
	background: url(../imgs/dots.gif) top left repeat-x;
	background:#C1FFC1;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3f3e37;
	margin-left: 0px; 
	margin-right: 0px;
}

.bottomMargin {
	padding-bottom: 10px;
}
	
/*tooltip*/

div.tooltip {
	width: 200px;
	color: #fff;
	text-align: center;
}

div.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(../imgs/balloon.png) top left no-repeat !important;
	background: url(../imgs/balloon.gif) top left no-repeat;
	
	font-size: 11px;
}

div.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #ffffff;
	background: url(../imgs/balloon.png) bottom left no-repeat !important;
	background: url(../imgs/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}


/* accordion togglers */
.toggler {
	font-weight: bold;
	color: #3f3e37;
	display:block;
	width:100%;
	cursor:pointer;
	height:25px;
	background: #ffffff url(../imgs/dots.gif) bottom left repeat-x;
	vertical-align: middle;
}
.toggler div{
	margin-left: 8px;
	position: relative;
}

.toggler div img{
	position: absolute;
	margin-top: 4px !important;
	margin-top: 0px;
}

.toggler div span{
	margin-left: 35px;
	line-height: 20px !important;
	line-height: 25px ;
}


/* toggler hover */

.togglerHover {
	font-weight: bold;
	color: maroon;
	display:block;
	width:100%;
	cursor:pointer;
	height:25px;
	background: #D4E6AF url(../imgs/dots.gif) repeat-x bottom left;

	vertical-align: middle;
}
.togglerHover div{
	margin-left: 9px;
	position: relative;
}

.togglerHover div img{
	position: absolute;
	margin-top: 4px !important;
	margin-top: 0px;
}

.togglerHover div span{
	margin-left: 35px;
	line-height: 20px !important;
	line-height: 25px ;
	border-bottom: 1px dotted maroon;
}

/* accordion elements */

.accordion {
	color: #3f3e37;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFFFFF url(../imgs/dots.gif) bottom left repeat-x;
}

