* { padding: 0; margin: 0; }

html{
 background:url(../imgs/fondo.gif);
}

body {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 /*background:url(../imgs/top_lat.png) no-repeat top center ;*/
}
#wrapper { 
 margin: 0 auto; 
 width: 950px;
}

#leftcolumn { 
 width: 200px;
 float: left;
}

#content { 
 width: 950px;
 float: left;
 background:url(../imgs/top_cen.gif) no-repeat top #FFF;
 display: inline;
}

#rightcolumn { 
 float: left;
}

#header {
 width: 950px;
 height:99px;
}

#navigation {
 width: 950px;
 height:30px;
}

#path {
 width: 950px;
 height:63px;
}

#contenido {
 width: 950px;
}

#footer { 
 width: 950px;
 height:151px;
 text-align:center;
}
