BODY {
 	background-color: #FFFFFF;
  	font-family: 'Open Sans',Tahoma,Arial,Helvetica,Geneva,sans-serif;
	font-size: 12pt;
  	margin: 0 0 0 0;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
}


.negraXS {
	color: #000000;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
	}
.negraXS a:hover {color: #606060; }
.negraS {
	color: #000000;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
	}
.negraS a:hover {color: #606060; }
.negraM {
	color: #000000;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
	}
.negraM a:hover {color: #606060; }
.negraL {
	color: #000000;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
	}
.negraL a:hover {color: #606060; }
.negraXL {
	color: #000000;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
	}
.negraXL a:hover {color: #606060; }


.blancaXS {
	color: #FFFFFF;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
	}
.blancaXS a:hover {color: #606060; }
.blancaS {
	color: #FFFFFF;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
	}
.blancaS a:hover {color: #606060; }
.blancaM {
	color: #FFFFFF;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
	}
.blancaM a:hover {color: #606060; }
.blancaL {
	color: #FFFFFF;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
	}
.blancaL a:hover {color: #606060; }
.blancaXL {
	color: #FFFFFF;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
	}
.blancaXL a:hover {color: #606060; }


.marinaXS {
	color: #1B265C;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
	}
.marinaXS a:hover {color: #865624; }
.marinaS {
	color: #1B265C;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
	}
.marinaS a:hover {color: #865624; }
.marinaM {
	color: #1B265C;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
	}
.marinaM a:hover {color: #865624; }
.marinaL {
	color: #1B265C;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
	}
.marinaL a:hover {color: #865624; }
.marinaXL {
	color: #1B265C;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
	}
.marinaXL a:hover {color: #865624; }

/* RESULTADOS ------------------------------------- */
.reserror {
    	font-family: 'Open Sans',Tahoma,Arial,Helvetica,Geneva,sans-serif;	
    	font-size:10pt;
	font-weight: normal;
	color:#EE0000;
	padding-top:0px;
	padding-right:20px;
	margin-top:-4px;
	margin-bottom:10px;
	margin-left:35px;
	margin-right:35px;
}

.reserror h2 { 
	padding-top: -4px; 
	padding-left: -12px; 
  	font-size: 12pt;
	text-align: center;
}
.reserror ul{ 
	margin-top: 5px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-left: 15px; 
}
.reserror li{ 
	margin-top: 6px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-left: -1px; 
	list-style-type: circle;
}

/* TEXTO ------------------------------------- */
.texto {
    	font-family: 'Open Sans',Tahoma,Arial,Helvetica,Geneva,sans-serif;	
    	font-size:11pt;
	font-weight: normal;
	color:#333333;
	padding-top:0px;
	padding-right:20px;
	margin-top:-4px;
	margin-bottom:10px;
	margin-left:35px;
	margin-right:35px;
	text-align: justify;
}

.texto p.cita {
    	font-size:10pt;
	margin-top:-8px;
	padding-left:55px;
}

.texto a {
	color:#494F6A;
	text-decoration: none;
}

/* COVER ---------------------------------------- */
.cover {
	background-color:#535d8d;
    	border: 10px solid #ACB4D7;
	padding: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.option_on {
	background-color:#ACB4D7;
    	border: 5px solid #535d8d;
	padding: 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.option_off {
	background-color:#ACB4D7;
    	border: 0px;
	padding: 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* MENU TOP ------------------------------------- */

.a_menu_top {
	background-color:#99A1C6;
    	font-family: 'Open Sans',Tahoma,Arial,Helvetica,Geneva,sans-serif;	
    	font-size:13px;
	text-decoration:none;
	color:#FFFFFF;
	position:relative;
	padding:0px 12px;
	border-left:solid 1px #ACB4D7;
	margin-left:35px;
	background-image: linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -o-linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(137,148,198)),
	color-stop(1, rgb(171,185,248))
	);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #494F6A, 0px 10px 5px #999999;
	-moz-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #494F6A, 0px 10px 5px #999999;
	-o-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #494F6A, 0px 10px 5px #999999;
	box-shadow: inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #494F6A, 0px 10px 5px #999999;
}

.a_menu_top:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(171,185,248) 0%, rgb(137,148,198) 100%);
	background-image: -o-linear-gradient(bottom, rgb(171,185,248) 0%, rgb(137,148,198) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(171,185,248) 0%, rgb(137,148,198) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(171,185,248) 0%, rgb(137,148,198) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(171,185,248) 0%, rgb(137,148,198) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(171,185,248)),
	color-stop(1, rgb(137,148,198))
	);
	-webkit-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 2px 0px 0px #494F6A, 0px 5px 3px #999999;
	-moz-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 2px 0px 0px #494F6A, 0px 5px 3px #999999;
	-o-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 2px 0px 0px #494F6A, 0px 5px 3px #999999;
	box-shadow: inset 0px 1px 0px #ACB4D7, 0px 2px 0px 0px #494F6A, 0px 5px 3px #999999;
}

.a_menu_top::before {
	background-color:#3B3F55;
	content:"";
	width:20px;
	max-height:10px;
	height:100%;
	position:absolute;
	display:block;
	padding-top:8px;
	top:0px;
	left:-21px;
	font-size:10px;
	font-weight:bold;
	color:#8fd1ea;
	text-shadow:1px 1px 0px #1B265C;
	border-right:solid 1px #1B265C;
	background-image: linear-gradient(bottom, rgb(73,79,106) 0%, rgb(91,99,133) 100%);
	background-image: -o-linear-gradient(bottom, rgb(73,79,106) 0%, rgb(91,99,133) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(73,79,106) 0%, rgb(91,99,133) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(73,79,106) 0%, rgb(91,99,133) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(73,79,106) 0%, rgb(91,99,133) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(73,79,106)),
	color-stop(1, rgb(91,99,133))
	);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow:inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #35394D, 0px 10px 5px #999999 ;
	-moz-box-shadow:inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #35394D, 0px 10px 5px #999999 ;
	-o-box-shadow:inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #35394D, 0px 10px 5px #999999 ;
	box-shadow:inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #35394D, 0px 10px 5px #999999 ;
}

.a_menu_top:active::before {
	top:-3px;
	-webkit-box-shadow:inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #35394D, 1px 1px 0px 0px #191B24, 2px 2px 0px 0px #191B24, 2px 5px 0px 0px #191B24, 6px 4px 2px #494F6A, 0px 10px 5px #999999 ;
	-moz-box-shadow:inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #35394D, 1px 1px 0px 0px #191B24, 2px 2px 0px 0px #191B24, 2px 5px 0px 0px #191B24, 6px 4px 2px #494F6A, 0px 10px 5px #999999 ;
	-o-box-shadow:inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #35394D, 1px 1px 0px 0px #191B24, 2px 2px 0px 0px #191B24, 2px 5px 0px 0px #191B24, 6px 4px 2px #494F6A, 0px 10px 5px #999999 ;
	box-shadow:inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #35394D, 1px 1px 0px 0px #191B24, 2px 2px 0px 0px #191B24, 2px 5px 0px 0px #191B24, 6px 4px 2px #494F6A, 0px 10px 5px #999999 ;
}


/* TITULO SECCION ------------------------------------- */

.title_section {
	background-color:#3b3f55;
    	font-family: 'Open Sans',Tahoma,Arial,Helvetica,Geneva,sans-serif;	
    	font-size:18px;
	text-decoration:none;
	color:#FFFFFF;
	position:relative;
	padding:4px 22px;
	border-left:solid 1px #1B265C;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:45px;
	margin-right:45px;
	background-image: linear-gradient(bottom, rgb(73,79,106) 0%, rgb(91,99,133) 100%);
	background-image: -o-linear-gradient(bottom, rgb(73,79,106) 0%, rgb(91,99,133) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(73,79,106) 0%, rgb(91,99,133) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(73,79,106) 0%, rgb(91,99,133) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(73,79,106) 0%, rgb(91,99,133) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(73,79,106)),
	color-stop(1, rgb(91,99,133))
	);
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-webkit-box-shadow:inset 0px 1px 0px #ACB4D7, 0px 7px 0px 0px #35394D, 0px 10px 7px #999999 ;
	-moz-box-shadow:inset 0px 1px 0px #ACB4D7, 0px 7px 0px 0px #35394D, 0px 10px 7px #999999 ;
	-o-box-shadow:inset 0px 1px 0px #ACB4D7, 0px 7px 0px 0px #35394D, 0px 10px 7px #999999 ;
	box-shadow:inset 0px 1px 0px #ACB4D7, 0px 7px 0px 0px #35394D, 0px 10px 7px #999999 ;
}

.title_section::before {
	background-color:#99A1C6;
	content:"";
	width:28px;
	max-height:24px;
	height:100%;
	position:absolute;
	display:block;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:18px;
	padding-right:0px;
	top:0px;
	left:-36px;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:1px 1px 0px #ACB4D7;
	border-right:solid 1px #ACB4D7;
	background-image: linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -o-linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(137,148,198)),
	color-stop(1, rgb(171,185,248))
	);
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 7px 0px 0px #494F6A, 0px 10px 7px #999999;
	-moz-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 7px 0px 0px #494F6A, 0px 10px 7px #999999;
	-o-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 7px 0px 0px #494F6A, 0px 10px 7px #999999;
	box-shadow: inset 0px 1px 0px #ACB4D7, 0px 7px 0px 0px #494F6A, 0px 10px 7px #999999;

}

.ts1 {
	height:48px;
}
.ts1::before {
	max-height:48px;
	content:"1";
}

.ts2 {
	height:48px;
}
.ts2::before {
	max-height:48px;
	content:"2";
}

.ts3 {
	height:48px;
}
.ts3::before {
	max-height:48px;
	content:"3";
}



/* BOTONES BACK-NEXT ------------------------------------- */

.bt_back {
	background-color:#99A1C6;
    	font-family: 'Open Sans',Tahoma,Arial,Helvetica,Geneva,sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#FFFFFF;
	position:relative;
	padding:6px 20px;
	padding-left:50px;
	margin-right:5px;
	background-image: linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -o-linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(137,148,198)),
	color-stop(1, rgb(171,185,248))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #494F6A, 0px 10px 5px #999999;
	-moz-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #494F6A, 0px 10px 5px #999999;
	-o-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #494F6A, 0px 10px 5px #999999;
	box-shadow: inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #494F6A, 0px 10px 5px #999999;
}

.bt_back:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(171,185,248) 0%, rgb(137,148,198) 100%);
	background-image: -o-linear-gradient(bottom, rgb(171,185,248) 0%, rgb(137,148,198) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(171,185,248) 0%, rgb(137,148,198) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(171,185,248) 0%, rgb(137,148,198) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(171,185,248) 0%, rgb(137,148,198) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(171,185,248)),
	color-stop(1, rgb(137,148,198))
	);
	-webkit-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 2px 0px 0px #494F6A, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 2px 0px 0px #494F6A, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 2px 0px 0px #494F6A, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #ACB4D7, 0px 2px 0px 0px #494F6A, 0px 5px 3px #999;
}

.bt_back::before {
	background-color:#3B3F55;
	background-image:url(images/arrow_back.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	left:15px;
	top:50%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #494F6A, 0px 1px 0px #5B6385;
	-moz-box-shadow: inset 0px 1px 0px #494F6A, 0px 1px 0px #5B6385;
	-o-box-shadow: inset 0px 1px 0px #494F6A, 0px 1px 0px #5B6385;
	box-shadow: inset 0px 1px 0px #494F6A, 0px 1px 0px #5B6385;
}

.bt_back:active::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #5B6385, 0px 3px 0px #35394D, 0px 6px 3px #999999;
	-moz-box-shadow: inset 0px 1px 0px #5B6385, 0px 3px 0px #35394D, 0px 6px 3px #999999;
	-o-box-shadow: inset 0px 1px 0px #5B6385, 0px 3px 0px #35394D, 0px 6px 3px #999999;
	box-shadow: inset 0px 1px 0px #5B6385, 0px 3px 0px #35394D, 0px 6px 3px #999999;
}





.bt_next {
	background-color:#99A1C6;
    	font-family: 'Open Sans',Tahoma,Arial,Helvetica,Geneva,sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#FFFFFF;
	position:relative;
	padding:6px 20px;
	padding-right:50px;
	margin-left:5px;
	background-image: linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -o-linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(137,148,198) 0%, rgb(171,185,248) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(137,148,198)),
	color-stop(1, rgb(171,185,248))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #494F6A, 0px 10px 5px #999999;
	-moz-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #494F6A, 0px 10px 5px #999999;
	-o-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #494F6A, 0px 10px 5px #999999;
	box-shadow: inset 0px 1px 0px #ACB4D7, 0px 5px 0px 0px #494F6A, 0px 10px 5px #999999;
}

.bt_next:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(171,185,248) 0%, rgb(137,148,198) 100%);
	background-image: -o-linear-gradient(bottom, rgb(171,185,248) 0%, rgb(137,148,198) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(171,185,248) 0%, rgb(137,148,198) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(171,185,248) 0%, rgb(137,148,198) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(171,185,248) 0%, rgb(137,148,198) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(171,185,248)),
	color-stop(1, rgb(137,148,198))
	);
	-webkit-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 2px 0px 0px #494F6A, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 2px 0px 0px #494F6A, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #ACB4D7, 0px 2px 0px 0px #494F6A, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #ACB4D7, 0px 2px 0px 0px #494F6A, 0px 5px 3px #999;
}

.bt_next::before {
	background-color:#3B3F55;
	background-image:url(images/arrow_next.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #494F6A, 0px 1px 0px #5B6385;
	-moz-box-shadow: inset 0px 1px 0px #494F6A, 0px 1px 0px #5B6385;
	-o-box-shadow: inset 0px 1px 0px #494F6A, 0px 1px 0px #5B6385;
	box-shadow: inset 0px 1px 0px #494F6A, 0px 1px 0px #5B6385;
}

.bt_next:active::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #5B6385, 0px 3px 0px #35394D, 0px 6px 3px #999999;
	-moz-box-shadow: inset 0px 1px 0px #5B6385, 0px 3px 0px #35394D, 0px 6px 3px #999999;
	-o-box-shadow: inset 0px 1px 0px #5B6385, 0px 3px 0px #35394D, 0px 6px 3px #999999;
	box-shadow: inset 0px 1px 0px #5B6385, 0px 3px 0px #35394D, 0px 6px 3px #999999;
}



/* FORMULARIO ------------------------------------- */

.styled-form {
   	font-family: 'Open Sans',Tahoma,Arial,Helvetica,Geneva,sans-serif;
   	font-size: 10pt;
}
.styled-form h3,form,fieldset,input,select,textarea {
	border:0;
	outline:none;
	margin:0;
	padding:0;
}
.styled-form fieldset h3 {
 	color:#535D8D;
   	font-size: 14pt;
	margin-bottom: 0.8em;
}
.styled-form fieldset h3.b {
 	color:#000000;
   	font-size: 11pt;
	margin-bottom: 0.8em;
}
.styled-form fieldset h4 {
 	color:#000000;
   	font-size: 10pt;
   	font-weight: normal;
   	text-align: justify;
	margin-bottom: 0.5em;
}
.styled-form fieldset ul, ol {
	list-style:none;
	padding-left: 1px;
}
.styled-form fieldset li.form-row {
	margin-bottom: 5px;
	padding: 2px 0;
	clear: both;
	position: relative;
}
.styled-form fieldset li.button-row {
	margin-bottom: 0;
	padding: 5px 0 0;
	text-align: center;
}
.styled-form label, .extralabel {
	display: block;
   	font-size: 10pt;
	font-weight: normal;
	float: left;
	line-height: 26px;
	padding-top: 0px;
	padding-right: 6px;
	color: #000000;
}
.styled-form .extralabelB {
	display: block;
   	font-size: 10pt;
	font-weight: bold;
	float: left;
	line-height: 26px;
	padding-top: 0px;
	padding-right: 6px;
	color: #000000;
}
.styled-form .extralabelL {
	display: block;
   	font-size: 10pt;
	font-weight: normal;
	float: left;
	line-height: 26px;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 6px;
	color: #000000;
}
.styled-form .cambio {
	float: left;
	line-height: 20px;
	padding-top: 4px;
	padding-left: 25px;
}
.styled-form .l60 {
	width: 60px;
}
.styled-form .l210 {
	width: 210px;
}
	
.styled-form label.l100 {
	width: 100px;
	text-align: right;
}
.styled-form label.l125 {
	width: 125px;
	text-align: right;
}
.styled-form label.l150 {
	width: 150px;
	text-align: right;
}
.styled-form label.l200 {
	width: 200px;
	text-align: right;
}
.styled-form label.l250 {
	width: 250px;
	text-align: right;
}
.styled-form label.l300 {
	width: 300px;
	text-align: right;
}
.styled-form label.l350 {
	width: 350px;
	text-align: right;
}
.styled-form label.l400 {
	width: 400px;
	text-align: right;
}

.styled-form label.double {
	padding-top: 0;
	line-height: 16px;
	margin-top: -6px;
}
.styled-form center {
	padding-top: 12px;
}

.styled-form input.text-input, select.text-select, textarea.text-input {
	background-color: #DFE4FE;
    	border: 1px solid #ACB4D7;
 	margin: 0px;
	padding: 2px 2px;
	font: normal 10pt 'Open Sans',Tahoma,Arial,Helvetica,Geneva,sans-serif;
	color: #333333;
	line-height: 1em;
}

.styled-form input.text-inputHeaders {
	background-color: #535D8D;
    	border: 1px solid #ACB4D7;
 	margin: 0px;
	padding: 2px 2px;
	font: normal 10pt 'Open Sans',Tahoma,Arial,Helvetica,Geneva,sans-serif;
	color: #FFFFFF;
	line-height: 1em;
}

.styled-form input.text-inputSubtotal {
	background-color: #FFFFFF;
    	border: 1px solid #535D8D;
 	margin: 0px;
	padding: 2px 2px;
	font: normal 10pt 'Open Sans',Tahoma,Arial,Helvetica,Geneva,sans-serif;
	color: #000000;
	line-height: 1em;
}

.styled-form span.error {
	font: bold 10px 'Open Sans',Tahoma,Arial,Helvetica,Geneva,sans-serif;
	color:#FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	display: none;
	background: #950A0A url(images/arrow_error.png) no-repeat 100% ;
	height: 10px;
	padding: 7px 25px 10px 10px;
	line-height: 1em;
	position: absolute;
	top: 3px;
	left: 20px;
	border-left: 1px solid #6C0202;
}

.styled-form fieldset li.error input.text-input {
	background-color: #FEBEBE;
   	border: 1px solid #BC2323;
	color: #7D1717;
}

.styled-form fieldset li.error select.text-select {
	background-color: #FEBEBE;
    	border: 1px solid #BC2323;
	color: #7D1717;
}

.styled-form fieldset li.error textarea.text-input {
	background-color: #FEBEBE;
    	border: 1px solid #BC2323;
	color: #7D1717;
}


/* TABS ------------------------------------- */

.tab { 
	padding: 0px; 
/* 	clear: both;  */
}
.tab li { 
	display: inline; 
}
.tab li a { 
	background: #535D8D; 
	background-image: linear-gradient(bottom, rgb(73,79,106) 0%, rgb(91,99,133) 100%);
	background-image: -o-linear-gradient(bottom, rgb(73,79,106) 0%, rgb(91,99,133) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(73,79,106) 0%, rgb(91,99,133) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(73,79,106) 0%, rgb(91,99,133) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(73,79,106) 0%, rgb(91,99,133) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(73,79,106)),
	color-stop(1, rgb(91,99,133))
	);
	padding: 4px 3px; 
	float:left; 
	border: 1px solid #99A1C6; 
	border-bottom: none; 
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;	
	text-decoration: none; 
	text-align: center; 
	color: #FFFFFF; 
   	font-size: 10pt;
	font-weight: normal;
}
.tab li a.M {
	width: 57px;
	height: 42px;
}
.tab li a.L {
	width: 75px;
	height: 42px;
	margin-right: -1px;
}
.tab li.active a { 
	background: #DFE4FE; 
	border: 2px solid #99A1C6; 
	border-bottom: none; 
	color: #535D8D; 
	}
	
