/* *****************************
    normalización 
    * */ p, ul, ol, dl, dt, dd,  blockquote, cite, h1, h2, h3, h4, h5, h6 /*(etc)*/{ margin:0; padding:0; font-size:1 em; font-weight:normal; } img{ border:0; } /*etc*/ 
body { 
   padding:0px; 
   margin:0px;
   background-image:  url("../images/bgk_Inner.jpg");
   background-repeat:repeat-x;
   }

#container_Home {
   width:967px;
   height:692px;
   margin:0 auto;
   }
   
#headerHome {
   width:967px;
   height:176px;
   background-image:    url("../images/headerInner.jpg");
   background-repeat:no-repeat;
   }
   
.cont_M_home {
   width:967px;
   height:auto;
   background-color:#A2D1F4;
   }
   
#footerHome {
   width:967px;
   height:20px;
   background-image: url("../images/footer.jpg");
   background-repeat:no-repeat;
   }
   
.cont_yourHeart_home {
   width:967px;
   height:280px;
   background-image:url(../images/yourHeart.jpg);
   background-repeat:no-repeat;
   }
   
.cont_doctorExperts {
   width:967px;
   height:229px;
   background-image:url(../images/bkg_doctorExpert.jpg);
   background-repeat:no-repeat;
   }
   
.bkg_cont_cuadro {
   width:900px;
   height:147px;
   padding:12px 0px 0px 42px;
   }   
   
.bkg_cuadro {
   width:278px;
   height:147px;
   background-image: url("../images/bkg_scuare.gif");
   background-repeat:no-repeat;
   float:left;
   margin-left:12px;
   }
   
.tit_grey01 {
   font-family:"trebuchet MS", verdana, arial;
   font-size:11px;
   color:#787878;
   }
 
.tit_grey01 a{
   font-family:"trebuchet MS", verdana, arial;
   font-size:11px;
   color:#787878;
   text-decoration:none;
   }
      
.tit_blue01 {
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:17px;
   color:#327ED4;
   text-align:center;
   }
   
.tit_blue02 {
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:10px;
   color:#327ED4;
   border-style:none;
   text-decoration:none;
   text-align:right;
   }
   
.tit_blue02 a {
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:10px;
   color:#327ED4;
   border-style:none;
   text-decoration:none;
   text-align:right;
   }   
 
/***Menú Horizontal***/  
#cont_menu_Horiz {
   width:178px;
   height:34px;
   float:left;
   margin-top:100px;
   padding-left:116px;
   }

#btn_menu_Horiz {
   width:178px;
   height:33px;
   float:left;
   }
/***Menú Horizontal***/

/***ContactUS***/
.contactUs {
   width:965px;
   height:28px;
   float:left;
   }
/***ContactUS***/
/**********************************************CSS General HOME**************************************************/


a { text-decoration: none; }