html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0px;
  padding: 0px;
  width:100%;
}

img,table {
	border: none;
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666;
	background: #fff;
	
}

body.contentpane {
	background: #FEFEFE;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: 400;
	color: #003366;
	outline: none;
}

a:hover {
	text-decoration: none;
	font-weight: 400;
	color: #00ADEF;
}

input  {
	color: #ccc;
	padding: 2px;
	outline: none;
	margin: 0;
}

input:focus {
	outline: none;
}

button {
	color: #fff;
	font-size: 11px;
	border: none;
	/*background: #696969;*/
	background-color:#666;
	cursor: pointer;
}

.inputbox {
	border: 1px solid #cfcfcf;
	color: #666;
	padding: 2px;
	background: #fff;
}

.inputbox:hover {
	
}

#modlgn_remember.inputbox  {
	background: none;
	border: none;
	width: auto;
}

input.button, .validate  {
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	font-weight: 700;
	border: none;
	background: url(../images/but.png) repeat-x top left;
	cursor: pointer;
	padding: 2px 6px;
}

input.button:hover, .validate:hover  {
	color: #333;
}


#ms-mb-logo {
	LEFT: 30px; 
	POSITION: absolute; 
	TOP: 21px;
}

#ms-mb {
	LEFT: 10px;
	POSITION: relative;
	width: 150px;
}

#footer_admin {
	float:right;
	POSITION: relative;
	width: 400px;
	top: -7px;
	color: #FFFFFF;
	overflow: hidden;
	height: 20px;
}

#footer_admin a, #footer_admin a:link, #footer_admin a:hover{
	color: #FFFFFF;
}

#ms-mb-logo {
	LEFT: 30px;
	POSITION: absolute;
	TOP: 21px
}

#ms-language {
	LEFT: 800px;
	POSITION: relative;
	TOP: 3px;
	width:200px;
	text-align:right;

}

#ms-colcar-logo {
	LEFT: 800px;
	POSITION: relative;
	TOP: 5px;
	width:200px;

}

#search {
	float: right;
	width: 222px;
	height: 20px;
	margin: 7px 0 0;
}

#search .search .inputbox {
	float: left;
	background: url(../images/search.png) repeat-x top left;
	border: 1px solid #002647;
	color: #002647;
	font-size: 11px;
	line-height: 14px;
	width: 150px;
	height: 16px;
	padding: 2px;
}

#search .search input.button {
	float: left;
	background: none;
	border: none;
	color: #f4f4f4;
	cursor: pointer;
	font-size: 11px;
	width: 60px;
	height: 24px;
	padding: 2px 0 7px;
	font-weight: 700;
	line-height: 16px;
}

#search .search input.button:hover {
	color: #5ea1d9;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#page_bg {
	background: #f7f7f7 url(../images/bg_body.gif) repeat-x center top;
}

#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#header {
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 93px;
	width:1000px;
	min-width: 1000px;
	
}

#title {
	margin: 0px;
	padding: 0px;
	color: #0d5385;
	height: 60px;
}

#title h1 a, #title h1 a:link, #title h1 a:hover {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 24px;
	line-height: normal;
	color: #0d5385;
	text-decoration: none;
	outline: none;
}

#wrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	width:1000px;
	min-width: 1000px;
	background-color:#FFFFFF;
	position:relative;
	overflow: visible;
}

ul.latestnews {
	padding:0px 0px 0px 15px;
}


li.latestnews {
	list-style:url(../images/list_row.gif);
	padding:0px 0px 8px 0px;
}
li.latestnews:hover {
	list-style:url(../images/list_row_on.gif);
}

#menu {
	/*background: url(../images/topmenu.png) no-repeat top left;*/	
	height: 33px;
	margin: 0px;
	z-index:1;
}

div#menu_usados {
	width:100%;
	padding:0px;
	margin:10px 0px 0px 0px;
}

div#menu_usados ul {
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
	
}
div#menu_usados ul li.level1{
	list-style:none;
	width:auto;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:0px 0px 0px 10px;
	
}
div#menu_usados ul li.titulo_menu_usados{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	list-style:none;
	width:auto;
	float:left;
	padding:0px 10px 0px 0px;
	
}


#pillmenu {
	float: left;
	/*width: 720px;*/
	margin: 5px 0px 0px 150px;
	height: 20px;
	z-index:2;
	width:850px;
}

