@CHARSET "UTF-8";

* {
	font-family: Arial, Helvetica, sans-serif;
}

p,a,li,div {
	margin: 0;
	padding: 0;
	color: #5B4C5C;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6,ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 16px;
	color: #573E5A;
}

h2 {
	font-size: 16px;
	color: #937391;
}

h3 {
	font-size: 17px;
	color: #FFFFFF;
}

img {
	border: none;
}

.radio input[type="radio"] {
	display: none;
}

.radio input[type="radio"]+label {
	display: inline-block;
	/*width: 22px; */
	height: 22px;
	vertical-align: middle;
	background: url("../images/JNet_Ctrl_Radio_Off.png") no-repeat;
	cursor: pointer;
	padding-left: 25px;
	display: table-cell;
}

.radio input[type="radio"]:checked+label {
	background-image: url("../images/JNet_Ctrl_Radio_On.png");
}

.personName {
	font-weight: bold;
}

body {
	background-image: url("../images/JNet_Img_BkgSuperior.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	min-width: 1140px;
}

input[type=button] {
	cursor: pointer;
	padding: 5px 15px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	background: rgb(175, 156, 177); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmOWNiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NDUzNzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(175, 156, 177, 1) 0%,
		rgba(116, 83, 120, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(175,
		156, 177, 1) ), color-stop(100%, rgba(116, 83, 120, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(175, 156, 177, 1) 0%,
		rgba(116, 83, 120, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(175, 156, 177, 1) 0%,
		rgba(116, 83, 120, 1) 100% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(175, 156, 177, 1) 0%,
		rgba(116, 83, 120, 1) 100% ); /* IE10+ */
	background: linear-gradient(to bottom, rgba(175, 156, 177, 1) 0%,
		rgba(116, 83, 120, 1) 100% ); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#af9cb1',
		endColorstr='#745378', GradientType=0 ); /* IE6-8 */
	color: white;
	border: none;
	font-size: 14px;
}

input[type=button]:ACTIVE {
	position: relative;
	top: 1px;
}

input[type=text] {
	min-height: 22px;
	font-size: 14px;
	color: #414042;
	background-color: #FFF;
	border: solid 1px #565656;
	padding-left: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#background {
	min-height: 300px;
	background: url("../images/JNet_Img_BkgInferior.png") no-repeat right
		bottom;
}

/*Control de la pagina*/
#pageControl {
	position: fixed;
	z-index: 99;
	right: 0;
	top: 100px;
}

#pageControl ul {
	list-style: none;
}

#pageControl li {
	list-style: none;
	background: url("../images/JNet_MFlot_Tab_General.png") no-repeat top
		left;
	width: 77px;
	height: 28px;
	padding-bottom: 2px;
}

#pageControl a {
	font-size: 10px;
	color: #573E5A;
	text-decoration: none;
	padding-left: 28px;
	display: block;
	height: 100%;
	line-height: 3;
}

#pageControl #zoomin a{
	line-height: 1.5;
	background-image: url("../images/JNet_MFlot_Ico_FontAumenta.png");
	background-repeat: no-repeat;
	background-position: 2px center;
}

#pageControl #zoomout a{
	line-height: 1.5;
	background-image: url("../images/JNet_MFlot_Ico_FontDisminuir.png");
	background-repeat: no-repeat;
	background-position: 2px center;
}

#pageControl #exit {
	background-image: url("../images/JNet_MFlot_Tab_Salir.png");
}

#pageControl #exit a {
	color: white;
	background-image: url("../images/JNet_MFlot_Ico_Salir.png");
	background-repeat: no-repeat;
	background-position: 2px center;
}

#print a {
	background-image: url("../images/JNet_MFlot_Ico_Imprimir.png");
	background-repeat: no-repeat;
	background-position: 2px center;
}

#back a {
	background-image: url("../images/JNet_MFlot_Ico_Regresar.png");
	background-repeat: no-repeat;
	background-position: 2px center;
}

