html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;background-color:#; overflow-y:hidden;color:#; }
p{margin:0 10px 10px}
a{color: #;text-decoration:none;}
.bloque{
display:block;
padding:6px;
}
a:HOVER{text-decoration:underline;color:;}
.premcb{
width:40px;height:40px;cursor:pointer;
}
div#container {
width: 100%;
margin: 0 auto;
text-align: left;
border:5px solid orange;
height:95%;
overflow: auto;
}
body.fullwidth div#container { width: 98%; }
div#header {
position:relative;background-image:url('skins/');height:122px;
}
div#header-in {
}
div#content-wrap {
}
div.content {
}
div.lcol div.content { margin: 0 0 0 0px; float:left } /* left column */
div.content-in {
}
div.column {
width: 150px;
}
div.lcol div.column { float: left; } /* left column */
div.column-in {
}
div#footer {
background: #333;
color: #FFF;
padding:3px;
}
div#footer-in {
}
.cabforo{
background-image:url('graficos/degradado6.jpg');
}
.enlaceforo{
display:inline;
font-size:18px;
padding:5px;
}
.enlace2{
color:#ffffff;
font-size:14px;
padding:5px;
}
A.menu{
color:navy;
padding:2px;
text-decoration:none;
font-size:14px;
border-top:1px solid #ececec;
display:block;
margin-left:5px;
}
A.menu:HOVER{
color:blue;
padding:2px;
text-decoration:underline;
background-color:FDEAB7;
}
A.menu2{
color:navy;
padding:1px;
text-decoration:none;
font-size:12px;
margin-left:5px;
}
A.menu2:HOVER{
color:blue;
padding:2px;
text-decoration:underline;
background-color:FDEAB7;
}
.linea1{
background-image:url('graficos/deg2.gif');
height:30px;
color:white;
font-weight:bolder;
}
.linea2{
background-color:#EFEFEF;
}
.linea3{
background-color:#FFFFDD;
}
.caja1{
background-color:#ffef66;
width:180px;
padding:4px;
margin:5px;
border:1px solid black;
}
.tabla3{
border: 1 solid Silver;
font-family: Arial, Helvetica, sans-serif;
padding: 3px;
background-color: White;
color:black;
}
.tabla2{
border: 1 dashed Silver;
font-family: Arial, Helvetica, sans-serif;
padding: 3px;
color: white;
background-image: url(graficos/degradado1.gif);
}
.tabla4{
background: #F1F1F1;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
padding: 2px;
color:navy;
}
.icopre{
cursor:pointer;
border:1px solid yellow;
background-color:#ffeeff;
padding:2px;
}
form.reg{
background:#eaf3fa;
font-family:Arial,Helvetica,sans-serif;
font-size:76%;
color:#418eb6;
width:575px;
height:475px;
padding:30px;
}
h2.reg{
margin:10px 0 0 0;
font-size:4.5em;
}
p.reg{
margin:0 0 30px 0; padding:0 0 5px 0;
font-size:10px;
border-bottom:1px solid #cfe0e9;
}
label.reg{
float:left; /* Importante, para la alineación */
width:300px; /* ancho del label */
font-size:2.2em;
margin:5px 0 15px;
display:block;
}
input.reg{
float:left;/* Importante, para la alineación */
width:245px; height:46px;/* Medidas del Input */
margin:0 0 15px 0; padding:5px;
color:#666;
font-size:2em;
}
span.reg{
font-size:10px;/* Tamaño más pequeño para las indicaciones */
display:block; /* hace que salte de linea */
}
/* Personzaliando el botón de registrar */
#registrar{
float:left;
padding:0; margin:15px 0 0 140px;
background:#d0e8f7; color:#418eb6;
width:185px;height:45px;
}
/* Hover a nuestro Botón
No funciona en IE6 (Uno de los peores navegadores) */
#registrar:hover{
background:#418eb6; color:#d0e8f7;
}
/* Opcional - Bordes Redondeados
Solo funciona con Firefox / Safari / Google Chrome */
input,#registrar{
-moz-border-radius:5px;
-webkit-border-radius:5px;
}