﻿body 
{
    font-family:Arial;
    text-align:center;
    width:1024px;
    margin-left:auto;
    margin-right:auto;
    vertical-align:top;
}

.header
{
   /*background-color:#C1272D;*/
   background-color:#990000;
   text-align:justify;
   vertical-align:bottom;
   border:0;
    cellpadding:0;
    cellspacing:0;
    border-collapse: collapse;
    }

#contentleft
{
    vertical-align:top;
    text-align:justify;
    width:764px;
    border:0;
    cellpadding:0;
    cellspacing:0;
    border-collapse: collapse;
    }
    
#contentright
{
    width:260px;
    vertical-align:top;
    text-align:justify;
    border:0;
    cellpadding:0;
    cellspacing:0;
    border-collapse: collapse;
    }

#buttom
{
    width:1024px;
    text-align:justify;
    }

#footer
{
    color:Red;
    text-align:left;
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;    
 }
    
    
/*******************************************************************/
/************************ ESTILO DEL MENU **************************/
/*******************************************************************/

    * {margin:0; padding:0}
ul,li {list-style-type:none;}

.menu_es {background:#000000; height:27px;width:1024px;border:none;}
.menu_es li {float:left;}
.menu_es a {background:url('menu-es.png');display:block; text-indent:-9000%;height:27px; border:none;}
.menu_es a title {visibility:hidden;}


.mnu_inicio a { width:75px; background-position:0px 0px}
.mnu_catalogo a { width:169px; background-position:-75px 0px;}
.mnu_producto a { width:185px;  background-position:-245px 0px;}
.mnu_chat_es a { width:136px;  background-position:-433px 0px;}
.mnu_noticia a { width:89px;  background-position:-568px 0px;}
.mnu_blog_es a { width:137px; background-position:-656px 0px;}
.mnu_descarga a { width:114px; background-position:-795px 0px;}
.mnu_contacto a {width:117px;  background-position:-908px 0px;}

.mnu_inicio a:hover { width:75px; background-position:0px -27px}
.mnu_catalogo a:hover { width:169px; background-position:-75px -27px;}
.mnu_producto a:hover { width:185px;  background-position:-245px -27px;}
.mnu_chat_es a:hover { width:136px;  background-position:-433px -27px;}
.mnu_noticia a:hover { width:89px;  background-position:-568px -27px;}
.mnu_blog_es a:hover { width:137px; background-position:-656px -27px;}
.mnu_descarga a:hover { width:115px; background-position:-795px -27px;}
.mnu_contacto a:hover {width:117px;  background-position:-908px -27px;}


.mnu_inicio a.active { width:75px; background-position:0px -59px}
.mnu_catalogo a:hover { width:169px; background-position:-75px -59px;}
.mnu_producto a:hover { width:185px;  background-position:-245px -59px;}
.mnu_chat_es a:hover { width:136px;  background-position:-433px -59px;}
.mnu_noticia a:hover { width:89px;  background-position:-568px -59px;}
.mnu_blog_es a:hover { width:137px; background-position:-656px -59px;}
.mnu_descarga a:hover { width:115px; background-position:-795px -59px;}
.mnu_contacto a:hover {width:117px;  background-position:-908px -59px;}
/********************MENU INGLES******************************/
.menu_en {background:#000000; height:27px;width:1024px;border:none;}
.menu_en li {float:left;}
.menu_en a {background:url('menu-en.png');display:block; text-indent:-9000%;height:27px; border:none;}

.mnu_index a { width:75px; background-position:0px 0px}
.mnu_catalog a { width:169px; background-position:-75px 0px;}
.mnu_product a { width:185px;  background-position:-245px 0px;}
.mnu_chat_en a { width:136px;  background-position:-433px 0px;}
.mnu_news a { width:89px;  background-position:-568px 0px;}
.mnu_blog_en a { width:137px; background-position:-656px 0px;}
.mnu_download a { width:114px; background-position:-795px 0px;}
.mnu_contact a {width:117px;  background-position:-908px 0px;}

.mnu_index a:hover { width:75px; background-position:0px -59px}
.mnu_catalog a:hover { width:169px; background-position:-75px -27px;}
.mnu_product a:hover { width:185px;  background-position:-245px -27px;}
.mnu_chat_en a:hover { width:136px;  background-position:-433px -27px;}
.mnu_news a:hover { width:89px;  background-position:-568px -27px;}
.mnu_blog_en a:hover { width:137px; background-position:-656px -27px;}
.mnu_download a:hover { width:114px; background-position:-795px -27px;}
.mnu_contact a:hover {width:117px;  background-position:-908px -27px;}

.mnu_index a.active { width:75px; background-position:0px -59px}
.mnu_catalog a.active { width:169px; background-position:-75px -59px;}
.mnu_product a.active { width:185px;  background-position:-245px -59px;}
.mnu_chat_en a.active { width:136px;  background-position:-433px -59px;}
.mnu_news a.active{ width:89px;  background-position:-568px -59px;}
.mnu_blog_en a.active { width:137px; background-position:-656px -59px;}
.mnu_download a.active { width:115px; background-position:-795px -59px;}
.mnu_contact a.active {width:117px;  background-position:-908px -59px;}


