body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}
p,a {
	color: #000;
	text-decoration: none;
	
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.8em;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 6px;
	margin-bottom: 10px;
	margin-top: 10px;
}
h2 {
	font-weight: normal;
	color: #06C;
	background-color: #9BD7FF;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.sides_right a {
	font-style: italic;
	color: #0A7BB1;
}

.search {

}
.td_sep a {
	color: #06F;
}
.td_sep a:hover {
	text-decoration: underline;
	color: #1552A4;
}

.search_lbl {
	border: 1px solid #999;
	padding: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	margin: 5px;
}
.fact_lbl {
	border: 1px solid #999;
	padding: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
}
.fact_lbl_ext {
	border: 1px solid #999;
	padding: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	display: block;
	width:90%;
	min-width:300px;
	margin-right: 5px;
	margin-left: 5px;
}


.search_btn {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}


.btns {
	margin-top: 20px;
	margin-bottom: 20px;
	background: rgb(206,220,231); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(206,220,231,1) 0%, rgba(137,170,198,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,1)), color-stop(100%,rgba(137,170,198,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(137,170,198,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(137,170,198,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(137,170,198,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(206,220,231,1) 0%,rgba(137,170,198,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#89aac6',GradientType=0 ); /* IE6-9 */

	border: 1px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	width: auto;

}
.btns ul li {
	display: inline;
}
.btns ul li a {
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
	display: block;
	float: left;
	padding: 8px;
	margin-top: 3px;
}
.btns ul li a:hover {
	background-color: #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	
}
.btns ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #FFF;
}
.btns .btnSubmit {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 8px;
	padding-bottom: 8px;
	background: none;
	cursor:pointer;
	color: #039;
	font-style: italic;
}
.btns .btnSubmit:hover {
	background-color: #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}

.btns .btnSubmit_red {
	background: none;
	cursor:pointer;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor:pointer;
	color: #039;
	font-style: italic;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border: 1px solid #F00;
}
.btns .btnSubmit_red:hover {
	background-color: #8C0000;
	color: #FFF;	
}

.header {






filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
	height: 30px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	z-index: 25;
	background-image: -webkit-linear-gradient(270deg,rgba(77,202,255,1.00) 0%,rgba(185,234,255,1.00) 30.57%,rgba(77,202,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(77,202,255,1.00) 0%,rgba(185,234,255,1.00) 30.57%,rgba(77,202,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(77,202,255,1.00) 0%,rgba(185,234,255,1.00) 30.57%,rgba(77,202,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(77,202,255,1.00) 0%,rgba(185,234,255,1.00) 30.57%,rgba(77,202,255,1.00) 100%);
}
.log_in {
	top: 30px;
	right: 35px;
	color: #FFF;
	font-size: 0.8em;
	float: right;
}
.log_in ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.log_in ul li a:hover {
	color: #FF0;
	transition: color .25s;
	-moz-transition: color .25s;
	-webkit-transition: color .25s;
}
.log_in ul {
	padding: 0px;
	list-style-type: none;
}
.log_in ul li {
	display: inline;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.log_in_img {
	margin-right: 5px;
}

.logo {
	position: absolute;
	left: 270px;
	top: 2px;
	z-index: 500;
}


.content {
	background-color: #FFF;
}
.side_ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
.side_ul li {
	float: left;
	display: block;
}
.cl {
	clear: both;
}
.sides_left {
	width: 230px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	background-color: #CEFFFB;
	overflow: auto;
	z-index: auto;
	bottom: 0px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	float: left;
	position: fixed;
	height: 100%;
	top: 0px;
}
.sides_right {
	overflow: auto;
	z-index: auto;
	min-width: 600px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	left: 260px;
	right: 0px;
	position: absolute;
}
.fade {

}
.sides_left ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
.sides_left ul li {
	display: block;
}
.sides_left ul li .fisrtRow {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	display: block;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}
.sides_left ul li ul {
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.sides_left ul li ul li .secondRow {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	background-image: url(../images/arrowdots.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-color: #58E0E7;
	color: #18710F;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #27AD18;
	font-family: Tahoma, Geneva, sans-serif;
	transition: .2s;
}
.sides_left ul li ul li .secondRow:hover {
	color: #FFF;
	background-color: #1EB4DA;
	background-image: url(../images/arrowdots.png);
	background-repeat: no-repeat;
	background-position: 150px center;
	padding-left: 10px;
	padding-right: 35px;
	transition: .2s;
}
.sides_left ul li ul li:last-child .secondRow {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	border-bottom-style: none;
}
.sides_left ul li ul li:first-child .secondRow {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.sides_left ul li a {
	text-decoration: none;
	color: #666;
	text-transform: capitalize;
}
.tb_separator {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.td_sep_new {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.div_table {
	border: 1px solid #CCC;
}
.box_lines {
	padding: 6px;
	margin-top: 3px;
	margin-bottom: 10px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	margin-right: 5px;
	margin-left: 5px;
}
.tb_title {
	font-size: 1.2em;
	padding: 12px;
	background: rgb(212,228,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,228,239,1)), color-stop(100%,rgba(134,174,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 ); /* IE6-9 */
	font-weight: bolder;
	color: #0C4AB4;
}
.td_title_new {
	font-size: 1.2em;
	padding: 12px;
	background: rgb(212,228,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,228,239,1)), color-stop(100%,rgba(134,174,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* W3C */


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 ); /* IE6-9 */
	font-weight: bolder;
	color: #0C4AB4;
}


/* -------------------------- BOTONES -------------------------------*/
.btn_green {
	font-size: 0.8em;
	color: #FFF !important;
	background-color: #0C0;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	cursor:pointer;
	font-style: normal !important;
	display: inline-block;
}
.btn_green:hover {
	background-color: #2C80E8;
}
.btn_orange {

	font-size: 0.8em;
	color: #FFF !important;
	background-color: #F90;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	background-image: url(../images/up.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	cursor:pointer;
	font-style: normal !important;
	display: block;
	float: left;
}
.btn_orange:hover {
	background-color: #2C80E8;
}
.btn_blue {
	font-size: 0.8em;
	color: #FFF !important;
	background-color: #03F;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	background-image: url(../images/go_btn.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	cursor:pointer;
	font-style: normal !important;
	display: block;
	float: left;
}
.btn_blue:hover {
	background-color: #2C80E8;
}
.btn_red {
	font-size: 0.8em;
	color: #FFF !important;
	background-color: #F00;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	background-image: url(../images/del_btn.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	cursor:pointer;
	font-style: normal !important;
	display: inline-block;
}
.btn_red:hover {
	background-color: #2C80E8;
}

/* -------------------------- END BOTONES -------------------------------*/

.frms .lb {
	padding: 8px;
	margin-top: 3px;
	margin-bottom: 10px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.btn_frms {
	font-weight: bold;
	color: #FFF;
	background-color: #093;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.div_table .a_check {
	color: #FFF;
	background-color: #0C3;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 0.8em;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
}
.div_table .a_orange {
	color: #FFF;
	background-color: #FFB108;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	background-image: url(../images/up.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 0.8em;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
}
.error {
	background-color: #FFC;
	border: 1px solid #FF0;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #F00;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
.div_btn_nav {
	background-color: #DFE3E2;
	margin-top: 5px;
	margin-bottom: 8px;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
}
.nav_btn_right ul {
	margin: 0px;
	padding: 0px;
}
.nav_btn_right ul li a {
	background-color: #8C9B98;
	margin-right: 3px;
	margin-left: 3px;
	float: left;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-weight: 500;
	color: #FFF;
}
.nav_btn_right ul li {
	display: inline;
}
.nav_btn_right {
	float: right;
	margin-right: 20px;
	margin-top: 1px;
}
.nav_btn_text {
	float: left;
	margin-top: 1px;
	margin-left: 20px;
}
.red_bold {
	font-weight: bold;
	color: #F00;
}
.yellow_tx {
	font-style: italic;
	color: #FF0;
}
.blue_tx {
	color: #069;
}
.clear_space {
	padding-top: 50px;
	clear: both;
}
.notes {
	font-size: small;
	font-style: italic;
	color: #6B6B6B;
}.div_33 {
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}
