/* COMMON STYLE
--------------------------------------------------------- */
body {
	background: #FFFFFF;
	color: #3B3B3B;
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	text-align:justify;
	line-height: 160%;
}

body#bd {
	background: url(../images/bg.jpg) repeat-x #CFE2E0;
	/* background-attachment: fixed !important; */
	color: #3B3B3B;
}

body.contentpane {
	color: #000000;
	font-size: 12pt;
	line-height: 1.3em;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #B12916;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #DB8621;
	text-decoration: underline;
}

/* Title text */
h1, h2,
.contentheading, .componentheading, .blog_more strong,
.nftitle {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	color:#990000;
}

h3, h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	color:#DB8621;
}
	
/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
span.site-slogan, a.readon, #ja-pathway, #ja-botsl21, #ja-botsl22, #ja-footer {
	font-size: 92%;
}

small, .small, .img_caption {
	color: #999999;
}

/*article image*/
img {
	margin: 0;
	padding: 0;
}

.img_caption p {
	text-align: center;
	color: #999999;
}

.img_caption.left, .img_caption.right {
	margin-top: 3px;

}

.img_caption img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.img_caption p {
	background: url(../images/shadow.png) no-repeat center bottom;
	padding-top: 5px;
	margin-top: 0px;
}

.shadow img {
	padding: 1px;
	border: 1px solid #CCCCCC;	
}

.shadow {
	float: left;
	margin-right: 10px;
	padding-bottom: 3px;
	background: url(../images/shadow-bg.png) no-repeat 99% 100%;
}

/* Heading */
h1 { font-size: 300%; }
h2 { font-size: 300%; }
h3 { font-size: 200%; }
h4, h5, h6 { font-size: 150%; }

h1, h2, h3, h4, h5, h6,
p, blockquote, ul, ol {
	margin: 15px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	line-height: 160%;
	padding-left: 30px;
	background: url(../images/bullet.gif) no-repeat 18px 8px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th, td {
	padding: 5px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #DDDDDD;
	height: 1px;
}

td, div {
	font-size: 100%;
}

a img {
	border: none;
	margin: 0px;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family:  "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size: 100% !important;
}

.inputbox {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #666666;
	padding: 2px;
	margin: 0 5px;
}

.button {
	background: #FFFFFF !important;
	border: 1px solid #DDDDDD;
	color: #666666;
	font-weight: bold;
	padding: 1px 8px !important;
}

.button:hover,
.button:active,
.button:focus {
	background: #FFFFFF !important;
	color: #111111;
	font-weight: bold;
	padding: 1px 8px;
	text-decoration: none;
}

* html .button {
	padding: 0 5px !important; /*IE 6*/
}

*+html .button {
	padding: 0 5px !important; /*IE 7*/
}

/* JOOMLA STYLE
--------------------------------------------------------- */
 .leading_separator {
 	border-bottom: none;
	display: block;
	clear: both;
	margin-bottom: 20px;
	height: 10px;
 }
 
.row_separator {
	background: url(../images/sep-dot.gif) repeat-x center;
	height: 30px;
	display: block;
	clear: both;	
}

.article_separator {
	display :none;
	margin :0;

}
.article-content img {
	margin-right: 10px;
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #DDDDDD;
}

.article-tools .article-meta {
	float: left;
}

.article-tools .buttonheading {
	float: right;
}

.img_caption {
	float: left;
}

.column_separator {
	padding: 0 5px;
}

span.open {
	background: url(../images/so-q.gif) no-repeat  left top;
	padding: 2px 0 2px 10px;
}

span.close {
	background: url(../images/sc-q.gif) no-repeat right bottom;
	padding: 2px 10px 2px 0;
}

/* content tables */
.sectiontableheader {
	background: #333333;
	border-right: 1px solid #CCCCCC;
	padding: 4px;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 4px;
}

tr.sectiontableentry2 td {
	background: #E5E5E5;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	font-size: 92%;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 10px 7px;
	padding: 1px 5px 1px 15px;
}

table.contenttoc th {
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	background: none;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #E5E5E5;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more strong {
	display: block;
	font-size: 125%;
	margin: 0 0 5px;
	font-weight: bold;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/arrow.png) no-repeat 6px 7px;
	margin: 0;
	padding: 0 0 0 15px;
}

