/* Hace que las imagenes no tengan borde... */
img {
	border: none;
}


/* Le quitamos el diseño pro defecto a los componentes de los formularios*/
input{
	border: 1px solid #D4D0C8;
}
textarea{
	border: 1px solid #D4D0C8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* URL's*/
a{
	color: #074A81;
	text-decoration: none;
}
a:hover{
	color: #E93747;
}

/* fondo de hoja... Bordes con sombra /lado derecho /lado izquierdo /fondo */
#contained{
}
#contained .fondl{
	background-color: #D4D4D4;
	background-image: url(../images/fond01.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#contained .fondr{
	background-color: #D4D4D4;
	background-image: url(../images/fond02.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#contained .fondc{
	background-image: url(../images/fond03.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

/* Cabecera aqui va el logo y la frase de la empresa */
#header{
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 15px;
}
#header h1{
	top: 30px;
	position: absolute;
	right: 50%;
	font-size: 125%;
	color: #333333;
	font-weight: normal;
	width: 231px;
}

/* Menu de navegacion principal*/
#menu{
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#menu ul{
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
}
#menu li{
	display:inline;
    margin:0;
    padding:0;
}
#menu a{
	float:left;
	background:url(../images/menu1.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	color: #333333;
}
#menu a span{
	float:left;
	display:block;
	background:url(../images/menu2.gif) no-repeat right top;
	padding:5px 15px 5px 6px;
	color:#333333;
}
#menu a span{
	float:none;
}
#menu a:hover span {
	color:#FFF;
}
#menu a:hover {
	background-position:0% -42px;
}
#menu a:hover span {
	background-position:100% -42px;
}
#menu #current a {
    background-position:0% -42px;
}
#menu #current a span {
	background-position:100% -42px;
	color: #FFFFFF;
}

/* Enlace de lenguaje */
#lang{
	font-size:90%;
	line-height:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
}

/* Clase para resltar el color de textod e los productos */
.product{
	color: #FF3300;
}

/* Barra con la lista de productos */
#list_products{
	background-color: #F4F4F4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	vertical-align: top;
}
#list_products h1{
	font-size: 90%;
	padding: 0px;
	margin: 0px;
}
#list_products ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#list_products li{
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#list_products a{
	color: #074A81;
	font-size: 85%;
}
#list_products a:hover{
	color: #E93747;
}

/* Pie de pagina*/
#foot{
	background-color: #5C5B5B;
	font-size: 72%;
	color: #FFFFFF;
	text-align: center;
	padding: 8px;
}
#foot a{
	color: #FFFFFF;
}
#foot a:hover{
	color: #E2F1FF;
}


/* CSS Document JABSOFT*/
/* CSS para pagina INDEX */
/* Contiene el panel de presentacion de informacion en la pagina principal */
#panels_home{
	font-size: 85%;
}

/* Titulos */
#panels_home th{
	background-image: url(../images/fond05.jpg);
	background-repeat: repeat-x;
	height: 34px;
	text-align: left;
	font-size: 150%;
	padding-left: 10px;
	font-weight: normal;
	color: #666666;
	width: 33%;
}
#panels_home .cabecera{
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 216px;
}

/* Cuerpo */
#panels_home td{
	padding: 10px;
	vertical-align: top;
}
#panels_home .cuerpo{
	padding: 10px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #BFBFBF;
	border-left-color: #BFBFBF;
}

/* News */
#panels_home .imagen{
	float: left;
	padding-right: 10px;
}
#panels_home h1{
	font-size: 92%;
	font-weight: bold;
}
#panels_home td p{
	padding-bottom: 10px;
	text-align: justify;
}

/* Spotlight */
#panels_home .cuerpo h1{
	margin-bottom: 5px;
}
#panels_home .cuerpo p{
	margin-top: 5px;
}

/* Learning zone*/
#panels_home h2{
	color: #CD413F;
	margin: 0px;
	font-size: 150%;
}
#panels_home h3{
	padding: 0px;
	font-size: 115%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#panels_home h4{
	padding: 0px;
	font-size: 115%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* Listas */
#panels_home ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#panels_home li{
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Enlaces para todo el panel */
#panels_home a{
	color: #3573B1;
	text-decoration: none;
}
#panels_home a:hover{
	text-decoration: underline;
}