#wrapper,#userInfo,#header>div {
	width: 980px;
	margin: 0 auto;
	clear: both;
}

#header>div { /*overflow: hidden;*/
	position: relative;
}

/*Informacion al usuario*/
#userInfo {
	overflow: hidden;
}

#userInfo ul {
	float: right;
	margin: 3px 0;
}

#userInfo li {
	float: left;
	list-style: none;
	border-left: solid 1px #ABA2B0;
	padding: 0 5px;
	color: #79657B;
}

#userInfo li:FIRST-CHILD {
	border-left: none;
}

/*Header*/
#header {
	background: url("../images/JNet_Header_Repeater_Unselected.png")
		repeat-x top left;
	min-height: 50px;
	width: 100%;
}

/*Menu de navegacion principal */
#header .menuJafra {
	background: url("../images/JNet_LogoFlag.png") no-repeat left top;
	width: 161px;
	min-height: 230px;
	float: left;
	margin-bottom: 24px;
	position: relative;
}

.dectectionMenuJafraClick {
	background: url("../images/JNet_Img_HeaderLogo.png") no-repeat center 20px;
	width: 151px;
	height: 100px;
	position: absolute;
	cursor: pointer;
}

#header .menuJafra ul {
	padding: 105px 10px 0 10px;
}

#header .menuJafra li {
	list-style: none;
	padding: 10px 0;
}

#header .menuJafra li.main {
	padding-left: 20px;
	background: url("../images/JNet_Ico_Inicio.png") no-repeat center left;
}

#header .menuJafra li.search {
	padding-left: 20px;
	background: url("../images/JNet_Ico_Busqueda.png") no-repeat center left;
}

#header .menuJafra li.siteMap {
	padding-left: 20px;
	background: url("../images/JNet_Ico_MapaSitio.png") no-repeat center
		left;
}

#header .menuJafra li.help {
	padding-left: 20px;
	background: url("../images/JNet_Ico_Ayuda.png") no-repeat center left;
}

#header .menuJafra a {
	font-size: 12px;
	color: #79657B;
	text-decoration: none;
}

/*Menu navegacion de todo el sitio*/
#header > div > .content {
	float: left;
	background: url("../images/JNet_Header_Adorno.png") no-repeat left top;
	width: 819px;
}

/*Banner*/
#header .banner {
	clear: both;
}

/*Banner*/
.banner {
	padding: 83px 0 0 16px;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.banner ul {
	list-style: none;
	float: left;
	position: relative;
}

.banner ul.images {
	width: 605px;
	height: 156px;
	margin-right: 5px;
}

.banner ul li.active {
	
}

.banner ul li {
	display: none;
}

.banner a {
	display: block;
}

.banner ul.images li {
	position: absolute;
}

.banner ul.navigation li {
	padding-bottom: 4px;
	width: 193px;
	height: 48px;
	display: table;
}

.banner ul.navigation img {
	position: absolute;
	max-width: 193px;
}

.banner ul.navigation a {
	width: 100%;
	height: 48px;
	text-decoration: none;
	background:
		url("../images/JNet_Img_InteriorMiniBanner_LayerUnselected.png")
		no-repeat center;
	line-height: 4;
	position: relative;
}

.banner ul.navigation a span {
	width: 100%;
	display: block;
	text-align: right;
	padding: 0 5px 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	color: #E9E0EE;
	text-decoration: none;
}

.banner ul.navigation li.active a {
	background:
		url("../images/JNet_Img_InteriorMiniBanner_LayerSelected.png")
		no-repeat center;
	position: relative;
}

/*Comunicados*/
#communique-wrapper {
	text-align: center;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
}

#communique-wrapper div.button {
	position: static;
}

#communique-wrapper div.button .prev {
	position: absolute;
	left: 0;
	top: 28px;
	border: none;
	background: url("../images/JNet_Img_BannerLogin_FlechaAnterior.png");
	width: 28px;
	height: 42px;
		-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	filter:none;
}