.category {
	font-weight: normal;
}

h1.componentheading, .componentheading {
	border-bottom: 1px dotted #DDDDDD;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.componentheading {
	font-size:300%;
	text-transform:uppercase;
	color: #B12916;
}

h2.contentheading, .contentheading {
	font-size:275%;
	border-bottom: 1px dotted #DDDDDD;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0;
	padding: 0;
	color: #B12916;
}

.blog h2.contentheading, .blog .contentheading {
	font-size: 275%;
	font-weight:normal;
	color: #B12916;
}

a.contentpagetitle {
	color: #B12916;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	color: #DB8621;
}

.contentdescription {
	padding-bottom: 30px;
}

table.contentpane form,
table.contentpane table {
	width: 100%;
}

a.readon {
	background: #333333;
	color: #CCCCCC;
	text-align: center;
	text-decoration: none;
	padding: 2px 5px;
}

a.readon:hover, a.readon:focus, a.readon:active {
	background: #B12916;
	color: #FFFFFF;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

div.blog_more {
	padding-top: 15px;
}

ul.pagination {
	margin: 0;
	padding: 0;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 5px;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.createdate {
	color: #999999;
}

.createby {
	color: #999999;
	background:url(../images/vline2.gif) no-repeat 3px 2px;
	padding-left: 10px;
	
}

.modifydate {
	color: #999999;
	display: block;
	float: left;
	margin-top: 10px;
	width: 100%;
}

.buttonheading {
}

.buttonheading img {
	border: 0;
	float: right;
	margin: 7px 5px 0 0;
}

/* MAIN LAYOUT
--------------------------------------------------------- */
.wrap {
	clear: both;
	width: 100%;
}

.main {
	margin: 0 auto;
	width: 960px;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	display: inline;
	float: left;
	width: 745px;
	padding-top: 20px;
}

#ja-content .main {
	width: 730px;
}

#ja-col1 {
	display: inline;
	float: left;
	padding-top: 15px;
	width: 215px;
	line-height: 1.5;
}

#ja-container-fl #ja-current-content {
	float: left;
	width: 650px;
}

#ja-container-fl #ja-content {
	width: 100%;
}

#ja-container-fr #ja-current-content {
	width: 675px;
}

#ja-container-f #ja-current-content,
#ja-container-f #ja-current-content .contentpane,
#ja-container-f #ja-current-content .contentpane .wrapper {
	width: 100%;
	display: block;
}

#ja-container #ja-current-content {
	float: left;
	width: 470px;
}

#ja-current-content .article-content {
	clear: both;
}

#ja-container-fl #ja-content .main{
	padding: 0;
	width: 100%;
}

#ja-container #ja-content .main {
	padding: 0 0 15px 15px;
}

#ja-container-f #ja-content .main {
	padding:  0;
	width: 100%;
}

#ja-container-fr #ja-content .main {
	padding: 0 0 15px 15px;
}
	
/*columns*/
#ja-col2 {
	float: right;
	width: 280px;
	line-height: 1.5;
}

#ja-col2 .main {
	padding-top: 0;
	width: 100%;
}

#ja-col2 div.inner {
	padding: 15px;
}

/*common style for column*/
#ja-cols table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-cols .article_separator {
	display: none;
}

#ja-cols ul {
	list-style: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-container,
#ja-container-f,
#ja-container-c,
#ja-container-fl {
	clear: both;
	min-height: 400px;
	padding: 0 0 15px;
}

/* full */
#ja-container-f .main {
	background: none;
}

#ja-container-f #ja-content {
	width: 100%;
}