#pillmenu ul {
	margin: 0px;
	/*padding: 0px;*/
	list-style: none;
	/*height: 20px;*/
	/*width: 720px;
	overflow: hidden;*/
	z-index:3;
}

#pillmenu li {
	float: left;
	display: inline;
	height: 22px;
	
}

#pillmenu li:hover {
	background: url(../images/bg_navi_main_l.png);
	background-position: 0px -100px;
	background-repeat:no-repeat;
	
}

#pillmenu li a {
	font-size: 11px;
	font-family:arial,helvetica,verdana,"times new roman",sans-serif;
	color: #fff;
	
	text-decoration: none;
	/*font-weight: 700;*/
	height: 22px;
	line-height: 22px;
	padding: 0px 8px;

	
}

#pillmenu li a:hover  {
	color: #0a3c64;
	background: url(../images/bg_navi_main_r.png);	
	background-position: 100% -205px;
	display:block;
}

#pillmenu li a#active_menu-nav  {
	color: #0a3c64;
}


ul.sub_menu  {
	padding:10px 0px 0px 0px;
	
	
}


div#showcase {
	position: relative;
	z-index:0;
	/*float: left;*/
	width: 100%;
	height: 470px;
	text-align: center;
	vertical-align: middle;
	padding: 0px auto 0px auto;
	/*background-image: url(../images/showcase_bg.png);*/
	margin: 0px;
	background-repeat: repeat-x;
	min-width: 1000px;
	overflow: visible;
}

div#showcase_elsewhere {
	position: relative;
	z-index:0;
	/*float: left;*/
	width: 100%;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	padding: 0px auto 0px auto;
	/*background-image: url(../images/showcase_bg.png);*/
	margin: 0px auto;
	background-repeat: repeat-x;
	min-width: 1000px;
	overflow: visible;
}


#popular {
	padding: 16px 0px 0px 0px;
	float: right;
	width: 220px;
	background-color: #FFFFFF;
	height: 250px;
	text-align: left;
	/*background: url(../images/pop_middle.png) repeat-y top left;*/
}

#popular div {
	/*background: url(../images/pop_top.png) no-repeat top left;*/
	padding: 0px;
}

#popular div div {
	/*height: 120px;
	overflow: hidden;*/
	padding: 0px;
	/*background: url(../images/pop_bottom.png) no-repeat bottom left;*/
}

#popular div div div {
	padding: 0px;
	width: auto;
}

#popular ul {
	text-align: left;
	margin: 0px;
	padding: 1px 10px;
	list-style: none;
	overflow: hidden;
	height: 80px;
}

#popular ul li a {
	text-decoration: none;
	color: #666;
	background: url(../images/popular_row.gif) no-repeat center left;
	padding: 0 0 0 10px;
	height: 16px;
	line-height: 16px;
}

#popular ul li a:hover {
	color: #999;
	text-decoration: underline;
}

#popular div div div div h3, #newsflash h3 {
	/*background: url(../images/other_h3.png) repeat-x top left;*/
	height: 26px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding: 0px;
	width: auto;
}

ul#repuestos_list {
	padding:0px;
	margin:0px;

}
ul#repuestos_list img {
	padding:0px;
	margin:5px 0px 5px 0px;

}

ul#repuestos_list li{
	list-style:url(../images/list_row.gif);
	padding:0px;
	margin:0px;
	color: #003366;

}
ul#repuestos_list li:hover{
	list-style:url(../images/list_row_on.gif);
	padding:0px;
	margin:0px;
	color: #00ADEF;

}

ul.listado {
}

ul.listado li{
	list-style:url(../images/list_row.gif);
	padding:0px;
	margin:0px;
	color: #003366;

}
ul.listado  li:hover{
	list-style:url(../images/list_row_on.gif);
	color: #00ADEF;

}

#newsflash2 {
	float: left;
	padding: 16px 10px 0 10px;
	width: 200px;
	/*background: url(../images/news_middle.png) repeat-y top left;*/
	text-align: left;
	background-color: #D9DDE0;
	height: 250px;
}

#newsflash {
	float: left;
	padding: 16px 10px 0 10px;
	width: 360px;
	/*background: url(../images/news_middle.png) repeat-y top left;*/
	text-align: left;
	height: 250px;
}

#newsflash div , #newsflash2 div{
	/*background: url(../images/news_top.png) no-repeat top left;*/
	padding: 0px;
	text-align: left;
}