/* CSS Document JABSOFT*/
/* CSS para paginas de productos */
/*#page_comun{
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 85%;
}
#page_comun h1{
	font-size: 175%;
	color: #4C4C4C;
	font-weight: normal;
	margin-bottom: 10px;
}
#page_comun h2{
	font-size: 100%;
	color: #3B64C0;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#page_comun h3{
	font-size: 115%;
	color: #C3B15F;
	margin-bottom: 10px;
}
#page_comun img{
	float: left;
	padding-top: 0px;
	margin-top: 0px;
	clear: both;
	margin-right: 20px;
	padding-bottom: 20px;
}
#page_comun p{
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 2px;
}
#page_comun ul{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#page_comun li{
	background-image: url(../images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 0px;
	text-align: justify;
}
#page_comun #downloads{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#page_comun #downloads li{
	list-style-type: none;
	display: block;
	clear: both;
	margin-left: 0px;
	padding-left: 0px;
	height: 35px;
}
#page_comun #downloads img{
	margin: 0px;
	padding: 0px;
	float: left;
}
#page_comun #downloads span{
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
	height: 35px;
	padding-top: 5px;
}
*/
/* CSS Document JABSOFT*/
/* CSS para paginas de productos */
/* Arte de los productos*/
#art{
	margin: 0px;
	padding: 0px;
}

/* Descripcion corta de los productos  */
#info_small{
	font-size: 90%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
#info_small .super{
	height: 10px;
	background-image: url(../images/jabsoft/codos2.gif);
	background-repeat: no-repeat;
	background-position: 100% top;
	padding: 0px;
	margin: 0px;
}
#info_small  .centr{
	background-color: #FFFDF0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #BDCCD2;
	padding: 0px;
	margin: 0px;
	border-right-color: #BDCCD2;
}
#info_small .infer{
	background-image: url(../images/jabsoft/codos6.gif);
	background-repeat: no-repeat;
	background-position: 100% bottom;
	height: 10px;
}
#info_small .product_titulo{
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images/jabsoft/cod_titulo1.gif);
	background-repeat: no-repeat;
	height: 55px;
}
#info_small .product_titulo span{
	background-image: url(../images/jabsoft/cod_titulo2.gif);
	background-position: 100%;
	display: block;
	height: 55px;
	background-repeat: no-repeat;
	margin-left: 10px;
}
#info_small h1{
	font-size: 150%;
	margin: 0px;
	padding-top: 5px;
}
#info_small h2{
	background-image: url(../images/fond061.gif);
	background-repeat:  repeat-x;
	font-size: 95%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#info_small p{
	padding-bottom: 15px;
	margin: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #87C0DE;
	display: block;
}
#info_small .includes{
	float: left;
	position: relative;
	width: 80%;
}
#info_small ul{
	margin: 0px;
	list-style-type: none;
	font-size: 90%;
	width: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#info_small li{
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/bullet_redpink.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/* Pagina internas de productos.........
Area de informacion  esta en el centro de la pagina; determina textos, logo marketplace, listas, titulos con h1, textos con etiquetas p, enlaces, */
/* Acceso rapido: logo, precio, trial, buy */
#acces_easy{
	text-align: center;
	width: 120px;
	padding-top: 10px;
	margin: 0px;
	vertical-align: middle;
	font-size: 85%;
}
#acces_easy h1{
	font-size: 105%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#acces_easy strong{
	color: #E93747;
}
#acces_easy .btn_buy{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/jabsoft/btn_buy1.gif);
	display: block;
	height: 17px;
	width: 80px;
	text-align: center;
	line-height: -20px;
	padding-top: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#acces_easy .btn_buy:hover{
	background-image: url(../images/jabsoft/btn_buy2.gif);
	color: #666666;
}
#acces_easy .btn_trial{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/jabsoft/btn_trial1.gif);
	display: block;
	height: 17px;
	width: 90px;
	text-align: center;
	padding-top: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#acces_easy .btn_trial:hover{
	background-image: url(../images/jabsoft/btn_trial2.gif);
	color: #666666;
}

