body {
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	background: #ebebeb;
	min-width: 900px;
	margin: auto;
	color: #000000;
}
a {
	color: #333;
}







#nav {
	margin: 0;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 2em;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #8b8b8b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */

	border: solid 1px #6d6d6d;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	

}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	z-index: 100000;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}



/*//////////////////////////////////////////// nav1 ////////////////////////////////////////////////////////////////////////////*/
#nav1 {
	margin:10px 10px 0px 10px;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	border: solid 1px #6d6d6d;
	/* 1 */
	/*background: #8b8b8b; /* for non-css3 browsers */
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#8a8a8a'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#8a8a8a)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #e9e9e9,  #8a8a8a); /* for firefox 3.6+ */
	/* 4 */
	background: #6a6a6a; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#6a6a6a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#6a6a6a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #c9c9c9,  #6a6a6a); /* for firefox 3.6+ */
	
	
}
#nav1 li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav1 a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  6px 20px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav1 .current a, #nav1 li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */
	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
#nav1 ul li:hover a, #nav1 li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav1 ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
#nav1 ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 26px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	z-index: 100000;
}
#nav1 li:hover > ul {
	display: block;
}
#nav1 ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav1 ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
#nav1 ul ul {
	left: 181px;
	top: -3px;
}
#nav1 ul li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
#nav1 ul li:last-child > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
#nav1:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav1 {
	display: inline-block;
}
html[xmlns] #nav1 {
	display: block;
}
* html #nav1 {
	height: 1%;
}


/*//////////////////////////////////////////// nav2 ////////////////////////////////////////////////////////////////////////////*/
#nav2 {
	margin:10px 10px 0px 10px;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	border: solid 1px #6d6d6d;
	/* 3 */
	background: #4a4a4a; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#4a4a4a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#4a4a4a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a9a9a9,  #4a4a4a); /* for firefox 3.6+ */
	
}
#nav2 li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav2 a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  6px 20px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav2 .current a, #nav2 li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */
	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
#nav2 ul li:hover a, #nav2 li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav2 ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
#nav2 ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 26px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	z-index: 100000;
}
#nav2 li:hover > ul {
	display: block;
}
#nav2 ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav2 ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
#nav2 ul ul {
	left: 181px;
	top: -3px;
}
#nav2 ul li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
#nav2 ul li:last-child > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
#nav2:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav2 {
	display: inline-block;
}
html[xmlns] #nav2 {
	display: block;
}
* html #nav2 {
	height: 1%;
}


/*//////////////////////////////////////////// nav3 ////////////////////////////////////////////////////////////////////////////*/
#nav3 {
	margin:10px 10px 0px 10px;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	border: solid 1px #6d6d6d;
	/* 2 */
	background: #2a2a2a; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#898989', endColorstr='#2a2a2a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#898989), to(#2a2a2a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #898989,  #2a2a2a); /* for firefox 3.6+ */
	
}
#nav3 li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav3 a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  6px 20px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav3 .current a, #nav3 li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */
	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
#nav3 ul li:hover a, #nav3 li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav3 ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
#nav3 ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 26px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	z-index: 100000;
}
#nav3 li:hover > ul {
	display: block;
}
#nav3 ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav3 ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
#nav3 ul ul {
	left: 181px;
	top: -3px;
}
#nav3 ul li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
#nav3 ul li:last-child > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
#nav3:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav3 {
	display: inline-block;
}
html[xmlns] #nav3 {
	display: block;
}
* html #nav3 {
	height: 1%;
}


/*//////////////////////////////////////////// nav4 ////////////////////////////////////////////////////////////////////////////*/
#nav4 {
	margin:10px 10px 0px 10px;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	/*  1 */
	background: #0a0a0a; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#696969', endColorstr='#0a0a0a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#696969), to(#0a0a0a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #696969,  #0a0a0a); /* for firefox 3.6+ */
	
}
#nav4 li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav4 a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  6px 20px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav4 .current a, #nav4 li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */
	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
#nav4 ul li:hover a, #nav4 li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav4 ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
#nav4 ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 26px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	z-index: 100000;
}
#nav4 li:hover > ul {
	display: block;
}
#nav4 ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav4 ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
#nav4 ul ul {
	left: 181px;
	top: -3px;
}
#nav4 ul li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
#nav4 ul li:last-child > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
#nav4:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav4 {
	display: inline-block;
}
html[xmlns] #nav4 {
	display: block;
}
* html #nav4 {
	height: 1%;
}