#newsflash div div, #newsflash2 div div {
	margin: 0px;
	padding: 0px;
	/*background: url(../images/news_bottom.png) no-repeat bottom left;*/
	/*height: 120px;*/
	height: auto;
	overflow: hidden;
	text-align: left;
}

#newsflash div div div , #newsflash2 div div div {
	width: auto;
	padding: 0px;
}

#newsflash div div div div table.contentpaneopen , #newsflash2 div div div div table.contentpaneopen {
	margin: 0px;
	text-align: left;
	line-height: normal;
}

#newsflash div div div div table.contentpaneopen a {
	color: #666;
}

#newsflash2 div div div div table.contentpaneopen a {
	color: #000000;
}

#newsflash div div div div table.contentpaneopen tr td p , #newsflash2 div div div div table.contentpaneopen tr td p {
	overflow: hidden;
	/*height: 60px;*/
}

#holder {
	float: left;
	display: inline;
	background: #ddd;
	padding: 0px;
	width: 820px;
}

#holder1 {
	background: #fff;
	width: 820px;
	padding: 0px;
}

#leftcolumn {
	background: url(../images/leftcolumn_bk.jpg) no-repeat;
	background-color:#FFF;
	float: left;
	display: inline;
	width: 180px;
	margin: 0px;
	height: 100%;
	min-height: 265px;
}

#rightcolumn {
	float: right;
	display: inline;
	width: 150px;
	margin: 0px;
}

.column_top {
	padding: 10px 0px 0px 0px;
	/*background: url(../images/column_top.png) no-repeat top left;*/
}

.column_bottom{
	/*background: url(../images/column_bottom.png) no-repeat bottom left;*/
	padding: 0px;
}

div#maincolumn {
	float: left;
	width: 520px;
}

div#maincolumn_full {
	float: left;
	width: 815px;
	padding:0px 0px 0px 5px;

}
div#maincolumn_fullfull {
	float: left;
	width: 980px;
	padding:0px 10px 0px 10px;
}

div.nopad {
	overflow: visible;
	padding: 0;
}

div.nopad ul {
	/*clear: both;*/
}

td.middle_pad {
	width: 20px;
}

#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}

#footer {
	width: 100%;
	height: 27px;
	font-size: 11px;
	margin: 0px;
	padding: 2px auto 2px auto;
	min-width: 1000px;
	background-color: #828B94;
	float:left;
	overflow:hidden;
}

#footer a:link {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