.content { 
	float: left; 
	clear: both; 
	border: 2px solid #99A1C6; 
	border-top: none; 
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;	
	margin-right: 4px;
	background: #DFE4FE; 
	padding: 2px 20px 15px; 
	width: 400px; 
   	font-size: 9pt;
	text-align: left;
}
.content h2 { 
	padding-top: -4px; 
	padding-left: -12px; 
  	font-size: 11pt;
	color: #535D8D; 
}
.content p { 
	margin-top: 7px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-left: 10px; 
}
.content p.d { 
	margin-top: 1px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-left: 20px; 
}
.content p.f { 
	text-align: center;
	margin-top: 4px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-left: 0px; 
   	font-size: 10pt;
}
.content ul.r { 
	margin-top: 5px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-left: 15px; 
}
.content li.r { 
	margin-top: 6px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-left: -1px; 
	list-style-type: circle;
}
.content ol.n { 
	margin-top: 5px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-left: 35px; 
}
.content li.n { 
	margin-top: 6px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-left: -1px; 
	list-style-type: decimal ;
}
.content li.a { 
	margin-top: 6px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-left: 20px; 
	text-indent: -30px;
	list-style-type: none;
}
.content a.func { 
	text-decoration: none;
   	color: #1B265C;
}


/* SELECT IDIOMA ------------------------------------- */