/*//////////////////////////////////////////// nav5 ////////////////////////////////////////////////////////////////////////////*/
#nav5 {
	margin:10px 10px 0px 10px;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	border: solid 1px #6d6d6d;
	/* 4*/
	background: #6a6a6a; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#6a6a6a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#6a6a6a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #c9c9c9,  #6a6a6a); /* for firefox 3.6+ */
	border: solid 1px #6d6d6d;
}
#nav5 li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav5 a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  6px 20px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav5 .current a, #nav5 li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */
	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
#nav5 ul li:hover a, #nav5 li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav5 ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
#nav5 ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 26px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	z-index: 100000;
}
#nav5 li:hover > ul {
	display: block;
}
#nav5 ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav5 ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
#nav5 ul ul {
	left: 181px;
	top: -3px;
}
#nav5 ul li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
#nav5 ul li:last-child > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
#nav5:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav5 {
	display: inline-block;
}
html[xmlns] #nav5 {
	display: block;
}
* html #nav5 {
	height: 1%;
}


/*//////////////////////////////////////////// nav6 ////////////////////////////////////////////////////////////////////////////*/
#nav6 {
	margin:10px 10px 0px 10px;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	background: #aaaaaa; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#aaaaaa'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#aaaaaa)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f9f9f9,  #aaaaaa); /* for firefox 3.6+ */
	border: solid 1px #6d6d6d;
}
#nav6 li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav6 a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  6px 20px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav6 .current a, #nav6 li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */
	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
#nav6 ul li:hover a, #nav6 li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav6 ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
#nav6 ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 26px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	z-index: 100000;
}
#nav6 li:hover > ul {
	display: block;
}
#nav6 ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav6 ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
#nav6 ul ul {
	left: 181px;
	top: -3px;
}
#nav6 ul li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
#nav6 ul li:last-child > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
#nav6:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav6 {
	display: inline-block;
}
html[xmlns] #nav6 {
	display: block;
}
* html #nav6 {
	height: 1%;
}




























.Cursor_esperate *, .Cursor_esperate .absolutelyPositioned { 
    cursor: wait; 
} 




.ventanilla_para_alertar_0 .Caption {
  background: #f2d99b url(images/imagenes_usadas_en_debate_css/ventanas/alertar_0/hborder.png) repeat-x 0px -2003px;
  padding: 4px 4px 4px 8px;
  cursor: default;
  border-bottom: 1px solid #bbbbbb;
  border-top: 5px solid #f2d99b;
}
.ventanilla_para_alertar_0 .dialogContent {

}
.ventanilla_para_alertar_0 .dialogMiddleCenter {
  padding: 3px;
  background: white;
}
.ventanilla_para_alertar_0 .dialogBottomCenter {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_0/hborder.png) repeat-x 0px -4px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_0/hborder_ie6.png) repeat-x 0px -4px;
}
.ventanilla_para_alertar_0 .dialogMiddleLeft {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_0/vborder.png) repeat-y;
}
.ventanilla_para_alertar_0 .dialogMiddleRight {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_0/vborder.png) repeat-y -4px 0px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_0/vborder_ie6.png) repeat-y -4px 0px;
}
.ventanilla_para_alertar_0 .dialogTopLeftInner {
  width: 5px;
  zoom: 1;
}
.ventanilla_para_alertar_0 .dialogTopRightInner {
  width: 8px;
  zoom: 1;
}
.ventanilla_para_alertar_0 .dialogBottomLeftInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.ventanilla_para_alertar_0 .dialogBottomRightInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.ventanilla_para_alertar_0 .dialogTopLeft {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_0/corner.png) no-repeat -13px 0px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_0/corner_ie6.png) no-repeat -13px 0px;
}
.ventanilla_para_alertar_0 .dialogTopRight {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_0/corner.png) no-repeat -18px 0px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_0/corner_ie6.png) no-repeat -18px 0px;
}
.ventanilla_para_alertar_0 .dialogBottomLeft {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_0/corner.png) no-repeat 0px -15px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_0/corner_ie6.png) no-repeat 0px -15px;
}
.ventanilla_para_alertar_0 .dialogBottomRight {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_0/corner.png) no-repeat -5px -15px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_0/corner_ie6.png) no-repeat -5px -15px;
}
* html .ventanilla_para_alertar_0 .dialogTopLeftInner {
  width: 5px;
  overflow: hidden;
}
* html .ventanilla_para_alertar_0 .dialogTopRightInner {
  width: 8px;
  overflow: hidden;
}
* html .ventanilla_para_alertar_0 .dialogBottomLeftInner {
  width: 5px;
  height: 8px;
  overflow: hidden;
}
* html .ventanilla_para_alertar_0 .dialogBottomRightInner {
  width: 8px;
  height: 8px;
  overflow: hidden;
}





