/* CSS Document */
html, body, td, div, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clr {
clear: both;
}

.outline {
border: 1px solid #cccccc;
background: #ffffff;
padding: 2px;
}

#buttons_outer {
width: 635px;
margin-bottom: 2px;
margin-right: 2px;
float: left;

}

#buttons_inner {
border: 1px solid #cccccc;
height: 21px !important;
height: 23px;
}

#pathway_text {
overflow: hidden;
display: block;
height: 25px;
line-height: 25px !important;
line-height: 22px;
padding-left: 4px;
border: 1px solid #ccc;
margin-bottom: 2px;
}

#pathway_text img {
margin-left: 5px;
margin-right: 5px;
margin-top: 6px;
}

#buttons {
float: left;
margin: 0px;
padding: 0px;
width: auto;
}

/* Menu Top 1 */
table.moduletable-menu_top {
	float: right;
	width: auto;
}

.mainlevel-menu_top {
	font-size: 12px;
}

ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

ul#mainlevel-nav li {
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 12px;
	line-height: 22px;
	white-space: nowrap;
}

ul#mainlevel-nav li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #333333;
	background-image: url(../images/menu_top1_normal.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#buttons>ul#mainlevel-nav li a {
}

ul#mainlevel-nav li a:hover {
	color: #FF3300;
	background-image: url(../images/menu_top1_hover.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#search_outer {
float: left;
width: 165px;
}

#search_inner {
border: 1px solid #cccccc;
padding: 0px;
height: 21px !important;
height: 23px;
overflow: hidden;
}

#search_inner form {
padding: 0;
margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-size: 11px;
	color: #1C1A1B;
}

#header_outer {
text-align: left;
border: 0px;
margin: 0px;
}

#header {
float: left;
padding: 0px;
margin-right: 2px;
width: 635px;
height: 150px;
background: url(../images/header_short.jpg) no-repeat;
}

#top_outer{
float: left;
width: 165px;
}

#top_inner {
border: 1px solid #cccccc;
padding: 2px;
height: 144px !important;
height: 150px;
overflow: hidden;
float: none !important;
float: left;
}

#left_outer {
float: left;
margin-top: 2px;
width: 165px;
}

#left_inner {
border: 1px solid #cccccc;
padding: 2px;
float: none !important;
float: left;
}

#content_outer {
padding: 0px;
margin-top: 0px;
margin-left: 2px;
/** border: 1px solid #cccccc; **/
float: left;
width: 635px;
}

#content_inner{
float: none !important;
float: left;
padding: 0;
padding-top: 2px;
margin: 0;
}

table.content_table {
width: 100%;
padding: 0px;
margin: 0px;
}

table.content_table td {
padding: 0px;
margin: 0px;
}


#banner_inner {
float: left;
padding: 0px;
height: 70px;
}

#poweredby_inner {
float: right;
padding: 0px;
margin-left: 0px;
height: 70px;
}

#right_outer {
margin-left: 2px;
width: 165px;
}

#right_inner {
float: none !important;
float: left;
border: 1px solid #cccccc;
padding: 2px;
}


.user1_inner {
border: 1px solid #cccccc;
float: none !important;
float: left;
margin: 0px;
padding: 2px;
}

.user2_inner {
border: 1px solid #cccccc;
float: none !important;
float: left;
margin: 0px;
padding: 2px;
}

table td.body_outer {
padding: 2px;
border: 1px solid #cccccc;
}

.maintitle {
color: #ffffff;
font-size: 40px;
padding-left: 15px;
padding-top: 20px;
}

.error {
font-style: italic;
text-transform: uppercase;
padding: 5px;
color: #cccccc;
font-size: 14px;
font-weight: bold;
}

/** old stuff **/

.back_button {
float: left;
text-align: center;
font-size: 11px;
font-weight: bold;
width: auto;
padding: 0px 10px;
line-height: 20px;
margin: 1px;
}

.pagenav {
text-align: center;
font-size: 11px;
font-weight: bold;
width: auto;
padding: 0px 10px;
line-height: 20px;
margin: 1px;
}

.pagenavbar {
margin-right: 10px;
float: right;
}

ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}

ul li {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

ol {
	margin: 10px 0 10px 0;
	padding: 0 0 0 18px;
}

body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	line-height: 130%;
	color: #1C1A1B;
	background: #ffffff;
	font-weight: normal;
}

/* Joomla core stuff */
a:link, a:visited, a:active {
	color: #B9000E;
	text-decoration: none;
}

a:hover {
	color: #CC3300;
	text-decoration: underline;
}

