@charset "utf-8";
/* CSS Document */

.t3-inset1 div.t3-moduletable, .t3-inset1 .div.moduletable, .t3-inset1 div.t3-module, .t3-inset1 div.module {
	/*margin-right: 40px; */
	margin-left: 0;
}

div.t3-topbox {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #B5E448;
	border: 2px solid #e1e1e1;
	border-top: 0;
	border-left: 0;
	margin-bottom: 10px;
	text-align: center;
	
}

div.t3-box-sup {
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	background-image: -moz-linear-gradient(top,#C9CDCB,#ffffff);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#C9CDCB),to(#ffffff));
	background-image: -webkit-linear-gradient(top,#C9CDCB,#ffffff);
	background-image: -o-linear-gradient(top,#C9CDCB,#ffffff);
	background-image: linear-gradient(to top,#C9CDCB,#ffffff);
	background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#C9CDCB', GradientType=0); 	
	width: 100%;
	height: 45px;
}

.t3-texto-box-sup {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align: left;
	vertical-align: middle;
	position: absolute;
	padding-top: 12px;
	padding-left: 10px;
}

div.t3-box {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	margin-bottom: 10px;
}

.t3-box-text{
	text-align: justify;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div.t3-moduletable, div.moduletable {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}


/* MODULE STYLES
--------------------------------------------------------- */
div.t3-moduletable h3, div.moduletable h3, div.t3-module h3, div.module h3 {
	background: url(../images/h3-bg.jpg) repeat-x left top;
	border-bottom: 1px solid #bab6b0;
	color: #fff;
	font-size: 140%;
	height: 38px;
	line-height: 38px;
	margin: 0 0 0px;
	padding: 0 20px;
}
div.t3-moduletable, div.moduletable {
	background-color: #fcfcfc;
	border: 1px solid #e1e1e1;
	border-top: 0;
/*	margin-bottom: 25px; */
}
div.t3-box-ct {
	padding: 10px 20px;
}
.t3-moduletable ul li, .t3-module ul li, .t3-content-main ul li {
	background: none;
	padding-left: 0;
}
.moduletable_green .t3-box-ct p {
	margin: 0;
}
