﻿/* COMMON STYLE
--------------------------------------------------------- */
body {
	color: #333;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	
}

body#bd { background: #fff; color: #333;  
background-color: #d9d9d9;
}


#ja-wrapper {width:990px;text-align: left; margin-left: auto ;
  margin-right: auto ;}

/* Normal links ---*/
a { color: #069; text-decoration: none; }

a:hover, a:active, a:focus { text-decoration: underline; color: #333; }

/* Readon links ---*/
p.readmore a { text-transform: uppercase; }

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family:Verdana, Georgia, Arial, "Times New Roman", Times, serif;
}

h1.componentheading, .componentheading {
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}

h2.contentheading, .contentheading {
	font-weight: normal; color:#1d88a1;
}

.contentheading { font-size: 200%;}

.blog-featured .contentheading { font-size: 150%; }

.jitem-title { font-size: 110%; font-weight: bold; }

/* Others ---*/
hr { border-top: 1px solid #ccc; }

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
	padding: 2px;
	font-family: Helvetica, Arial, sans-serif;
}

.inputbox { border: 1px solid #ccc; background: #fff; }

.inputbox:hover, .inputbox:focus { background: #ffffcc; }

/* Search ---*/
form#searchForm { border-top: 1px solid #ccc; }

.searchintro { border-bottom: 1px solid #ccc; }

.results h4 { text-transform: none; font-size: 110%; }

.search fieldset { border: 1px solid #ccc; margin: 15px 0; padding: 10px; }

.search legend {	font-size: 100%; font-weight: bolder; line-height: 1.2; margin-left: 10px; }

/* Contact ---*/
#component-contact #emailForm { border-top: 1px solid #ccc;}

#contact-slider {
	float: none;
	border-bottom: 1px solid #e2e2b5;
}

#contact-slider .title {
	padding: 8px 10px;
	border-top: 1px solid #e2e2b5;
	border-left: 1px solid #e2e2b5;	
	border-right: 1px solid #e2e2b5;
	margin: 0;
}

#contact-slider .jpane-toggler-down {
	background: #333333;
}

#contact-slider .jpane-toggler-down a {
	color: #fff;
}

#contact-slider dt.closed {
	background: #ffffcc;
}

#contact-slider .content {
	border: 1px solid #e2e2b5;
	padding: 8px 10px;
}

#contact-slider .contact-image {
	margin: 15px 0;
	float: right;
}

/* -- EDITOR STYLES ----------------------------- */
#adminForm fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}

