/* 
CSS para proyecto SMSFree.cl
Cliente: MilkIT.CL
Autor: Diego Diaz Plaza - www.diegodiaz.org
Fecha Creación: 10/08/2008 
 */

body { margin:0; padding:0; height:100%; background: url(../img/bg_principal.jpg) repeat-y 50% 0; background-attachment:fixed; text-align:center; min-width:1024px; font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif; }
#cabecera a,link,visited { color:#FFF; text-decoration:none; }
#cabecera a:hover { color:#FFF; text-decoration:underline; }
#footer a,link,visited { color:#9FB6C4; text-decoration:none; }

a img { border:none; }
label { cursor:pointer; }

/* CONTENEDOR */
#contenedor { width:1024px; margin:0 auto; text-align:left; padding:0; }

/* CABECERA */
#cabecera { width:1024px; background:#FFF; height:50px; display:block; margin: 1px; }
#cabecera #logo { float:left; margin:5px 0 25px 25px; padding:0; }
#cabecera #login { float:right; margin:0 10px 0 0; padding:0; background:url(../img/bg_login.jpg) top left no-repeat; width:328px; height:100px; }
#cabecera #login  #form1 { margin:10px 0 0 126px; width:200px; height:88px; }
#cabecera #login  #form1 input.usuario,#cabecera #login  #form1 input.pass  { width:107px; height:18px; border:1px solid #DEE6E9; margin:0; padding:0; }
#cabecera p { font-size:10px; margin:2px 0 0 0; padding:0; }
#cabecera a,link,visited { color:#F30; text-decoration:underline; }
#cabecera a:hover { color:#F30; text-decoration:none; }
#cabecera #login .bot_entrar { float:left; background:url(../img/bot_entrar.jpg) top left no-repeat; width:72px; height:27px; font-size:1px; color:#D7D7D7; text-indent:-9999px; cursor:pointer; border:none; }


/* MENU SUPERIOR */
#menu_superior { width:100%; padding:3px 0 0 0; background:url(../img/bg_menu_top.jpg) top left repeat-x; height:24px; color:#FFF; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-size:11px; }
#menu_superior a,link,visited { color:#FFF; text-decoration:none; margin:0 20px 0 0; }
#menu_superior a:hover { color:#FFF; text-decoration:underline; margin:0 20px 0 0; }
#menu_superior .cerrar_sesion { float:right; margin:-15px 0 0 0; }

/* HOME CONTENIDOS */
#contenido { background:#FFFFFF url(../img/bg_contenidos.jpg) bottom no-repeat;  blackmargin:0 auto; height:480px; }
/* INTERNA CONTENIDOS */
#contenido-internas { background:#FFF url(../img/bg_contenidos.jpg) bottom center no-repeat; margin:0 auto; height:430px; }
/* INTERNA REGISTRO */
#contenido-registro { background:#FFF url(../img/bg_contenidos.jpg) bottom center no-repeat; margin:0 auto; height:630px;    }

/* FLASH HOME */
#contenido #flash { margin:0 auto; padding:100px 0 0 0; text-align:center; }


/* FOOTER */
#footer { margin:2px 0 0 0; border-top:1px solid #9FB6C4; }
#footer p.email a,link,visited { background:url(../img/ic_mail.jpg) no-repeat 0px 5px; padding:10px 0 0 35px; color:#333; text-decoration:underline; }
#footer p.email a:hover { color:#333; text-decoration:none; }
#footer p { color:#999999; text-align:right; font-size:10px; margin: 10px 10px 0 0; padding:0; }

/* CLASES */
.clear { clear:both; }



/* CLOUD */
.maincloud 
{
    text-align:center; 
    width : 700px;
    border:1;
    height:200px;
}

.maincloud .uno { font-size: 4em; color: #808080;}
.maincloud .dos { font-size: 3.5em; color: #808080;}
.maincloud .tres { font-size: 3em; color: #808080;}
.maincloud .cuatro { font-size: 2.5em; color: #808080;}
.maincloud .cinco { font-size: 1em; color: #808080;}