#communique-wrapper div.button .next {
	position: absolute;
	right: 0;
	top: 28px;
	border: none;
	background: url("../images/JNet_Img_BannerLogin_FlechaSiguiente.png");
	width: 28px;
	height: 42px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	filter:none;
}

.slides-wrapper {
	display: table;
	margin: 0 auto;
	position: relative;
}

.slides-wrapper .comunique{
	display: table-cell;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: middle;
}

#communique-wrapper .comunique {
	width: 327px;
	height: 98px;
	padding: 0 7px;
}

#communique-wrapper .comunique>div {
	float: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	vertical-align: top;
	padding-left: 87px;
	height: 100%;
	vertical-align: top;
	border: solid 1px transparent;
	cursor: pointer;
}

#communique-wrapper div.comunique.revisa>div {
	background: url("../images/JNet_Secc_Ico_RevisaTuCom_Unselected.png")
		no-repeat 20px center #EFE8F2;
}

#communique-wrapper div.sabias>div {
	background: url("../images/JNet_Secc_Ico_SabiasQue_Unselected.png")
		no-repeat 20px center #EFE8F2;
}

#communique-wrapper div.material>div {
	background: url("../images/JNet_Secc_Ico_MatEntrena_Unselected.png")
		no-repeat 20px center #EFE8F2;
}

#communique-wrapper .comunique>div>div {
	float: left;
	height: 100%;
	background: url("../images/JNet_Secc_Swirl_Unselected.png") no-repeat
		top;
	background-position: top right 10px;
	border-left: solid 1px #9C969B;
}

#communique-wrapper .comunique p {
	margin: 0;
	text-align: left;
	font-size: 12px;
	color: #79657B;
	padding: 15px 15px 0 15px;
}

#communique-wrapper .comunique p.title {
	color: #745378;
	border-bottom: solid 1px #9C969B;
	padding: 15px 15px;
	font-weight: bold;
}

#communique-wrapper div.comunique:HOVER>div {
	background-color: #745378;
	border: solid 1px #573EA5;
}

#communique-wrapper div.comunique.revisa:HOVER>div {
	background-image:
		url("../images/JNet_Secc_Ico_RevisaTuCom_Selected.png");
	background-color: #745378;
}

#communique-wrapper div.sabias:HOVER>div {
	background-image: url("../images/JNet_Secc_Ico_SabiasQue_Selected.png");
}

#communique-wrapper div.material:HOVER>div {
	background-image: url("../images/JNet_Secc_Ico_MatEntrena_Selected.png");
}

#communique-wrapper .comunique:HOVER>div>div {
	background-image: url("../images/JNet_Secc_Swirl_Selected.png");
}

#communique-wrapper .comunique:HOVER p {
	color: #E9E0EE;
}

#communique-wrapper .comunique:HOVER p.title {
	color: #FFF;
}

/*Seccion de promociones*/
#mainContent {
	display: table;
	width: 100%;
}

#mainContent>div {
	display: table-cell;
	vertical-align: top;
}

#mainContent>div>div {
	margin-bottom: 15px;
}

/*Estilo del panel Gral*/
.panel {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: solid 1px #EFE8F2;
	background-color: #FCF8FF;
	position: relative;
	overflow: hidden;
}

.panel>div.title .flag {
	background: url("../images/JNet_TitleBars_Flag.png");
	position: absolute;
	left: 12px;
	top: -7px;
	z-index: 1;
	width: 34px;
	height: 37px;
	display: table;
}