a.footer123:link, a.footer123:visited {
	color: #fefefe;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
a.footer123:hover {
	color: #fefefe;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
#f123 {
	text-align: right;
	width: 100%;
	margin: 0 auto;
	font-family: Tahoma, Arial, sans-serif;
}
.f123 {
	text-align: right;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
.f123_bg {
	background:url(../images/123_bg.png);
	width:134px;
	height:30px;
	text-align:center;
	padding: 0 3px;
}
.f123_1 {
	display: block;
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
	color: #666;
	text-align: left;
	padding: 0 0 2px 4px;
}

a.link_123:link, a.link_123:visited {
	font-size: 15px;
	font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;
	color: #797979;
	text-decoration:none;
	font-weight: 700;
}
a.link_123:hover {
	font-size: 15px;
	font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;
	color: #797979;
	text-decoration:none;
	font-weight: 700;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
div.componentheading {
	/*height: 25px;*/
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	padding: 10px 0px 3px 0px;
	color: #999;
	height:20px;
	overflow:hidden;
}

/* headers */
div.componentheading_mark {
	/*height: 25px;*/
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	padding: 20px 0px 3px 0px;
	color: #999;
	height:20px;
	overflow:hidden;
}

div.componentheading_postventa::before {
	content:">> ";
}
div.componentheading_postventa {
	/*height: 25px;*/
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	padding: 16px 0px 3px 20px;
	color: #999;
	height:20px;
	overflow:hidden;
}

table.blog {
	
}

table.blog_postventa {
	padding: 0px 40px 0px 40px;
	
}

.contentheading_postventa {
	padding: 3px 0px 0px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	vertical-align: middle;
	color: #999;
	text-align: left;
	height:20px;
	overflow:hidden;
}

h2, .contentheading {
	padding: 3px 0px 0px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	vertical-align: middle;
	color: #999;
	text-align: left;
	height:20px;
	overflow:hidden;
}


.productheading {
	padding: 3px 0px 0px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	vertical-align: middle;
	color: #666;
	text-align: left;
	font-weight: 700;
	height:15px;
}

h2, a.contentheading {
	background: none;
	border: none;
	
}

table.contentpaneopen h3 {
	margin-top: 5px;
}

table.contentpaneopen ul.menu {
	list-style:none;
}
table.contentpaneopen ul.menu li{
	width:auto;
	float:left;
	padding:3px 10px 3px 10px;
	border:thin;
	marging:0px;
}

table.contentpaneopen ul.menu li a{
	width:100%;
	marging:0px 5px 0px 5px;	
	padding:3px 10px 3px 10px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:bolder;

	
}

table.contentpaneopen ul.menu li a:hover{
	background-color:#FFF;
}

h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
	margin: 5px 0px 2px 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #333333;
	padding: 0px;
}
/* small text */
.small {
	font-size: 10px;
	color: #999;
	font-weight: 700;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #444;
	text-align: right;
}

.createdate {
	vertical-align: top;
	font-size: 11px;
	color: #999;
	padding-bottom: 8px;
}

a.readon {
	float: right;
	background: url(../images/readon.png) no-repeat center left;
	line-height: normal;
	font-size: 11px;
	padding: 0 0 0 14px;
	color: #7c7c7c;
	text-transform: lowercase;
	text-decoration: none;
}

a.readon:hover {
	text-decoration: underline;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #333;
}

.ol-background {
	background-color: #f1f1f1;
	color: #333;
}

.ol-textfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: 700;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 2px;
	background-color: #EEEEEE;
}

.article_column {

}

.column_separator {
	
}

td.buttonheading {
	text-align: right;
	width: 0;
}

.clr {
	clear: both;
}

table.blog span.article_separator {
	display: block;
	height: 1px;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  padding: 5px;
  background: none;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  color: #999;
  font-weight: 700;
  padding: 4px;
}

tr.sectiontableentry1 td {
	padding: 4px;
	background: #f4f4f4;
}

tr.sectiontableentry0 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #8e8e8e;
  font-size: 11px;
}


/* content styles */
.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
	margin: 8px;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color: #666;
}

table.contentpaneopen {
	margin: 0px;
	border-collapse: collapse;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #669933;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin: 0px;
}

div.moduletable, div.module {
  margin: 0px;
}

div.module_menu, div.module {
	margin: 0px;
	padding: 0px;
}

div.module_menu div, div.module, div.module_text div {

}

div.module_menu div div, div.module div div, div.module_text div div {
	margin: 0px;
}

div.module_menu div div div, div.module div div div, div.module_text div div div {
	margin: 10px 0px 0px 0px;
	/*text-align: center;*/
}

div.module div div div div {
	width: auto;
}

div.module_menu div div div div, div.module div div div div, div.module_text div div div div {
	background: none;
}

div.module_text div div div div {
	text-align: left;
}

div.module_text div div div div.bannergroup_text {
	padding: 10px;
	width: 160px;
}

div.module_text div div div div.bannergroup_text div {
	width: auto;
	padding: 0 0 4px;
}

div.module div div div form {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

div.module_menu ul {
	list-style: none;
	padding: 0;
}

div.module_menu ul li{
	margin: 0;
	padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: 700;
	background: transparent url(../images/blue/bullet2.jpg) top left no-repeat;
	padding: 2px 0;
	line-height: 24px;
}

#leftcolumn div.module table ,#rightcolumn div.module table {
}

#leftcolumn div.module table td ,#rightcolumn div.module table td {
	padding: 0 6px 6px 0;
	vertical-align: middle;
}

#leftcolumn div.module table.poll {

}

#leftcolumn div.module table.poll td {
	text-align: left;
}

/* LEFT COL H3 */
#leftcolumn h3, #rightcolumn h3 { 	
	/*background: url(../images/h3.png) top left no-repeat;*/
	width: 100%;
	height: 27px;
	line-height: 27px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #0d5284;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
}

#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin: 0 0 16px 0;
	padding: 0 0 8px 0;
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
	width: 170px;
	margin: 0 auto;
	list-style: none;
	text-align: left;
}

#leftcolumn ul.menu li, #rightcolumn ul.menu li {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {

}

#leftcolumn ul.menu li ul li, #rightcolumn ul.menu li ul li{
	border-bottom: none;
}

