@charset "utf-8";
/* CSS Document */

* { margin:0px; padding:0px; }

body { background-image: url(images/bkg.png); }

/* TEXTOS DEL SITIO */

p{ font-family:Tahoma; font-size:12px; font-style:normal; color:#333333; text-align: left; margin-left:3px; }
p#title{ font-family: Tahoma; font-size:12px; font-style: normal; font-weight:bold; color: #016a01; }
p#history{ font-family:Tahoma; font-size:12px; font-style:normal; color:#333333; text-align:justify; }
p#especialidades{ font-size:10px; font-weight:normal; text-align:center; color: #FF0000; }


/*ESTRUCTURA DEL SITIO */

div#wrapper { margin:0px auto; padding-bottom:6px; background-color:#FFFFFF; width:900px; height:1400px;

   border-left-style:solid;  
   border-left-color:#446672;
   border-left-width:medium;
   
   border-right-style:solid;  
   border-right-color:#446672;
   border-right-width:medium;
   
   border-bottom-style:solid;  
   border-bottom-color:#446672;
   border-bottom-width:medium;
   
}

div#top { margin:0px auto; width: 878px; height:137px;}
div#logo{ background-image:url(images/logo.gif); width: 253px;  height:137px; float:left;}
div#date{ margin-top:100px; width: 330px; height:22px; float:right; font-family:Tahoma; font-style:normal; font-size:12px; color:#333333; text-align:right; }

/* AREA DEL BRANDING */

div#branding_wrapper { margin:0px auto; background-color:#FFFFFF; width:878px; height:218px; }
div#bn_left{ background-image:url(images/bn_left.jpg); width:545px; height:216px; float:left;}
div#bn_right{background-image:url(images/bn_right.jpg);width:330px; height:216px; float:right;}

/* MENU */

div#menu { margin:0px auto; background-color: #F5F5F5; width: 878px; height:55px;}


/* CONTENIDO */

div#content_wrapper{ margin:0px auto; width: 878px; height:auto;}
div#cont_left{ margin-top:6px; width: 68%; float:left;}
div#welcome{ margin:0px auto; width: 100%; height:160px; background-color:#F3F3F3; }

div#news{margin:0px auto; width:100%; height:auto; background-color:#F3F3F3;}
div#testimonials,
div#contact{ margin:0px auto; width: 100%; height:400px;}
div#locationmap{margin:0px auto; width: 100%; height:370px;}

div#cont_right{margin-top:6px; width: 30%; float:right; }
div#almater{ margin:0px auto; width: 100%; }
div#headlines{margin:20px auto; width: 100%;}

/* CREDITOS NESHT */

div#credit_wrapper{ margin:0px auto;  width:900px; height:40px;}
div#creditos a#logoFirma{

   margin-right:30px;
   display:block;
   width:37px;
   height:40px;
   background:url(http://www.magigas.com.mx/images/nesht-off.gif) no-repeat;
   text-indent:-9999px;
   float:right;

}

div#creditos a#logoFirma:hover{
  background:url(http://www.magigas.com.mx/images/nesht-on.gif) no-repeat;
}