table.contentpaneopen {
	width: 100%;
	padding: 0;
	margin-top: 0;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.contentpaneopen td {
padding-right: 5px;
}

table.contentpaneopen td.componentheading {
padding-left: 4px;
}



table.contentpane {
width: 100%;
padding: 0px;
border-collapse: collapse;
border-spacing: 0px;
margin: 0px;
}

table.contentpane td {
margin: 0px;
padding: 0px;
}

table.contentpane td.componentheading {
padding-left: 4px;
}

table.contentpaneopen fieldset {
border: 0px;
border-bottom: 1px solid #eee;
}

.button {
color: #010042;
text-align: center;
font-size: 11px;
font-weight: bold;
width: auto;
padding: 0px 5px;
line-height: 18px !important;
line-height: 16px;
height: 26px !important;
height: 24px;
margin: 1px;
}

.inputbox {
padding: 2px;
border:solid 1px #cccccc;
background-color: #ffffff;
}

.contentheading, .componentheading {
	font-size: 32px;
	color: #B9000E;
	font-weight: lighter;
	padding-top: 5px;
	line-height: 100%;
}

a.contentpagetitle {
	font-size: 15px;
	font-weight: bold;
}

table.blog {
	width: auto;
	margin: 0px;
	padding: 0;
}

.contentcolumn {
padding-right: 5px;
}

table.searchinto {
width: 100%;
}

table.searchintro td {
font-weight: bold;
}

table.moduletable {
width: 168px;
margin: 0 2px 10px 2px;
padding: 0px;
border-spacing: 0px;
border-collapse: collapse;
}

div.moduletable {
padding: 0;
margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
background: url(../images/module_header.gif) no-repeat;
font-size: 11px;
color: #4D4D4D;
font-weight: bold;
text-align: left;
text-transform: uppercase;
margin: 0 0 2px 0;
padding-left: 7px;
width: 168px;
height: 23px;
line-height: 23px;
}

table.moduletable td {
font-size: 11px;
padding: 5px;
margin: 0px;
font-weight: normal;
border: 1px solid #CCD4DD;
}

table.pollstableborder td {
padding: 2px;
}

.sectiontableheader {
	font-weight: bold;
	background-color: #AA4C3F;
	color: #fff;
	padding: 4px;
	text-transform: uppercase;
}

.sectiontablefooter {

}

.sectiontableentry1 {
background-color : #ffffff;
}

.sectiontableentry2 {
background-color : #f9f9f9;
}

.small {
color: #999999;
font-size: 11px;
}

.createdate {
height: 15px;
padding-bottom: 10px;
color: #999999;
font-size: 11px;
}

.modifydate {
height: 15px;
padding-top: 10px;
color: #999999;
font-size: 11px;
}

table.contenttoc {
border: 1px solid #cccccc;
padding: 2px;
margin-left: 2px;
margin-bottom: 2px;
}

table.contenttoc td {
padding: 2px;
}

table.contenttoc th {
background: url(../images/subhead_bg.png) repeat-x;
color: #666666;
text-align: left;
padding-top: 2px;
padding-left: 4px;
height: 21px;
font-weight: bold;
font-size: 10px;
text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
display: block;
background: url(../images/menu_bg.png) no-repeat;
vertical-align: middle;
font-size: 11px;
color: #ccc;
text-align: left;
padding-top: 5px;
padding-left: 18px;
height: 20px !important;
height: 25px;
width: 100%;
text-decoration: none;
}

a.mainlevel:hover {
background-position: 0px -25px;
text-decoration: none;
color: #fff;
}

a.mainlevel#active_menu {
color:#fff;
}

a.mainlevel#active_menu:hover {
color: #fff;
}

a.sublevel:link, a.sublevel:visited {
padding-left: 1px;
vertical-align: middle;
font-size: 11px;
color: #010042;
text-align: left;
}

a.sublevel:hover {
color: #497DBB;
text-decoration: none;
}

a.sublevel#active_menu {
color: #333;
}

.highlight {
background-color: Yellow;
color: Blue;
padding: 0;
}
.code {
background-color: #ddd;
border: 1px solid #bbb;
}

form {
/* removes space below form elements */
margin: 0;
padding: 0;
}

div.mosimage {
border: 1px solid #ccc;
}

.mosimage {
border: 1px solid #cccccc;
margin: 5px
}

.mosimage_caption {
margin-top: 2px;
background: #efefef;
padding: 1px 2px;
color: #666;
font-size: 10px;
border-top: 1px solid #cccccc;
}

span.article_seperator {
display: none;
height: 1.5em;
}

/* menu superior */
table.moduletable-menusuperior {
	background: url(../images/menu_top.gif) no-repeat;
	width: 720px;
	height: 26px;
	margin: 0 auto;
}