.ventanilla_para_alertar_1 .Caption {
  background: #cfdfff url(images/imagenes_usadas_en_debate_css/ventanas/alertar_1/hborder.png) repeat-x 0px -2003px;
  padding: 4px 4px 4px 8px;
  cursor: default;
  border-bottom: 1px solid #bbbbbb;
  border-top: 5px solid #d0e4f6;
}
.ventanilla_para_alertar_1 .dialogContent {

}
.ventanilla_para_alertar_1 .dialogMiddleCenter {
  padding: 3px;
  background: white;
}
.ventanilla_para_alertar_1 .dialogBottomCenter {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_1/hborder.png) repeat-x 0px -4px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_1/hborder_ie6.png) repeat-x 0px -4px;
}
.ventanilla_para_alertar_1 .dialogMiddleLeft {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_1/vborder.png) repeat-y;
}
.ventanilla_para_alertar_1 .dialogMiddleRight {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_1/vborder.png) repeat-y -4px 0px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_1/vborder_ie6.png) repeat-y -4px 0px;
}
.ventanilla_para_alertar_1 .dialogTopLeftInner {
  width: 5px;
  zoom: 1;
}
.ventanilla_para_alertar_1 .dialogTopRightInner {
  width: 8px;
  zoom: 1;
}
.ventanilla_para_alertar_1 .dialogBottomLeftInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.ventanilla_para_alertar_1 .dialogBottomRightInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.ventanilla_para_alertar_1 .dialogTopLeft {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_1/corner.png) no-repeat -13px 0px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_1/corner_ie6.png) no-repeat -13px 0px;
}
.ventanilla_para_alertar_1 .dialogTopRight {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_1/corner.png) no-repeat -18px 0px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_1/corner_ie6.png) no-repeat -18px 0px;
}
.ventanilla_para_alertar_1 .dialogBottomLeft {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_1/corner.png) no-repeat 0px -15px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_1/corner_ie6.png) no-repeat 0px -15px;
}
.ventanilla_para_alertar_1 .dialogBottomRight {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_1/corner.png) no-repeat -5px -15px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_1/corner_ie6.png) no-repeat -5px -15px;
}
* html .ventanilla_para_alertar_1 .dialogTopLeftInner {
  width: 5px;
  overflow: hidden;
}
* html .ventanilla_para_alertar_1 .dialogTopRightInner {
  width: 8px;
  overflow: hidden;
}
* html .ventanilla_para_alertar_1 .dialogBottomLeftInner {
  width: 5px;
  height: 8px;
  overflow: hidden;
}
* html .ventanilla_para_alertar_1 .dialogBottomRightInner {
  width: 8px;
  height: 8px;
  overflow: hidden;
}



