body
{
   font        :  0.76em Verdana, Tahoma, Arial, sans-serif;
   text-align  :  center;
   color       :  #323232;
   background  :  #ededed url(./images/font.png) repeat-x center top;
}

p
{
   margin-top     :  25px;
   margin-bottom  :  15px;
}

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

li
{
   margin-top        : 15px;
   margin-bottom     : 15px;
}

a
{
   color             : #0000ff;
   text-decoration   : none;
}

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

a:visited
{
   color             : #0000ff;
}

/*************
  Formularios
**************/

input, textarea, select
{
   background-color  :  #FAFAFA;
   border            :  1px solid #ccc;
   color             :  #323232;
   font-family       :  Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
   font-size         :  11px;
   padding           :  0.2em
}

input:focus, textarea:focus
{
   background-color  :  #FFF;
   border            :  1px solid #336699;
   color             :  #2F4A6C
}

/*********************************************************
  Divs container y content
*********************************************************/

#container
{
   background  :  #fff;
   border      :  0.1em solid #777;
   color       :  #323232;
   margin      :  2em auto;
   text-align  :  left;
   width       :  65em;
   min-height  :  65em;
}

#content
{
   margin-left: 50px;
   margin-right: 50px;
   margin-top: 40px;
}         
  
/*************
  Header 
**************/

#header
{
	margin            :  0.5em;
}

#header_img
{
   width       :  13.2em;
   height      :  9.9em;
   float       :  left;
   border      :  none;
   margin-left :  0;
}

/*************
  Menu
**************/
#menu
{
   float          :  right;
   display        :  block;
   margin         :  0px;
   padding        :  0px;
   margin-left    :  20px;
   margin-right   :  0.8em;
   line-height    :  2.1em;
   color          :  #ccc;
   white-space    :  nowrap;
}

#menu li
{
   list-style-type   : none;
   white-space       : nowrap;
   margin-top        : 3px;
   margin-bottom     : 3px;

}

#menu li a
{
   display           :  block;
   width             :  17em;
   padding           :  0 0.6em;
   font-size         :  0.8em;
   font-weight       :  normal;
   text-transform    :  uppercase;
   text-decoration   :  none;
   color             :  #444;
   border            :  0.1em solid #ddd;
   margin-bottom     :  0.2em;
   text-align        :  center;
   background-color  :  #eee;
}

#menu li a:hover
{
   color             :  #fff;
   text-decoration   :  none;
   background-color  :  #e67819;
   border            :  0.1em solid #558822;
}

/*************
  Footer 
**************/
#footer
{
   border      :  0px;
   color       :  #404040;
   margin      :  2em auto;
   text-align  :  center;
   clear       :  both;
   font-size   :  0.9em;
}