#adminForm fieldset legend {
	padding: 0 5px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.items-leading { border-bottom: 1px solid #ccc; }

.items-row { border-bottom: 1px solid #ccc; }

/* Meta ---*/
dl.article-info { color: #999; text-transform: none; }

.contentdescription { border-bottom: 1px solid #ccc; }

ul.actions li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

/*Inline images ---*/
p.img_caption { color: #999; text-transform: uppercase; }

/* Tables ---*/
thead tr th {
	background: #333;
	color: #fff;
	padding: 5px;
}

thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #fff; }

.cat-list-row1,
.cat-list-row12, .cat-list-row0,
tr.cat-list-row1 td, tr.cat-list-row0 td,
tr.cat-list-row2 td { border-bottom: 1px solid #ccc; padding: 5px; }

.cat-list-row1:hover, .cat-list-row0:hover,
.cat-list-row2:hover { background: #ffffcc; }

.cat-list-row2,
tr.cat-list-row2 td { background-color: #f6f6f6; }

/* Content Toc */
table.contenttoc { border: 1px solid #ccc; }

table.contenttoc td { border-bottom: 1px dotted #ccc; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

/* Poll */
form#poll {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}

dl.poll { border-bottom: 1px dotted #ccc; }

table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Pagination ---*/
.pagination li span,
.pagination li strong { line-height: 20px; }

.items-more { border-bottom: 1px solid #ccc; }

.items-more h3 { font-size: 125%; }

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, div.moduletable h3 {
	font-size: 15pt;
	font-style: normal;
	font-weight:normal;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #D3E9F5;
	color:#2F7FBF;
	line-height: 1;
}
div.ja-moduletable h4, div.moduletable h4 {
	font-size: 9pt;
	font-style: normal;
	font-weight:normal;	
	font-family: Verdana, Helvetica, Arial, sans-serif;	
	color:#666666;
	line-height: 1;
   text-transform:none;	
	
}

div.ja-moduletable  .category-module li, div.moduletable .category-module li {
padding-bottom: 10px;	
	}


.mod-articles-category-date {
  font-style: italic;
   font-size: 7pt;	
	}
.mod-articles-category-readmore a {
	 font-size: 7pt;
	 color:#a2a2a2;
	}

/* Login Module ---*/
#login-form ul li {
	background: url(../images/bullet.gif) no-repeat 2px 8px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 12px;
}

/* Advertisement ---*/
div.bannergroup_text div.banneritem { border-bottom: 1px dotted #ccc; padding:5px 0; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container { padding: 0px 0px 0px 4px; } 
#ja-container .main {  margin:0px ; padding: 10px 0 0; border: 1px solid silver; width:100%; width: 980px; background-color: white; }

.main .main-inner1 { margin-left: 0; margin-right: 0; }

/* HEADER
--------------------------------------------------------- */
#ja-header  { background: url(../images/barratopo.png) no-repeat left; position: absolute;top 31px; width:990px; }
#ja-header .main {padding: 0; margin:0;height: 86px;}

h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 10px;}

/* Logo Image ---*/
h1.logo { width: 210px; height: 85px; }

h1.logo a {
	background: url(../images/logotopo.png) no-repeat left;
	display: block;
	width: 283px;	
	height: 80px;
}

/* Logo Text ---*/
div.logo-text h1 {
	font-size: 200%;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

div.logo-text h1 a {
	text-decoration: none;
}

p.site-slogan {
	color: #ccc;
	display: block;
	font-size: 85%;
	margin: 3px 0 0;
	padding: 0 10px;
	text-transform: uppercase;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav  { clear: none; height:65px; float:right; width:800px; padding-top: 20px; padding-right: 10px;}
#ja-mainnav .main {  width:800px; margin: 0 auto;}
#ja-mainnav .ja-megamenu {float:right;}

/* Breadcrumbs ---*/
#ja-navhelper .main {
	text-transform: uppercase;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.ja-breadcrums {
	text-indent: 10px;
}

/* Extras ---*/
.ja-links { padding-right: 10px; }

.ja-links li { padding: 0 10px; }

/* Default Joomla! Menu ---*/
#ja-container ul.menu li { border-bottom: 1px dotted #ccc; }

#ja-container ul.menu li li { border-bottom: 0; border-top: 1px dotted #ccc; }

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box, #ja-botsl .ja-box { 
	background: url(../images/dot-1.gif) repeat-y right;
}

#ja-topsl .ja-box-right, #ja-botsl .ja-box-right {
	background: 0;
}

#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
	margin-top: 10px;
	margin-bottom: 10px;
}

#ja-topsl div.ja-moduletable h3,
#ja-botsl div.ja-moduletable h3 { border-bottom: 0; padding-bottom: 0; }

#ja-topsl ul.menu li, #ja-botsl ul.menu li,
#ja-topsl ul.latestnews li, #ja-botsl ul.latestnews li,
#ja-topsl ul.weblinks li, #ja-botsl ul.weblinks li {
	background: url(../images/bullet.gif) no-repeat 1px 6px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 10px;

}

/* Top spotlight ---*/
#ja-topsl .main { padding: 0; }
#ja-topsl .main-inner1 { padding: 10px 0; border-bottom: 1px solid #ccc; }

/* Bot spotlight ---*/
#ja-botsl .main { padding: 0; }
#ja-botsl .main-inner1 { padding: 10px 0; border-top: 1px solid #ccc; }

/* MISCELLANOUS
----------------------------------------------------------- */
/* Others ---*/
#ja-top-panel .main-inner1 {
	border: 2px dotted #e2e2b5;
	padding: 5px 10px;
	text-align: center;
	margin-top: 15px;
	background: #ffffcc;
	position: relative;
}

#ja-banner { border-top: 1px solid #ccc; }

div.ja-innerdiv { border-bottom: 1px dotted #ccc; }

div.ja-innerdiv h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	text-transform: uppercase;
}

a.ja-icon-video {
	background: url(../images/icon-youtube.gif) no-repeat 5px 8px #fff;
	border: 1px solid #ccc;
	color: #666;
	display: block;
	font-weight: bold;
	position: absolute;
	padding: 5px 5px 5px 43px;
	right: 10px;
	top: 8px;
	text-decoration: none;
	width: 35px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
a.ja-icon-video span { color: #666; }

a.ja-icon-video:hover,
a.ja-icon-video:focus,
a.ja-icon-video:active { border-color: #ddd; text-decoration: none; }

a.ja-icon-video:hover span { color: #0F85D8; }

#ja-absolute .main {
	position: fixed;
	width: auto;
	height: auto;
	z-index: 99999;
	top: 1px;
	left: 1px;
}

#ja-absolute .main a {
	width: 91px;
	height: 99px;
	overflow: hidden;
	display: block;
	background: url(../images/joomla15.png) no-repeat left top #fff;
	text-indent: -9999px;
}

#ja-absolute .main a:hover,
#ja-absolute .main a:focus {
	background-position: left bottom;
	text-decoration: none;
}



/*  custom items */

#ja-topmenu {text-align: right;}
#ja-topmenu .moduletable {padding:0;margin:0px;display: inline; }
#ja-topmenu .main {padding:0px; margin:0px;width: 990px; }
#ja-breadcrumbs .main {margin-left:6px; padding-left: 0px;}
#ja-breadcrumbs .moduletable {padding:0;margin:0px;font-style: italic;}
#ja-topimage {padding:0px; margin:0px 0px; }
#ja-topimage .main {padding:0px; margin:0px -1px; }
#ja-topimage .moduletable {padding:0;margin:0px;}
#ja-left[style]  {float: right;width:100% !important ;}
#ja-main[style] {width:100% !important;}

#ja-mainbody[style] {width:70% !important;}
#ja-right[style] {width:30% !important;}

#ja-footer {margin-top: 0px; color: #C1C1BA;padding: 0px ; }
#ja-footer .main {padding:6px; margin: 0px; background-color: black; margin-left:3px ;width: 970px;text-align: left;
     font-family: Verdana, Arial; font-size: 8pt;font-style: italic;
     border: 1px solid silver;     
     }
#ja-footer .main .moduletable {padding: 0px;margin:0px;}

#ja-footer a { color: #C1C1BA;}
#ja-topmenu  .mod-languages {float:right;margin-top:4px; margin-right:20px; margin-left:4px;}
#ja-topmenu  .search {height: 27px; padding-top:2px;  margin-right:4px; padding-right:0px;float:right;background: url(../images/searcharea.gif) no-repeat scroll right top; }
#ja-topmenu  .search #mod-search-searchword {
		border:0;
		background:transparent;
		width:142px;	
	}
#ja-topmenu .search label {display: none;}


th.lqmResultTableSingleColumn1 {vertical-align: top; }

.column p, .column pre, .column blockquote, .column h1, .column h2, .column h3, .column h4, .column h5, .column h6, .column ol, .column ul, .column dl {
margin: 4px 0;
}


.mod-articles-category-introtext {
	 font-size: 7pt;	
	}

#ja-logos div.moduletable { margin:0px; padding:0px; margin-bottom:4px; margin-top:4px;}
#ja-logos .main { margin-top:1px; text-align: center; background-color: white; border-top: 1px solid silver;border-right: 1px solid silver;border-left: 1px solid silver; border-bottom 0px; }


.category-list  {
		border-bottom: 1px solid #ccc;
		font-weight: normal;
		font-weight: normal; color:#1d88a1;	
	}
	
.pagination {
	border-top: 1px solid gray;
    		
	} 
.pagination li span {
    line-height:12px;	
	}
.pagination .counter { margin: 4px 0;}
	
#ja-main .item-page ul { list-style-type:disc; }
#ja-main .item-page li { }

.column ul li {
   background: none;
  line-height: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  padding-left: 2px;
}

#inventarios {width:656px; overflow: auto;}
#inventarios ul {}
#inventarios ul li {float: left;text-align: center;}
#inventarios ul li .imgbrdcls .imgcls { position:relative; text-align:center;  height:200px; overflow: hidden;margin-bottom:4px;vertical-align:text-bottom;}
#inventarios ul li .imgbrdcls .imgcls img { position:absolute; left:15px;  bottom:0;}
#inventarios ul li .imgbrdcls {width:160px;height:240px;‪ }
#form-login-username {text-align: right; padding-right: 40px;}
#form-login-password {text-align: right; padding-right: 40px;}

#searchimagebutton { float: right; }

#inventarios {width:656px; overflow: auto;}
#inventarios ul {}
#inventarios ul li {float: left;text-align: center;}


#ja-main .item-page ul li {
background: url(../images/bullet.gif) no-repeat 20px 7px;  list-style:disc;  line-height: 1.5 ;
  margin-bottom: 5px;
  overflow: auto;
  padding-left: 30px;
}

 


