/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";


/* Page
-------------------------------------------------------------- */

#page { margin: 0 auto; width: 950px; }


/* Header
-------------------------------------------------------------- */
#header .tabs { border-bottom: 1px solid #0160A2; }
#header .tabs li { margin-right: 1px; }
#header .tabs a { padding: 5px 15px; background: #bfbfff; color: #666; text-decoration: none; }


/* Body
-------------------------------------------------------------- */

#body { margin-top: 20px; }


/* Footer
-------------------------------------------------------------- */

#logo{ width: 1024px; height:225px;  }
#logo img { float:right; }
#footer { border-top: 1px solid #0160A2; margin-top: 20px; }

#footer .tabs { width: 405px; border-top: 3px solid #0160A2; }
#footer .tabs a { padding: 5px 30px 10px 5px; color: #666; text-decoration: none; }

#footer p.quiet { color: #0160A2; }

.plain_bt { background:transparent none repeat scroll 0 0; border:medium none; }
.notificacion{text-align:left;}
.notificacion span {color:red;}

#logos { text-align:right; margin-top: -40px; }
#logos img { margin:0px 5px 0px 5px; }