.styled-select select {
   	background: #99A1C6;
   	padding: 2px;
    	font-family: 'Open Sans',Tahoma,Arial,Helvetica,Geneva,sans-serif;
   	font-size: 10pt;
   	color: #1B265C;
   	outline:none;
   	border: 1px solid #535D8D;
  	height: 24px;
}

.styled-select option {
   	background: #ECECEC;
}



/* MENU LATERAL ------------------------------------- */

.clear {clear: both;}

.dcjq-count {float: right;}

.grey .accordion ul, ul li {
	list-style: none;
	border:0;
	outline:none;
	margin:0;
	padding:0;
}

.grey .accordion {
	font: 12px 'Open Sans',Tahoma,Arial,Helvetica,Geneva,sans-serif; 
	border-top: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC;
}
.grey .accordion, .grey .accordion ul {
	list-style: none;
}
.grey .accordion, .grey .accordion li {
	list-style: none;
	margin: 0; 
	padding: 0; 
	border: none;
}
.grey .accordion a {
	padding: 8px 8px 10px 30px; 
	background: #ECECEC; 
	text-decoration:none; 
	display: block; 
	color: #3A4156; 
	border-bottom: 1px solid #576080; 
	border-top: 1px solid #FFFFFF; 
	position: relative; 
}
.grey .accordion a.dcjq-parent, .grey .accordion a.dcjq-parent a:hover {
	background: #9AA6DE url(images/bg_blue.png) repeat-x 0 -1px;
	color: #FFFFFF; 
}
.grey .accordion a.dcjq-parent.active {}
.grey .accordion a .dcjq-icon {
	position: absolute; 
	top: 50%; 
	left: 0px; 
	width: 35px; 
	margin-top: -17px; 
	height: 34px; 
	background: url(images/arrow_blue_right.png) no-repeat 0 center;
}
.grey .accordion a.dcjq-parent.active .dcjq-icon {
	background: url(images/arrow_blue_down.png) no-repeat 0 center;
}
.grey .accordion a:hover {
	background: #576080 ; 
	color: #faf6d8;}
.grey .accordion a:active{}

/* Listado ------------------------------------- */

/* tables */
table.tablesorter {
	border-collapse: collapse;
	border: 0px;
    	font-family: 'Open Sans',Tahoma,Arial,Helvetica,Geneva,sans-serif;
	background-color: #DFE4FE;
	font-size: 8pt;
	
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #99A1C6;
	border: 1px solid #FFFFFF;
	font-size: 10pt;
   	font-weight: bold;
   	color: #FFFFFF;
   	padding-left: 10px;
   	padding-right: 10px;
   	padding-top: 10px;
   	padding-bottom: 5px;
   	
}
table.tablesorter thead tr .header {
	background-image: url('images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	text-align: left;
}
table.tablesorter tbody td {
   	background-color: #DFE4FE;
   	padding-left: 10px;
   	padding-right: 10px;
   	padding-top: 2px;
   	padding-bottom: 2px;
   	color: #1B265C;
   	border-bottom: 1px solid #535D8D; 
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('images/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #576080;
}


.td1 {
   	font-size: 10pt;
}

.td2 {
   	font-size: 8pt;
}

.tdc {
	text-align: center;
}


#gira2{
transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
padding-top:95px;
align=center
}