/* content + 1 col */
#ja-container-c .main {
	background: none;
}

#ja-container-c #ja-content {
	width: 75%;
}

#ja-container-c #ja-cols {
	width: 22%;
}

#ja-container-c #ja-col2{
	width: 100%;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_text h3,
div.moduletable_yellow h3,
div.moduletable_menu h3 {
	border-bottom: 1px solid #DDDDDD;
	color: #333333;
	text-transform:uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

span.first-word {
	color: #333333;
}

div.moduletable,
div.moduletable_text,
div.moduletable_yellow,
div.moduletable_menu {
	margin: 0 0 15px;
	padding: 0 0 5px;
}

div.moduletable_blank {
	margin: 0 0 15px;
}

div.color1 h3 {
	color:#0C4358;
	font-size: 150%;
}

div.color1  {
	width: 239px;
	height:223px;
	color:#0C4358;
}

div.color2 h3 {
	color: #202B00;
	font-size: 150%;
}

div.color2  {
	width: 239px;
	height:223px;
	color: #202B00;
}

div.color3 h3 {
	color: #8A5300;
	font-size: 150%;
}

div.color3  {
	width: 239px;
	height:223px;
	color: #8A5300;
}

div.color4 h3 {
	color: #8B3E26;
	font-size: 150%;
}

div.color4  {
	background: url(../../../images/stories/general/eventos.png) no-repeat;
	width: 239px;
	height:223px;
	color: #8B3E26;
}

/* mis */
div.moduletable ul,
div.moduletable_blue ul,
div.moduletable_green ul,
div.moduletable_grape ul, {
	margin: 0;
	padding: 0;
}

div.moduletable li,
div.moduletable_blue li,
div.moduletable_green li,
div.moduletable_grape li,
div.moduletable_menu li {
	line-height: 20px;
	margin: 0;
	padding-left: 0;
}

div.moduletable li a,
div.moduletable_blue li a,
div.moduletable_green li a,
div.moduletable_yellow li a,
div.moduletable_menu li a {
	display: block;
	padding: 5px 2px 5px 15px;
}

ul.ja-bullettin li a {
	display: inline;
	padding: 0;
}

/* Default Module */
#ja-col2 div.moduletable,
#ja-col2 div.moduletable_blue,
#ja-col2 div.moduletable_red,
#ja-col2 div.moduletable_green,
#ja-col2 div.moduletable_menu {
	background:#FFFFFF;
	border: 1px solid #DDD;
	margin: 0 0 15px;
}

#ja-col2 div.moduletable_grape {
	background: none;
	border: none;
	margin: 0 0 15px;
}

#ja-col2 div.moduletable h3,
#ja-col2 div.moduletable_menu h3 {
	background: #666666;
	font-size: 20px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight: bold;
	margin: 0 -1px;
	padding: 15px 10px 0 10px;
}

#ja-col2 div.moduletable_blue h3 {
	background: #5485A9;
	font-size: 20px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight: bold;
	margin: 0 -1px;
	padding: 15px 10px 0 10px;
}

#ja-col2 div.moduletable_grape h3 {
	background: #796D8D;
	font-size: 20px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight: bold;
	margin: 0 -1px;
	padding: 15px 10px 0 10px;
}

#ja-col2 div.moduletable_green h3 {
	background: #A8B647;
	font-size: 20px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight: bold;
	margin: 0 -1px;
	padding: 15px 10px 0 10px;
}

#ja-col2 div.moduletable_red h3 {
	background: #B17B49;
	font-size: 20px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight: bold;
	margin: 0 -1px;
	padding: 15px 10px 0 10px;
}

#ja-col2 div.ja-innerdiv {
	border: none;
	padding: 10px 12px;
}