.panel>div.title .flag p {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

.panel .title {
	margin-top: 6px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #EFE8F2;
	margin-bottom: 21px;
}

.panel .title h1 {
	padding: 4px 10px 4px 55px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #EFE8F2;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.panel .title span {
	font-size: 16px;
	color: #573E5A;
	position: absolute;
	top: 5px;
	right: 10px;
}

.panel .title input[type=button] {
	background: url("../images/JNet_Ctrl_Form_SeccDesplegada.png") center
		no-repeat;
	position: absolute;
	right: 12px;
	top: 0px;
	z-index: 1;
	width: 13px;
	height: 26px;
	border: none;
}

.panel.open .title input[type=button] {
	background-image: url("../images/JNet_Ctrl_Form_SeccContraida.png");
}

.panel .title input[type=button].restricted {
	background-image: url("../images/JNet_Ctrl_Form_SeccBloqueada.png");
	cursor: default;
}

.panel .content {
	padding: 0 12px 12px 12px;
}

/*Panel custom*/
.panel.sp .content {
	overflow: hidden;
}

.panel.sp .content>img {
	float: left;
	margin-right: 12px;
}

.panel.sp .content>h2 {
	margin-bottom: 23px;
}

.panel.sp .content>p {
	padding: 0 170px 0 152px;
}

.panel.pm ul li {
	list-style: none;
	background: url("../images/JNet_Bullet_PromoMes.png") no-repeat left
		center;
	padding: 0px 0 0 20px;
}

.panel.pm li a {
	margin-top: 19px;
	display: block;
	text-decoration: none;
}

.panel.msgI ul {
	list-style: none;
}

.panel.msgI li a {
	padding: 10px 0 10px 20px;
	display: block;
	background-image: url("../images/JNet_Bullet_MensInteligentes.png");
	background-repeat: no-repeat;
	background-position: left 10px;
}

.panel.msgI li:HOVER {
	background-color: #F2EDF5;
}

/*Seccion derecha de mensajes y avisos ads*/
.radio {
	margin-top: 5px;
}

.radio label {
	margin-right: 5px;
}

#mainContent .ads {
	padding-left: 15px;
	width: 241px;
}

#mainContent /*nano configuracion*/             
.ads .nano {
	height: 220px !important;
}

.ads .nano .content {
	padding: 10px 20px 0 0;
}

.ads .nano .pane {
	background: #888;
}

.ads .nano .slider {
	background: #111;
}

/**Footer*/
#footer {
	background-color: #745378;
	padding: 10px 0 10px 0;
}

#footer>div {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#footer>div>span {
	width: 60%;
	float: left;
	font-size: 10px;
	font-weight: normal;
	color: #E9E0EE;
}

#footer>div>ul {
	float: right;
	list-style: none;
}

#footer>div li {
	float: left;
	padding: 0 5px;
	border-left: solid 1px #FFF;
}

#footer>div li:FIRST-CHILD {
	border-left: none;
}

#footer>div a {
	float: left;
	font-size: 12px;
	color: #E9E0EE;
	text-decoration: underline;
}

/*******************************************
*                                          *
*   Estilos correspondientes a interior 2  *
*                                          *
********************************************/
#sectionSearch>h3.title,#registration>h3.title {
	background-color: #745378;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 15px;
}

#registration>ul.title {
	background-color: #745378;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 15px;
	list-style: none;
	overflow: hidden;
}

#registration>ul.title a {
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
}

#registration>ul.title li {
	float: left;
	padding-left: 10px;
	background-image: url("../images/");
}