.ventanilla_para_alertar_2 .Caption {
  background: #d0efd0 url(images/imagenes_usadas_en_debate_css/ventanas/alertar_2/hborder.png) repeat-x 0px -2003px;
  padding: 4px 4px 4px 8px;
  cursor: default;
  border-bottom: 1px solid #bbbbbb;
  border-top: 5px solid #d0efd0;
}
.ventanilla_para_alertar_2 .dialogContent {

}
.ventanilla_para_alertar_2 .dialogMiddleCenter {
  padding: 3px;
  background: white;
}
.ventanilla_para_alertar_2 .dialogBottomCenter {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_2/hborder.png) repeat-x 0px -4px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_2/hborder_ie6.png) repeat-x 0px -4px;
}
.ventanilla_para_alertar_2 .dialogMiddleLeft {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_2/vborder.png) repeat-y;
}
.ventanilla_para_alertar_2 .dialogMiddleRight {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_2/vborder.png) repeat-y -4px 0px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_2/vborder_ie6.png) repeat-y -4px 0px;
}
.ventanilla_para_alertar_2 .dialogTopLeftInner {
  width: 5px;
  zoom: 1;
}
.ventanilla_para_alertar_2 .dialogTopRightInner {
  width: 8px;
  zoom: 1;
}
.ventanilla_para_alertar_2 .dialogBottomLeftInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.ventanilla_para_alertar_2 .dialogBottomRightInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.ventanilla_para_alertar_2 .dialogTopLeft {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_2/corner.png) no-repeat -13px 0px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_2/corner_ie6.png) no-repeat -13px 0px;
}
.ventanilla_para_alertar_2 .dialogTopRight {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_2/corner.png) no-repeat -18px 0px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_2/corner_ie6.png) no-repeat -18px 0px;
}
.ventanilla_para_alertar_2 .dialogBottomLeft {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_2/corner.png) no-repeat 0px -15px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_2/corner_ie6.png) no-repeat 0px -15px;
}
.ventanilla_para_alertar_2 .dialogBottomRight {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_2/corner.png) no-repeat -5px -15px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/alertar_2/corner_ie6.png) no-repeat -5px -15px;
}
* html .ventanilla_para_alertar_2 .dialogTopLeftInner {
  width: 5px;
  overflow: hidden;
}
* html .ventanilla_para_alertar_2 .dialogTopRightInner {
  width: 8px;
  overflow: hidden;
}
* html .ventanilla_para_alertar_2 .dialogBottomLeftInner {
  width: 5px;
  height: 8px;
  overflow: hidden;
}
* html .ventanilla_para_alertar_2 .dialogBottomRightInner {
  width: 8px;
  height: 8px;
  overflow: hidden;
}















.ventanilla_para_preguntar .Caption {
  background: #e3e8f3 url(images/imagenes_usadas_en_debate_css/ventanas/preguntar/hborder.png) repeat-x 0px -2003px;
  padding: 4px 4px 4px 8px;
  cursor: default;
  border-bottom: 1px solid #bbbbbb;
  border-top: 5px solid #d0e4f6;
}
.ventanilla_para_preguntar .dialogContent {
		background: #e8f3e3;
}
.ventanilla_para_preguntar .dialogMiddleCenter {
  padding: 3px;
  background: white;
}
.ventanilla_para_preguntar .dialogBottomCenter {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/preguntar/hborder.png) repeat-x 0px -4px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/preguntar/hborder_ie6.png) repeat-x 0px -4px;
}
.ventanilla_para_preguntar .dialogMiddleLeft {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/preguntar/vborder.png) repeat-y;
}
.ventanilla_para_preguntar .dialogMiddleRight {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/preguntar/vborder.png) repeat-y -4px 0px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/preguntar/vborder_ie6.png) repeat-y -4px 0px;
}
.ventanilla_para_preguntar .dialogTopLeftInner {
  width: 5px;
  zoom: 1;
}
.ventanilla_para_preguntar .dialogTopRightInner {
  width: 8px;
  zoom: 1;
}
.ventanilla_para_preguntar .dialogBottomLeftInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.ventanilla_para_preguntar .dialogBottomRightInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.ventanilla_para_preguntar .dialogTopLeft {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/preguntar/corner.png) no-repeat -13px 0px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/preguntar/corner_ie6.png) no-repeat -13px 0px;
}
.ventanilla_para_preguntar .dialogTopRight {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/preguntar/corner.png) no-repeat -18px 0px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/preguntar/corner_ie6.png) no-repeat -18px 0px;
}
.ventanilla_para_preguntar .dialogBottomLeft {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/preguntar/corner.png) no-repeat 0px -15px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/preguntar/corner_ie6.png) no-repeat 0px -15px;
}
.ventanilla_para_preguntar .dialogBottomRight {
  background: url(images/imagenes_usadas_en_debate_css/ventanas/preguntar/corner.png) no-repeat -5px -15px;
  -background: url(images/imagenes_usadas_en_debate_css/ventanas/preguntar/corner_ie6.png) no-repeat -5px -15px;
}
* html .ventanilla_para_preguntar .dialogTopLeftInner {
  width: 5px;
  overflow: hidden;
}
* html .ventanilla_para_preguntar .dialogTopRightInner {
  width: 8px;
  overflow: hidden;
}
* html .ventanilla_para_preguntar .dialogBottomLeftInner {
  width: 5px;
  height: 8px;
  overflow: hidden;
}
* html .ventanilla_para_preguntar .dialogBottomRightInner {
  width: 8px;
  height: 8px;
  overflow: hidden;
}