#ja-col2 div.moduletable div.ja-innerdiv img,
#ja-col2 div.moduletable_red div.ja-innerdiv img,
#ja-col2 div.moduletable_blue div.ja-innerdiv img,
#ja-col2 div.moduletable_green div.ja-innerdiv img,
#ja-col2 div.moduletable_grape div.ja-innerdiv img {
	border: none;
}

#ja-col2 div.moduletable_menu {
	padding-bottom: 0;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	width: 960px;
	margin: 0 auto;
	background: url(../images/bg-header.png) repeat-x;
	margin-top:-30px;
}

#ja-header .main {
	height: 100px;
	position: relative;
}

h1.logo, h1.logo-text {
	margin-bottom: -135px;
	margin-top: 5px;
	margin-left: -35px;
	padding: 0;
	background: url(../images/bg-logo.png) no-repeat;
	width: 180px;
	height: 190px;
	position: relative;
	z-index:600;
	float:left;
}

h1.logo a {
	position: relative;
	display: block;
	width: 129px;
	height: 118px;
	background: url(../images/logo.png) no-repeat;
	margin-left: 26px;
	margin-top: 25px;
	z-index:610;
}

h1.logo a:hover, h1.logo a:active, h1.logo a:focus {
}

* html h1.logo a:hover {
	background: none;
	cursor: pointer;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	color: #FFFFFF;
	text-decoration: none;
}

h1.logo-text a:hover, logo-text a:active, logo-text a:focus {
	background: none;
	color: #FFFFFF;
}

span.site-slogan {
	color: #FFFFFF;
	display: block;
}

/* Headtools ---*/
#ja-headtool {
	width: 960px;
	margin: 0 auto;
	height: 30px;
}

#ja-headtools {
	top: 0;
	right: 0;
	position:relative;
	height: 30px;
	float:right;
	width: 385px;
	background: url(../images/bg-register.png) no-repeat ;
	padding: 0 10px 0 15px;
	color:#DDDDDD;
	z-index: 600;
}

#ja-headtools:hover,
#ja-headtools.hover {
}

#ja-headtools .ja-innerpad {
	position: relative;
	padding: 5px;
	float: left;
}

#ja-headtools ul {
	margin: 0;
	padding: 3px 0 0;
	float: left;
	white-space: nowrap;
}

#ja-headtools li {
	margin: 0;
	padding: 0 8px;
	display: inline;
	background: url(../images/vline.gif) no-repeat left center;
	line-height: normal;
}

#ja-headtools li a {
	color:#CCCCCC;
	text-decoration:none;
}

#ja-headtools li a:hover {
	color:#00FFFF;
}

/* Login Form */
#ja-login {
}

#ja-login form {
	float: left;
}

#ja-login form label {
	float: left;
}

label.ja-login-user span,
label.ja-login-password span {
	display: none;
}

#ja-login form input.button {
	float: left;
}

#ja-login form #mod_login_username,
#ja-login form #mod_login_password {
	width: 100px;
	margin: 1px 8px 0 0;
	font-weight: bold;
	padding-left: 20px;
}

#ja-login form #mod_login_username {
	background: url(../images/icon-user.gif) no-repeat 4px 5px #FFFFFF;
}

#ja-login form #mod_login_password{
	background: url(../images/icon-key.gif) no-repeat 4px 5px #FFFFFF;
}

#ja-login form a {
	padding: 0 5px;
	text-decoration: none;
}

#ja-login form a:hover,
#ja-login form a:active,
#ja-login form a:focus {
	text-decoration: underline;
}

.ja-login-links {
	padding: 10px 0 0 0;
	clear: both;
}

/* Register Form */
#id_highslide_signup_1 .inputbox {
	width: 200px;
}

/* Search */
#ja-search .inputbox {
	width: 130px;
	background: url(../images/icon-search.gif) no-repeat 4px 5px #FFFFFF;
	padding-left: 20px;
	font-weight: bold;
}

#ja-search .button {
	margin-left: 5px;
}


/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-nav {
	width: 100%;
	margin: 0 auto;
	margin-top: 0;
	background: url(../images/bg-header.png) repeat-x ;
}