div.errorsMessages {
	border: solid 1px #ED1C24;
	background-color: #F9E1E3;
	margin-bottom: 15px;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.errorsMessages ul {
	list-style: none;
}

div.errorsMessages li {
	padding-left: 25px;
	background-image:url("../images/JNet_TitleBars_Ico_ErrorCaptura_Small.png");
	background-repeat:no-repeat;
	background-position:left 5px top 2px;
	font-size: 12px;
	color: #BE1E2D;
}

/*Tablas en fileset*/

.fileset table {
	width: 100%;
	border-spacing: 1px;
}

.fileset table th {
	background-color: #8F7592;
	color: white;
	font-size: 12px;
	font-weight: normal;
	/* min-height: 28px; */
	vertical-align: middle;
}

.fileset table td {
	background-color: #E4D8EA;
	/*min-height: 28px;*/
	vertical-align: middle;
	font-size: 12px;
	color: #414042;
}

.fileset table.search {
	margin-bottom: 24px;
}

.fileset table.search>tbody>tr>th {
	width: 144px;
	text-align: left;
}

.fileset table.search th,.fileset table.search td {
	padding: 5px;
}

.fileset table.search select {
	width: 310px;
}

.fileset table.search input[type=text] {
	width: 231px;
}

.fileset table.search .actionButton {
	background-color: transparent;
	padding: 0;
}

.fileset table.search .actionButton > div {
	display: table;
}

.fileset table.search .actionButton > div > div {
	background-color: #E4D8EA;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}

.fileset table.search .actionButton .btnContinuar{
	height: 36px;
	background-color: transparent;
}

.fileset table.search .actionButton input[type=button] {
	display: table-cell;
	/*height: 36px;*/
}

.fileset table.search input[type=text].error {
	width: 241px;
	height: 22px;
	border: solid 1px #ED1C24;
	background-color: #F9E1E3;
}

.fileset table.search tr.separator {
	height: 15px;
}

.fileset table.search td.separator {
	width: 2px;
	padding: 0;
	background-color: transparent;
}

.fileset table.lDec td,.fileset table.lDec th,.fileset table.results td
	{
	padding: 5px 1px;
}

.fileset table.lDec td,.fileset table.lDec a,.fileset table.results td {
	font-size: 11px;
	color: #414042;
	font-weight: normal;
	text-align: center;
}

.fileset table.lDec th {
	font-size: 11px;
	text-align: center;
}

.fileset table.results {
	width: 100%;
	margin-top: 1px;
	float: right;
}

tr.results-Desc > td{
	background-color: transparent;
}

.fileset table.results th {
	text-align: left;
	padding: 5px;
}

.fileset tr.results td.columnName {
	text-align: center;
}

.fileset tr.results td {
	text-align: right;
	padding-right: 5px;
}

.fileset div.lDec-wrapper{
	/*width: 980px;*/
	width: 100%;
}

/*.fileset div.lDec-wrapper .lDec{
	min-width: 100%;
}*/

.cni>div {
	display: table;
	width: 100%;
}

.cni>div>div {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

.cni span {
	float: left;
	font-size: 14px;
	color: #5B4C5C;
}

.cni span.requested {
	float: right;
	color: #9B5BA3;
	font-size: 12px;
}

.cni input[type=text] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.cni select {
	width: 444px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.cni div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	clear: both;
}

.cni>div {
	padding: 0px 15px;
}

.cni>div>div {
	padding: 10px 15px 5px 15px;
}

.panel .errorsMessages {
	margin: 10px 10px 15px 10px;
}

.panel .cni div.error input[type=text] {
	border: solid 1px #ED1C24;
	background-color: #F9E1E3;
}

#registration .cni .sectionButton {
	margin-top: 15px;
	padding: 11px;
}

/*******************************************
*                                          *
*   Estilos correspondientes a interior 1  *
*                                          *
********************************************/
.sectionButton {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #E3DDE4;
	text-align: right;
	padding: 11px;
}

#registration>div>div {
	margin-bottom: 15px;
}

#registration .panel .title {
	margin-bottom: 5px;
}

#registration .panel .content {
	padding: 0px;
}

#registration div.error {
	
}

.pop.AvPriv {
	width: 900px;
	margin-left: -500px;
  margin-top: 0px;
}

.AvPriv .panel {
	background-color: white;
  height: 600px;
}

.pop.AvLinGrl {
	width: 900px;
	margin-left: -500px;
	margin-top: 0px;
}

.AvLinGrl .panel {
	background-color: white;
	height: 600px;
}

.pop.AviIni {
	width: 900px;
	margin-left: -500px;
  margin-top: 0px;
}

.AviIni .panel {
	background-color: white;
  height: 600px;
}