/*LEFT COL LINK*/
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	font-weight: 400;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #8b8b8b;
	background: url(../images/menu_row.gif) center left no-repeat;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	text-decoration: underline;
}

/*LEFT COL CURRENT LINK*/
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
	padding: 0 0 0 10px;
	text-decoration: underline;
	background: url(../images/menu_row.gif) center left no-repeat;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	
}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
	font-weight: 400;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #8b8b8b;
	background: url(../images/submenu_row.gif) center left no-repeat;
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
	padding: 0 0 0 20px;
	text-decoration: underline;
	background: url(../images/submenu_row.gif) center left no-repeat;
}

#leftcolumn ul.menu li.parent ul li a {
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
	height: 18px;
	padding: 0 0 0 20px;
	color: #8b8b8b;
	background: url(../images/submenu_row.gif) center left no-repeat;
	text-decoration: none;
}

#leftcolumn ul.menu li.parent ul li a:hover {
	text-decoration: underline;
}

/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li {
	margin: 0;
	padding: 0;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li a:hover {
	text-decoration: underline;
}

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	list-style: none;
}

/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin: 0;
	padding: 0 2px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

form#form-login fieldset { 
	border: 0 none; 
	margin-top: 0; 
	padding: 0;
	text-align: left;
}

form#form-login ul {
	padding: 0;
	list-style-position: inside;
	text-align: left;
	width: 200px;
	margin: 10px auto 15px;
}

form#form-login ul li { 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0;
	font-size: 10px;
	color: #8e8e8e;
	text-decoration: none;
}

form#form-login ul li a:hover {
	text-decoration: underline;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: 700;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 4px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #333;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: 700;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message dd.message ul { 
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00; 
	background: none;
	border: none;
	padding: 10px 0px;
	margin: 0;
	text-align:center;
}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00;
	font-size:14px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#system-message dd {
	text-indent: 0;
}

#system-message dd ul {
	list-style-type: none;
	color: #c00; 
	background: none;
	border: none;
}

#system-message {
	margin-top: 5px;
	background-color:#FFC;
	border-color:#900;
	border-width: thin;
	border-collapse: separate;
	border-style: dotted;
	font-weight:bold;
	padding:5px;
}

.error {
	padding: 5px 0px;
	color: #c00;
	font-size:14px;
	margin-top: 5px;
	background-color:#FFC;
	border-color:#900;
	border-width: thin;
	border-collapse: separate;
	border-style: dotted;
}

ul .mostread{
/*background-color:#0066CC;
	width:180px;*/
	margin: 0px;
	padding:0px;
	list-style: square;
	text-align:left;
	color: #333333;
	font-weight:bold;
}

ul .mostread li {
	margin: 5px 0px 0px -10px;
	padding:0px;
}


ul .mostread li a{
	/*margin-bottom:10px;*/
	color: #333333;
	font-weight:bold;
}

form #mod_loginform{
	width:200px;
}

table .mod_login{
	width:200px;
}

table .mod_login tbody tr{
	width:200px;
}

#newsflash div div div div table.contentpaneopen tr td p {

}

form#ckform4.ckform  p.ckCSSclear {
	width:450px;
	float:left;
	margin:0px;
	padding:0px;
	clear:none;
	
	}
	
form#ckform4.ckform  div.captchaCont {
	width:500px;
	float:left;
	margin:0px;
	padding:0px;
	}
	
form#ckform4.ckform  div.ckBtnCon {
	width:500px;
	float:left;
	margin:0px;
	padding:0px;
	}
	
form#ckform4.ckform label#nombrelbl{
	/*width:250px;*/
	float:left;
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	}

form#ckform4.ckform input{
	width:250px;
	float:left;
	margin:0px;
	padding:0px;
	}
	
form#ckform4.ckform div.fc-error {
	margin:0px;
	padding:0px;
	width:auto;
	margin-left:0px;
	
	}
	
form#ckform4.ckform div.fc-error{
	margin:0px;
	padding:0px;
	/*width:120px;*/
	margin-left:0px;
	float:left;
	}
	
form#ckform4.ckform div.fc-error p{
	display:none;
	visibility:hidden;

	}

form#ckform4.ckform input#submit_bt{
	width:150px;
	color:#333;
	font-weight:bold;

	}

form#ckform4.ckform div.ckBtnCon{
	text-align:center;
	padding:3px;
	margin:0px 0px 0px 190px;
	
	}	
