yaba yaba disculpen la ignorancia, YOOOOOOO No se nada de esto, el css del portal es este
stylesheet:
Código PHP:
/**
 * MyBB Installer CSS
 * (c) 2008 MyBB Group
 */

body {
    
font-familyVerdanaArialsans-serif;
    
font-size12px;
    
background#fff;
    
color#000000;
    
margin0;
}

{
    
color#035488;
    
text-decorationnone;
}

a:hover {
    
color#444;
    
text-decorationunderline;
}

#container {
 
marginauto auto;
 
width780px;
}

/* Logo */

#logo h1 {
    
background#fff url('images/logo.gif') no-repeat top left;
    
height82px;
    
margin0 0 2px 0;
    
padding3px;
}

/* Header */

#header {
    
clearboth;
    
background#016DB1 url('images/thead_bg.gif') repeat-x top left;
    
color#fff;
    
padding5px;
    
font-weightbold;
    
border-bottom1px solid #000;
}

/* Inner Container */

#inner_container {
    
background#ebebeb url('images/content_bg.gif');
    
border1px solid #000;
}

/* Progress Side bar */

#progress {
    
width160px;
    
floatleft;
    
padding10px;
    
padding-right0px;
    
font-size11px;
}
#progress ul {
    
list-stylenone;
    
padding0 0 0 10px;
    
margin0;
}

#progress li {
    
color#535353;
    
font-weightbold;
    
margin0;
    
padding0 0 3px 0;
}

#progress li.active {
    
list-style-imageurl('images/bullet.gif');
    
color#000;
}

/* Content Area */

#content {
    
margin-left170px;
    
width570px;
    
padding10px 10px 10px 19px;
}

html #content {
    
width560px;
}

/* Heading Styles */

h2 {
    
margin0;
    
font-size24px;
    
height32px;
    
padding-left40px;
}

h2.welcome {
    
backgroundurl('images/h2-welcome.gif'no-repeat;
}

h2.license {
    
backgroundurl('images/h2-license.gif'no-repeat;
}

h2.requirements {
    
backgroundurl('images/h2-requirements.gif'no-repeat;
}

h2.dbconfig {
    
backgroundurl('images/h2-dbconfig.gif'no-repeat;
}

h2.createtables {
    
backgroundurl('images/h2-createtables.gif'no-repeat;
}

h2.tablepopulate {
    
backgroundurl('images/h2-tablepopulate.gif'no-repeat;
}

h2.errormsg {
    
backgroundurl('images/error_bg.gif'no-repeat 0 5px;
}

h2.theme {
    
backgroundurl('images/h2-theme.gif'no-repeat;
}

h2.config {
    
backgroundurl('images/h2-config.gif'no-repeat;
}

h2.admin {
    
backgroundurl('images/h2-admin.gif'no-repeat;
}

h2.finish{
    
backgroundurl('images/h2-finish.gif'no-repeat;
}

h3 {
    
font-size14px;
    
margin5px 0;
}

h4 {
    
font-size12px;
    
margin5px 0;
}

/* License Agreement */

.license_agreement {
    
margin10px auto;
    
padding10px;
    
overflowscroll;
    
height400px;
    
width560px;
    
border1px solid #ccc;
}


.
license_agreement ul {
    
padding0;
    
margin15px;
}

/* Next Button */

#next_button, .next_button {
    
text-alignright;
    
widthauto;
}

/* Footer */

#footer {
    
clearboth;
    
background#ebebeb;
    
border-top1px solid #ccc;
    
padding5px;
    
font-size11px;
    
text-alignright;
    
vertical-alignmiddle;
}

/* Tables */

.border_wrapper {
    
border1px solid #0F5C8E;
    
margin0;
    
padding0;
    
height100%;
    
margin-top14px;
}

.
border_wrapper div.title {
    
background#016DB1 url('images/thead_bg.gif') repeat-x top left;
    
color#fff;
    
padding6px 4px;
    
font-size100%;
    
text-alignleft;
    
font-weightbold;
}

.
border_wrapper div.title a {
    
color#fff;
    
text-decorationnone;
}

table.general {
    
background#ccc;
    
width100%;
}

table.general td {
    
border-top1px solid #fafafa;
    
border-bottom1px solid #ccc;
    
border-right1px solid #ccc;
    
border-left1px solid #fafafa;
}

table.general tr.last td {
    
border-bottom0;
}

table.bottom_cell_border td {
    
border-right0;
    
border-left0;
}

table.general td {
    
background#f5f5f5;
    
padding6px;
    
vertical-aligntop;
}

table.general th {
    
background#ADCBE6;
    
text-alignleft;
    
color#000;
    
padding5px;
    
font-size96%;
    
font-weightbold;
    
border-bottom1px solid #000;
    
border-top1px solid #000;
}

table.general th atable.general th {
    
color#000;
    
text-decorationnone;
}


table .alt_row td {
    
background#f1f1f1;
}

/* Forms */

input.text_input {
    
border1px solid #0F5C8E;
    
background#fff;
    
width300px;
    
padding3px;
    
font-size11px;
}

input.text_input:focus {
    
border1px solid #000;
}

input.submit_button {
    
border3px double #0F5C8E;
    
padding3px;
    
background#fff url('images/submit_bg.gif') repeat-x top;
    
color#0F5C8E;
    
font-weightbold;
    
margin-top4px;
    
margin-right3px;
}

label {
    
font-weightbold;
}

.
field_descriptionsmall {
    
color#444;
    
font-size11px;
}

/* Misc */

.invisible {
    
displaynone;
}

.
pass {
    
colorgreen;
}

.
fail {
    
colorred;
}

.
error {
    
background#FFF6BF;
    
border-top2px solid #FFD324;
    
border-bottom2px solid #FFD324;
    
margin10px auto;
    
padding3px 20px;
}

.
success {
    
background#D6ECA6;
    
border-top2px solid #8DC93E;
    
border-bottom2px solid #8DC93E;
    
text-aligncenter;
    
margin10px auto;
    
padding3px 20px;
    
font-weightbold;
}

.
upgrade_note {
    
background#efefef;


y la del global ya se las pase ajah? ahora
Ayuda Porfavor!....................!
Intenta esto :

1.-vete a Plantillas y estilos->seleccionas Estilos->seleccionas tu estilo
2.-Ahora te saldra una lista de archivos .css selecciona la pestaña que aparece en la imagen

[Imagen: image.jpg]

3.-luego te saldra otra pagina y la configuras de la sgt manera.

[Imagen: image.jpg]

Le das al boton guardar hoja de estilo

4.-Ahora te saldra una hoja donde pondras el sgt codigo

[Imagen: image.jpg]

Código:
img {
    float: left;
    margin: 20px 10px 0 0;
    max-width: 200px;
    border: medium none;
}

listo eso es todo aca te dejo una imagen de como me quedo en localhost

[Imagen: image.jpg]
GRACIASSSSSSSSSSS Ahora siiii Big Grin mennnn mi gracias :d