/* Boton trial *//* Boton buy now */
/*.btn_trial, .btn_buy{
	float:right;
	padding:0 0 0 5px;
	text-decoration:none;
	font-size: 105%;
	background-image: url(../images/btn_buy_trial_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.btn_trial span{
	color:#E93747;
}
.btn_buy span{
	color:#333333;
}
.btn_trial span, .btn_buy span{
	float:right;
	display:block;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-right: 2px;
	background-image: url(../images/btn_buy_trial_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.btn_trial span, .btn_buy span{
	float:none;
}
.btn_trial:hover span, .btn_buy:hover span{
	color:#FFFFFF;
}
.btn_trial:hover, .btn_buy:hover {
	background-position:0% -21px;
}
.btn_trial:hover span, .btn_buy:hover span {
	background-position:100% -21px;
}
*/




/* Fondo de logo de Marketplace*/
#jabsoft_marketplace{
	background-image: url(../images/jabsoft/decoration_marketplace.gif);
	height: 60px;
	width: 260px;
	background-repeat: no-repeat;
	padding-top: 5px;
	background-position: 0px 0px;
	padding-left: 6px;
	padding-right: 5px;
	float: right;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 10px;
}

/* Menu Secundario */
#menu_second{
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #F6F6F6;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #12324B;
}
#menu_second ul{
	margin: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#menu_second li{
	float: left;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}
#menu_second a{
	color: #333333;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}
#menu_second a:hover {
	background-color: #CBCBCB;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #666666;
}
#menu_second #current a {
	background-color: #12324B;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}
#menu_third{
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #F6F6F6;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #69ADF0;
}
#menu_third ul{
	margin: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#menu_third li{
	float: left;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}
#menu_third a{
	color: #333333;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}
#menu_third a:hover {
	background-color: #CBCBCB;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #666666;
}
#menu_third #current a {
	background-color: #69ADF0;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}

/* Cuerpo de la informacion*/

#information{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 85%;
	text-align: justify;

}	
#information h1{
	font-size: 105%;
	color: #000000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#information h2{
	font-size: 110%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: normal;
}
#information h3{
	font-size: 110%;
	color: #CE0000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#information p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#information .imagen{
	float: left;
	border: 1px solid #999999;
	padding: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#information hr{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E5E5E5;
	background-color: #FFFFFF;
}
#information ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#information ul li{
	list-style-type: none;
	background-image: url(../images/bullet_redpink.gif);
	background-repeat: no-repeat;
	background-position: 18px 4px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-attachment: scroll;
	margin: 0px;
}
	
#information table{
	margin-left: 20px;
	width: 300px;
	text-align: left;
}
#information table th{
	background-color: #DAE4F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 20px;
	border-bottom-color: #FBFBFB;
}
#information table td{
	border-bottom-style: solid;
	height: 20px;
	border-bottom-width: 1px;
}
#information a{
	text-decoration: none;
}
#information a:hover{
	color: #074A81;
}
#information #minicharts{
	margin-left: 15px;
	width: 600px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.borde_gris {
	border: 1px solid #CCCCCC;
}
}
#lista_mae {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 634px;
	height: 2050px;
	float: none;
}
#lista_mae li {
	background-image: url(../images/top_prod_ttl_bg.jpg);
	background-position: left top;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	font-size: 105%;
	float: left;
	width: 224px;
}
#lista_mae span {
	background-image: url(../images/bullet_blue.png);
	background-position: 10px top;
	padding-left: 32px;
}
#lista_mae dl {
	border-bottom-width: 2px;
	padding-bottom: 10px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	float: left;
	width: 634px;
}
#lista_mae dt {
	color: #CC0000;
	font-size: 80%;
	width: 300px;
	margin-top: 10px;
	padding-left: 75px;
	float: none;
}
#lista_mae dd.img {
	float: left;
	padding: 0px;
	margin-left: 10px;
}
#lista_mae dd {
	color: #666666;
	font-size: 12px;
	padding: 0px;
	margin-left: 70px;
	margin-top: -10px;
}

/* Diseño de de formulario de sharing */
#sharing{
	padding-left: 20px;
	
}
#sharing label{
	color: #E93649;
	font-weight: bold;
	
}
#table_awards {
}
.gallery_mcharts {
	margin-top: 20px;
	margin-right: 0px;
}