div.moduletable-menusuperior {
}

table.moduletable-menusuperior th, div.moduletable-menusuperior h3 {
}

table.moduletable-menusuperior td {
text-align: center;
}

span.mainlevel-menusuperior {
margin: 0 10px;
color: #4D4D4D;
}

table.moduletable-menusuperior td a {
color: #4D4D4D;
text-decoration: none;
}

table.moduletable-menusuperior td a:hover {
color: #CC0000;
text-decoration: none;
}

/* menu inferior */
table.moduletable-menuinferior {
margin: 0 auto;
}

div.moduletable-menuinferior {
}

table.moduletable-menuinferior th, div.moduletable-menuinferior h3 {
}

table.moduletable-menuinferior td {
}

/* banner inferior */
table.moduletable-bannertop2 {
margin: 5px;
}

/* banner inferior */
table.moduletable-bannerbottom {
margin: 0 auto;
}

/* menu categorías virtuemart */
a.mainlevel-menucategorias:link, a.mainlevel-menucategorias:visited {
	display: block;
	background: url(../images/menu.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #4D4D4D;
	text-align: left;
	padding-top: 1px;
	padding-left: 10px;
	height: 16px !important;
	height: 16px;
	width: 153px;
	text-decoration: none;
}

a.mainlevel-menucategorias:hover {
	background: url(../images/menu_hover.gif) no-repeat;
	text-decoration: none;
	color: #fff;
}

a.mainlevel-menucategorias#active_menu {
	background: url(../images/menu_hover.gif) no-repeat;
	text-decoration: none;
	color: #fff;
	font-style: normal !important;
}

a.mainlevel-menucategorias#active_menu:hover {
color: #fff;
}

a.sublevel:link, a.sublevel:visited {
	display: block;
	background: url(../images/submenu.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #B9000E;
	text-align: left;
	padding-top: 2px;
	padding-left: 10px;
	height: 17px !important;
	height: 17px;
	width: 153px;
	text-decoration: none;
}

a.sublevel:hover {
	background: url(../images/submenu_hover.gif) no-repeat;
	text-decoration: none;
	color: #fff;
}

a.sublevel#active_menu {
	background: url(../images/submenu_hover.gif) no-repeat;
	text-decoration: none;
	color: #fff;
	font-style: normal !important;
}

table.moduletable-menucategorias {
width: 163px;
margin: 0 0 20px 0;
padding: 0;
border-spacing: 0px;
border-collapse: collapse;
}

div.moduletable-menucategorias {
	padding: 0;
}

table.moduletable-menucategorias th, div.moduletable-menucategorias h3 {
	background: url(../images/menu_header.gif) no-repeat;
	font-size: 12px;
	color: #4D4D4D;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	padding-left: 7px;
	width: 163px;
	height: 24px;
	line-height: 24px;
}

table.moduletable-menucategorias td {
	margin: 0px;
}

/* footer module */
table.moduletable-footer {
	margin: 0 auto;
}

/* Virtuemart */
#vmMainPage h3 {
	font-size: 16px;
	color: #AA4C3F;
	font-weight: bold;
	width: 99%;
	display: block;
	height: 50px;
	line-height: 50px;
	background-image: url(../images/h3_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 10px;
}
#vmMainPage h3 img {
	vertical-align: middle;
}

#vmMainPage table {
	/*background-image: url(../images/vm_haga-su-pedido.gif);*/
	background-repeat: no-repeat;
	background-position: center 0;
	padding-top: 25px;
}

#vm-oceanic_nombre-producto a, #vm-oceanic_descripcion, #vm-oceanic_descripcion a, #vm-oceanic_precio {
	font-size: 11px !important;
}

#vm-oceanic_nombre-producto {
	width: ;
}

#vm-oceanic_descripcion {
	width: ;
}

#vm-oceanic_precio {
	width: ;
}

#vm-oceanic_foto {
	width: 95px;
}

#vm-oceanic_boton-comprar {
text-align: center !important;
width: 125px;
}

#vm-oceanic_boton-comprar input.addtocart_button {
background-image: url(../images/comprar.gif) !important;
width: 70px !important;
height: 22px;
font-size: 11px !important;
padding-top: 0px;
}

#vm-oceanic_boton-comprar input.inputboxquantity {
width: 22px !important;
height: 14px !important;
font-size: 10px !important;
border: 1px solid #999 !important;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #B9000E;
	margin: 20px 0 10px 0;
	padding: 0;
}

h6 {
	font-size: 11px;
	font-weight: normal;
	color: #777;
	margin: -8px 0 10px 0;
	padding: 0;
}

div.buttons_heading {
	white-space: nowrap;
	padding-right: 20px;
}