#ja-nav2 {
	width:960px;
	margin:0 auto;
}

#ja-mainnav {
	height:115px;
	margin-left: 155px !important;
	margin-bottom:0;
	position:relative;
	margin-top:0;
	width: 810px;
	z-index:310;
}

#ja-mainnav .main {
	padding: 0;
	position: relative;
}

#ja-mainnav .main .inner {
	position: relative;
}

#ja-subnav .main{
	background: none;
	border-bottom: 1px solid #DDDDDD;
}

#ja-subnav ul {
	margin: 0;
}

#ja-subnav ul li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}

#ja-subnav ul li a {
	color: #333333;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	background: #F6F6F6 url(../images/arrow.png) no-repeat 5px center;
}

#ja-subnav ul li.active a,
#ja-subnav ul li a:hover,
#ja-subnav ul li a:active,
#ja-subnav ul li a:focus {
	background: #F6F6F6 url(../images/arrow-hover.png) no-repeat 5px center;
	color: #B12916;
}


/* Pathway ---*/
#ja-pathway {
	background: #F8FAFA;
	padding-left: 8px;
	border:1px solid #E6ECEC;
	color: #888888;
	width: 952px;
	margin: 0 auto;
}

#ja-pathway span {
	padding: 0 5px;
	line-height: 30px;
}

#ja-pathway .main {
	position: relative;
}

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway a {
	color: #888888;
	text-decoration: none;
	line-height: 30px;
	display: inline-block;
}

#ja-pathway a:hover,
#ja-pathway a:active,
#ja-pathway a:focus {
	color: #B12916;
	text-decoration: underline;
}

#ja-pathway img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {}

ul.menu li a {
	display: block;
	outline: none;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	border-top: 1px solid #E5E5E5;
	background: url(../images/arrow.png) no-repeat 12px center;
	color: #666666;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #666666;
	background: #F6F6F6 url(../images/arrow.png) no-repeat 12px center;
	text-decoration: none;
}

ul.menu li.active a {
	font-weight: bold;
	background: #E5E5E5 url(../images/arrow.png) no-repeat 12px center;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
}

ul.menu li li a {
	background: #FFFFFF url(../images/bullet.gif) no-repeat 20px center !important;
	border: none;
	font-weight: normal !important;
	padding-left: 30px !important;
	width: 75%; /*need for ie6*/
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: none;
	color: #666666;
}

/* SPOTLIGHT
--------------------------------------------------------- */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-left div.moduletable,
.ja-box-center div.moduletable,
.ja-box-right div.moduletable  {
	padding: 0;
}

/* Top spotlight ---*/
#ja-content #ja-topsl .main {
	padding-left: 0;
	padding-top: 0;
}

/* Bottom spotlight ---*/
#ja-botsl1 {
	width: 960px;
	margin: 0 auto;
	margin-top: 12px;
}

#ja-botsl1 h3 {
	border: none;
	padding-top: 12px;
}

#ja-botsl1 div.moduletable {
	border-right: none;
}

#ja-botsl2 {
	background: #F6F6F6;
	color: #333333;
	width: 960px;
	margin: 0 auto;
}

#ja-botsl2 .img_caption img {
	border: 5px solid #CCCCCC;
	margin: 0;
	padding: 0;
}

#ja-botsl2 .img_caption {
	float: none;
}

/*Common style for soptlight*/
#ja-botsl2 div.ja-innerdiv,
#ja-botsl1 div.ja-innerdiv {
	border: none;
}

#ja-botsl2 div.moduletable,
#ja-botsl1 div.moduletable {
	margin-bottom: 0;
}


/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	width: 990px;
	margin: 0 auto;
	background: #2e3636;
	height: 90px;
	border-top: 2px solid #888;
	border-bottom: 5px solid #888;
	text-align: center;
}

#ja-footer .social {
	float: right;
	width: 35%;
	padding-top: 35px;
	margin-right: 0;
}