.TextBox_g {
  font-size: 10pt;
   padding: 0px;
   margin: 0px;
   color: #007700;
  
  /*background-color: green;*/
}

.TextArea__g1 {
  font-size: 10pt;
   padding: 0px;
   margin: 0px;
   color: #007700;
   width: 300px;
  height: 60px;
 }

.TextArea__g2 {
  font-size: 10pt;
   padding: 0px;
   margin: 0px;
   color: #007700;
   width: 300px;
  height: 100px;
 }


.texto__g1 {
  font-size: 13pt;
   padding: 0px;
   margin: 0px 0px 0px 30px;
   color: #000000;
   width: 90%;
 }
 
 .texto_tit {
  font-size: 14pt;
   padding: 0px 0px 0px 60px;
   color: #000000;
   vertical-align: top;
   font-weight: bold;
   
   
   
 }

.TextBox_g:focus {
  border: 2px solid #007700;
  
  /*background-color: green;*/
}



.TextBox_g-invalidEntry {
  border-color: red;
}


.errorMessage {
  color: red;
}


.manito {
	cursor: pointer;
	cursor: hand;
}

.manito_centrado {
	cursor: pointer;
	cursor: hand;
	float: right;
}

.cond_uso_abajo {
	color: #0000FF;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}

.manito_azul_sep {
	color: #0000FF;
	cursor: pointer;
	cursor: hand;
	margin-left: 5px ;
	font-size: 10pt;
}


.manito_azul_muy_sep {
	color: #0000FF;
	cursor: pointer;
	cursor: hand;
	margin-left: 25px ;
	font-size: 10pt;
}


.manito_azul_der_sep {
	color: #0000FF;
	cursor: pointer;
	cursor: hand;
	margin-right: 5px ;
	text-align: right;
	font-size: 10pt;
}


.bot_sol_y_envio_clave {
width: 250px;
}

.bot_guardar_cancelar_en_perfil {
width: 150px;
}



.imagen_avatar_seleccionado {
	border:5px solid #AA0000;
	cursor: pointer;
	cursor: hand;
}

.imagen_avatar_no_seleccionado {
	border:5px solid #FFFFFF;
	cursor: pointer;
	cursor: hand;
}


.estilo_estado_conexion {
	font-size: 10pt;
	/*font-weight:bold;*/
}

/*
.tabla_perfil_de_usuario {
	border:1px solid #000000;
  VerticalAlignment:ALIGN_TOP;
}*/


.campo_estado_conexion{
float: right;
margin-right: 5px ;
}


.tabla_perfil_de_usuario {
  

}

.anadir_sec_flextable {
vertical-align: top;
}

.imagen_avatar_en_perfil {
 	background-color: #efe2d3;
	text-align: left;
	/*width: 100%;*/
/*	height: 17px;*/
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 10px;
-moz-box-shadow: 2px 2px 5px 0px #222,0px 1px 0px rgba(50,50,50,.3) inset;
-webkit-box-shadow: 2px 2px 5px 0px #222, 0px 1px 0px rgba(50,50,204,.3) inset;
box-shadow: 2px 2px 5px 0px #222,0px 1px 0px rgba(50,50,50,.3) inset;
margin:5px 5px 10px 0px;
overflow: hidden;
	cursor: pointer;
	cursor: hand;
}








/*
	Copyright 2008 Marco Mustapic
	
    This file is part of Agilar GWT Widgets.

    Agilar GWT Widgets is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Agilar GWT Widgets is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU Lesser General Public License
    along with Agilar GWT Widgets.  If not, see <http://www.gnu.org/licenses/>.
*/


.agilar-colorpicker
{
	margin: 0px;
	padding: 0px;
	
}

.agilar-colorpicker-colorPreview
{
	/*border: 1px solid #000000;
	background-color: #ff9999;*/
	border: 0px;
	width: 12px;
	height: 20px;
	margin-top: 3px;
	/*
	
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 3px;*/
}

.agilar-colorpicker-text
{
	width: 50px;
	margin: 0px;
}

.agilar-colorpicker-popup
{
	border: 1px solid #888;
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 30px #888;
	-webkit-box-shadow: 0px 0px 30px #888;
	box-shadow: 0px 0px 30px #888;
}

.agilar-colorpicker-popup-colorPanel
{
	border: 1px solid #000000;
	width: 160px;
	height: 10px;
	margin: 4px;
}

.agilar-colorpicker-popup-text
{
	border: 1px solid #000000;
	width: 55px;
	margin: 4px;
}

.agilar-colorpicker-popup-palette
{
	border: 1px solid #000000;
	width: 160px;
	height: 160px;
	margin: 4px;
	padding: 0px;
}

.agilar-colorpicker-popup-hueselector
{
	border: 1px solid #000000;
	width: 20px;
	height: 180px;
	margin: 4px;
	padding: 0px;
}

.agilar-colorpicker-popup-link
{
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	
	
}


.articulo_sin_definir_nivel {
	margin:10px 0px 0px 0px;
	min-height:200px;
	border-bottom: 3px solid #848488;
  	border-top: 3px solid #848488;
  	border-left: 30px solid #848488;
  	border-right: none;
  	padding: 10px 0px 10px 10px;
  	overflow: hidden;
}

.articulo_nivel_basico {
	margin:10px 0px 0px 0px;
	min-height:200px;
	border-bottom: 3px solid #f5ee00;
  	border-top: 3px solid #f5ee00;
  	border-left: 30px solid #f5ee00;
  	border-right: none;
  	padding: 10px 0px 10px 10px;
  	overflow: hidden;
}


.articulo_nivel_facil {
	margin:10px 0px 0px 0px;
	min-height:200px;
	/*width: 100%;*/
	border-bottom: 3px solid #00c31c;
  	border-top: 3px solid #00c31c;
  	border-left: 30px solid #00c31c;
  	border-right: none;
  	padding: 10px 0px 10px 10px;
  	overflow: hidden;
  	
}

.articulo_nivel_medio {
	margin:10px 0px 0px 0px;
	min-height:200px;
	border-bottom: 3px solid #0c00ae;
  	border-top: 3px solid #0c00ae;
  	border-left: 30px solid #0c00ae;
  	border-right: none;
  	padding: 10px 0px 10px 10px;
  	overflow: hidden;
}

.articulo_nivel_avanzado {
	margin:10px 0px 0px 0px;
	min-height:200px;
	border-bottom: 3px solid #FF0000;
  	border-top: 3px solid #FF0000;
  	border-left: 30px solid #FF0000;
  	border-right: none;
  	padding: 10px 0px 10px 10px;
  	overflow: hidden;
}
.articulo_nivel_alto {
	margin:10px 0px 0px 0px;
	min-height:200px;
	border-bottom: 3px solid #000000;
  	border-top: 3px solid #000000;
  	border-left: 30px solid #000000;
  	border-right: none;
  	padding: 10px 0px 10px 10px;
  	overflow: hidden;
}


.articulo_sin_definir_nivel_edicion {
	margin:10px 0px 0px 0px;
	min-height:500px;
	border-bottom: 3px dashed #848488;
  	border-top: 3px dashed #848488;
  	border-left: 30px solid #848488;
  	border-right: none;
  	padding: 10px 0px 10px 10px;
  	overflow: hidden;
}

.articulo_nivel_basico_edicion {
	margin:10px 0px 0px 0px;
	min-height:500px;
	border-bottom: 3px dashed #f5ee00;
  	border-top: 3px dashed #f5ee00;
  	border-left: 30px solid #f5ee00;
  	border-right: none;
  	padding: 10px 0px 10px 10px;
  	overflow: hidden;
}


.articulo_nivel_facil_edicion {
	margin:10px 0px 0px 0px;
	min-height:500px;
	/*width: 100%;*/
	border-bottom: 3px dashed #00c31c;
  	border-top: 3px dashed #00c31c;
  	border-left: 30px solid #00c31c;
  	border-right: none;
  	padding: 10px 0px 10px 10px;
  	overflow: hidden;
  	
}

.articulo_nivel_medio_edicion {
	margin:10px 0px 0px 0px;
	min-height:500px;
	border-bottom: 3px dashed #0c00ae;
  	border-top: 3px dashed #0c00ae;
  	border-left: 30px solid #0c00ae;
  	border-right: none;
  	padding: 10px 0px 10px 10px;
  	overflow: hidden;
}

.articulo_nivel_avanzado_edicion {
	margin:10px 0px 0px 0px;
	min-height:500px;
	border-bottom: 3px dashed #FF0000;
  	border-top: 3px dashed #FF0000;
  	border-left: 30px solid #FF0000;
  	border-right: none;
  	padding: 10px 0px 10px 10px;
  	overflow: hidden;
}
.articulo_nivel_alto_edicion {
	margin:10px 0px 0px 0px;
	min-height:500px;
	border-bottom: 3px dashed #000000;
  	border-top: 3px dashed #000000;
  	border-left: 30px solid #000000;
  	border-right: none;
  	padding: 10px 0px 10px 10px;
  	overflow: hidden;
}




.autor {
  	width: 150px;
  	float: left;
	/*border: 1px solid #00FF00;*/
	margin-left:-160px;
	/*text-align:right;*/
	padding-right: 10px; 
}



.contenido_articulo {
	float: left;
	/*border: 1px solid #5F0000;*/
	width: 100%;
	padding: 0px;
	margin-right: 5px;

}

/*
.dentro_de_contenido_articulo {
	margin-right: 160px;
	margin-left: 0px;
	padding: 0px;
	border: none;
}
*/



.los_articulos {
	width: 100%;
    margin: 0; padding: 0; border: 0;
    display: block;
}


.previsu_y_redactar {
	/*padding-right: 40px;*/
	width: 100%;	
}

.flowpanel_previsu_y_redactar {
	margin:10px 0px 0px 0px;
		
}


.botones_guardar_borrar {
	/*margin-left: 3px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 3px;*/
	margin-left: 3px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	height:20px;
	width: 150px;
	/*text-align:left;*/
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	
}


.botones_cancelar {
	margin-left: 3px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height:20px;
	width: 150px;
	/*text-align:left;*/
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}


.casilla {
	min-height: 0px;
	height: 10px;
	width: 10px;	
	margin:0px;
	padding: 0px;
	border: none;
	overflow: hidden;
	float: left;
}


.casilla_color {
	min-height: 0px;
	height: 10px;
	width: 20px;	
	margin:0px;
	padding: 0px;
	border: none;
	overflow: hidden;
	float: left;
}


.mejora_boton {
	margin-left: 0px;
	margin-right: 1px;
	margin-top: 2px;
	margin-bottom: 0px;
	/*margin: 0px;*/
	height:20px;
	width: 106px;
	text-align:left;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	
}

.tools_y_envio {
	margin:0px 0px 0px 0px;
	padding: 3px 3px 0;
	line-height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	border: solid 1px #6d6d6d;
	/* 1 */
	/*background: #8b8b8b; /* for non-css3 browsers */
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#8a8a8a'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#8a8a8a)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #e9e9e9,  #8a8a8a); /* for firefox 3.6+ */
	/* 4 */
	background: #6a6a6a; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#6a6a6a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#6a6a6a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #c9c9c9,  #6a6a6a); /* for firefox 3.6+ */

}


.sep_tipo {
	margin:10px 10px 0px 10px;
	padding: 7px 6px 7px 6px;
	line-height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	border: solid 1px #6d6d6d;
	/* 3 */
	background: #aaaaaa; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#aaaaaa'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#aaaaaa)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f9f9f9,  #aaaaaa); /* for firefox 3.6+ */
	border: solid 1px #6d6d6d;
}

.todo_el_ancho {width: 100%; }
.ajustado_al_contenido_iz { float: left; width: auto; margin:0px 10px 0px 0px; }
.ajustado_al_contenido_de { float: right; width: auto; margin:0px 0px 0px 10px;}
.llena_el_espacio_dispo {}
.clear { clear: both; height: 1px; overflow: hidden; font-size:0pt; margin-top: -1px; }

.te_gusta{}