.checkout_link {
	height: 27px !important;
	line-height: 27px !important;
	padding-bottom: 5px;
}

td.buttonheading {
	text-align: right;
}

/* Texto Inferior */
.moduletable-bottom_txt {
	text-align: center;
	color: #1C6FB7;
	font-size: 12px;
}

/* Menu Left A */
table.moduletable-menu_left_a {
	background-image: url(../images/menu_left1.gif);
	background-repeat: no-repeat;
	width: 188px;
	float: right;
}

a.mainlevel-menu_left_a {
	display: block;
	vertical-align: bottom;
	width: 173px;
	height: 18px;
	padding-left: 15px;
	padding-top: 14px;
	color: #FFFFFF;
	font-size: 14px;
}

a.mainlevel-menu_left_a:hover {
	background-image: url(../images/menu_left1_hover.gif);
	background-repeat: no-repeat;
	color: #FF6600;
}

/* Menu Left B */
table.moduletable-menu_left_b {
	background-image: url(../images/menu_left2.gif);
	background-repeat: repeat-y;
	width: 188px;
	float: right;
}

a.mainlevel-menu_left_b {
	display: block;
	vertical-align: bottom;
	width: 173px;
	height: 18px;
	padding-left: 15px;
	padding-top: 14px;
	color: #41586D;
	font-size: 14px;
}

a.mainlevel-menu_left_b:hover {
	background-image: url(../images/menu_left1_hover.gif);
	background-repeat: no-repeat;
	color: #FF6600;
}

/* Buscador Superior */
table.moduletable-search td{
	padding-left: 65px;
}

#mod_search_searchword {
	width: 109px;
	height: 14px;
	background-image: url(../images/search_box.gif);
	background-repeat: no-repeat;
	border: 0;
	padding: 2px;
}

/* pathway */
a.pathway:link, a.pathway:visited, a.pathway:active, span.pathway, a.pathway:hover {
	font-size: 11px;
	color: #B9000E;
}

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


span.pathway img{
	padding-top: 3px;
}

/* Módulo Títulos */
div.top_title div.moduletable-maintitle{
	height: 29px;
	font-size: 28px;
	color: #BAD2E7;
	margin-left: 128px;
	margin-top: 7px;
}

div.left_title div.moduletable-maintitle{
	height: 29px;
	font-size: 28px;
	color: #0F68A7;
	text-align: center;
	margin-top: 25px;
	line-height: 28px;
}

/* Control Fuentes */
#fwrf_increaseFontId {
	height: 30px;
	width: 28px;
	display: block;
	background-image: url(../images/typo_plus.gif);
	background-repeat: no-repeat;
	color: transparent;
	float: left;
	clear: left;
	font-size: 5px;
	margin: 0 2px;
}

#fwrf_decreaseFontId {
	height: 30px;
	width: 28px;
	display: block;
	background-image: url(../images/typo_minus.gif);
	background-repeat: no-repeat;
	color: transparent;
	float: left;
	clear: right;
	font-size: 5px;
	margin: 0 2px;
}

#fwrf_resetFontId {
	height: 30px;
	width: 28px;
	display: block;
	background-image: url(../images/typo_minus.gif);
	background-repeat: no-repeat;
	color: transparent;
	float: left;
	clear: right;
	font-size: 5px;
	margin: 0 2px;
}

div#fwrfId {
	white-space: nowrap;
}

span.fwrf_separator {
	display: none;
}

/* módulo información de contacto */
table.moduletable-modulo_contacto {
	width: 252px;
	height: 76px;
	background-image: url(../images/bunner.jpg);
	background-repeat: no-repeat;
	margin: 0 20px 20px 0;
}

table.moduletable-modulo_contacto td {
	padding-left: 65px;
	font-size: 11px;
}

table.moduletable-modulo_contacto td a {
	text-decoration: underline;
}

/* Mopdulo Bienvenida */
table.moduletable-bienvenida {
	width: 252px;
	margin-bottom: 20px;
}

/* Formulario de Contacto */
#contact_text {
	width: 380px;
	height: 170px;
}

img {
	border-color: #ccc;
	border: inherit;
}

/* Menú Buttom */
.mainlevel-menu_bottom {
	color: #fff;
}

a.mainlevel-menu_bottom {
	color: #fff;
	text-decoration: underline;
}

/* Footer */
#footer {
	text-align: right;
	color: #FFFFFF;
}

#footer a {
	color: #DF0011;
	text-decoration: underline;
}

table.moduletable-menu_bottom {
	margin: 0 auto;
}

div.message {
	border: 2px solid #45C244;
	padding: 10px;
	background: #efefef;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