#ja-footer .social li {
	
}

#ja-footer .ja-info {
	float: left;
	padding-top: 35px;
	line-height: 20px;
	width: 65%;
}

#ja-footer .main {
	text-align: left;
}

#ja-footer small {
	color: #999;
	font-size: 100%;
	margin-top: 15px;
}

#ja-footer ul {
	line-height: normal;
	margin: 0;
}

#ja-footer li {
	background: url(../images/vline.gif) no-repeat left;
	display: inline;
	margin: 0;
	padding: 0 10px;
}

#ja-footer a {
	background: none;
	color: #999;
	display: inline;
	line-height: normal;
}

#ja-footer a:hover,
#ja-footer a:active
#ja-footer a:focus{
	background: none;
	color: #999;
	text-decoration: underline;
}

.ja-footurl {
	clear: both;
	float: none;
}

/* MISCELLANOUS
----------------------------------------------------------- */
.clr {
	clear: both;
}

.hasTip img {
	border: none;
	margin: 10px 5px 0 0;
}

div.ja-innerdiv {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 15px;
}

div.ja-innerdiv img {
	margin: 5px 10px 0 0;
	padding: 3px;
	border: 1px solid #DDDDDD;
}

div.ja-innerdiv span.date {
	font-size: 80%;
	font-weight: bold;
}

li.ja-firstitem,
.firs-titem {
	background: none !important;
	padding-left: 0 !important;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	float: left;
	max-width: 600px;
	padding: 5px;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message {
	margin-bottom: 10px;
}

#system-message a {
	color: #333333;
}

#system-message dd {
	text-indent: 0;
}

#system-message dt.notice,
#system-message dt.error,
#system-message dt.done,
#system-message dt.message {
	display: none;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul,
#system-message dd.done ul {
	border: none;
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	margin: 0;
	padding: 5px 5px 5px 30px;
}

/* System Standard Messages */
#system-message dd.message ul{
	background: url(../images/icon-info.png) #E1001A no-repeat 10px;
	color: #FFFFFF;
}

#system-message dd.done ul{
	background: url(../images/icon_done.gif) #E1001A no-repeat 10px;
	color: #FFFFFF;
}

/* System Error Messages */
#system-message dd.error ul{
	background: url(../images/icon-error.png) #E1001A no-repeat 10px !important;
	color: #FFFFFF !important;
}

/* System fade Messages */
#system-message dd.fade ul{
	background: url(../images/icon-info.gif) #E1001A no-repeat 10px;
	color: #FFFFFF;
}

/* System Notice Messages */
#system-message dd.notice ul{
	background: url(../images/icon-info.gif) #E1001A no-repeat 10px;
	color: #FFFFFF;
}

#ja-full {
	width: 990px;
	margin: 0 auto;
	background:url(../images/bg-content.png) repeat #FFFFFF;
}

#ja-slider {
	margin:0 auto;
	width:960px;
}

/** TopMENu  **/  
#topmenu {
	margin:12px 76px 0 0;
	float:right;  
	position:relative;
	z-index:220;
} 
	
.insetOff #topmenu {
	margin-left:20px; 
	margin-right:0px;    
	float:left;
}
      
#topmenu li {
	float:left;
	margin-right:36px;
} 
		
#topmenu li.last {
	margin-right:0px;
}    

#topmenu li a {
	font-size:11px;
	text-decoration:none;
	color:#ddd;
} 
			 
.insetOff #menuBG  {
}

.insetOff #topmenuouter {
	width:722px;
	float:right;
}

/** CAT MENU **/
#ja-top {
	width: 960px;
	margin: 0 auto;
}

#topmod {
	background: url(../images/cat-bg.png) no-repeat;
	float:left;
	height:80px;
	margin:0;
	width:100%;
	margin-top:-80px;
	position:relative;
	z-index: 250;
}     

#topmod ul {
	margin:0;
}    

#topmod ul li {
	background:transparent url(../images/menuline.png) repeat-y scroll right center;
	float:left;
	height:80px;
	margin:0;
	width:120px;
	padding:0;
}  
	
#topmod ul li.last {
	background:none;
}
	
#topmod ul li:hover, #topmod ul li.last:hover  {
	background:transparent url(../images/menuhover2.png) repeat scroll right center;
} 
	
#topmod ul li a {
	color:#FFFFFF;
	display:block;
	font-size:14px;
	margin:0 ;
}
	
#topmod ul li img {
	display:block !important;
	float:none;
	margin:0 ;
	text-align:right;
}  

.ja-day {
	float: left;
	padding: 2px 0 0;
}

.ja-day span, .ja-day div {
	display: block;
	float: left;
	padding: 0 2px;	
}

.ja-day span {
	padding: 1px 5px;
}

.ja-day div {
	padding: 1px 5px;
	background: #666666;
	color: #FFFFFF;
}

/*tabla interna almacenes */
#shop {
margin-top: 15px;
}
#shop table tr {
	border-bottom: 1px solid #DDDDDD;
} 
/*#shop table tr:hover {
  	background-color:#C3D2E5;
} */

#shop h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	height: 5px;
	color:#DB8621;
}

/* modulos home */
#content-home {
	width: 960px;
	margin: 0 auto;
}

#home-left {
	width: 605px;
	float:left;
}

#home-left1 {
	width: 310px;
	float:left;
}

#home-left1 h3 {
	color: #FFF;
	display:inline-block;
	line-height:normal;
	padding: 5px 10px 0 10px;
	vertical-align:text-bottom;
	background: #174E82;
}

#home-left2 {
	width: 280px;
	float:right;
}

#home-left2 h3 {
	color: #FFF;
	display:inline-block;
	line-height:normal;
	padding: 5px 10px 0 10px;
	vertical-align:text-bottom;
	background: #84C125;
}
#home-left3 {
	width: 353px;
	float:left;
}

#home-left3 h3 {
	color: #FFF;
	display:inline-block;
	line-height:normal;
	padding: 5px 10px 0 10px;
	vertical-align:text-bottom;
	background: #F58400;
}

#home-left4 {
	width: 245px;
	float:right;
}

#home-left4 h3 {
	color: #FFF;
	display:inline-block;
	line-height:normal;
	padding: 5px 10px 0 10px;
	vertical-align:text-bottom;
	background: #524180;
}

#home-right {
	width: 340px;
	float:right;
}

#home-right1 {
	width: 340px;
	float:left;
}

#home-right1 h3 {
	color: #FFF;
	display:inline-block;
	line-height:normal;
	padding: 5px 10px 0 10px;
	vertical-align:text-bottom;
	background: #CC0000;
}

#home-right2 {
	width: 340px;
	float:left;
	margin-top: 15px;
	
}

#ja-info {
	width: 960px;
	margin: 0 auto;
	float:left;
	margin-top: -5px;
	margin-bottom: -10px;
	
}

.jazin-title {
	font-size: 130%;
	margin: 0;
	padding: 0;
	line-height: normal;
}

.jazin-title a, .jazin-title a:hover  {
	color: #B12916;
}


div.moduletable_form {
	width:100%;
	margin:0;
	padding:0;
	float:left;
	border:1px solid #cccccc;
	background: #E8E8E8;

}

/* sorteo blackberry */
.arrows { background: url("../../../images/stories/arrow.png")no-repeat top left; width: 530px; height: auto; margin-bottom: 15px;}
.cab-form { background: url("../../../images/stories/form-header.png") no-repeat right top; height: 132px; width: 400px;}
.condiciones { background: url("../../../images/stories/warning.png")no-repeat left top; width: 530px; height: 40px; }
.excluidos { background: url("../../../images/stories/delete.png")no-repeat left top; width: 530px; height:40px; }
.sep img {border:none; }


