/* CSS Document */
* { margin:0; padding:0; border:0; }
html { overflow:hidden; height:100%; }
body{ width:100%; height:100%; margin: 0px; background-color: #000; color:#FFF; font-family:"Times New Roman", Times, serif; color:#FFF; }
input, textarea, select { width:275px; border:1px solid #999; background-color:#222; font-size:11px; font-family:"Times New Roman", Times, serif; color:#FFF; }
/**
* Texto
**/
.txt-1 { color:#FFF; text-decoration:none; }
a.txt-1:hover { color:#FFF; font-weight:bold; text-decoration:none; }
/**
* Png
**/
#logo_el_espejo_del_alma { background-image: url(/imagenes/maquetacion/logo.png) !important; background-image: none; background-repeat:no-repeat; background-position:top; filter: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imagenes/maquetacion/logo.png'); }
/**
* Borde 
**/
.brd-1 { border-top:solid 1px; }
.brd-2 { border:1px solid #999; margin:4px; }
/**
* Fondo
**/
.bg-1 { background:url(/imagenes/genericas/fondo.jpg) top no-repeat; }
.flash { /*position:absolute; left:50%; width:780px; margin-left:-390px; top:50%; height:400px; margin-top:-200px;*/ }
.beauty { /*position:absolute; left:50%; width:780px; margin-left:-390px;*/ }
#flash { width:100%; height:100%; }

/**
* Formularios
*/
.input-1 { width:60px; border:1px solid #999; background-color:#1D2A10; color:#FFF; font-weight:bold; }
.input-2 { width:60px; border:1px solid #999; background-color:#373737; color:#FFF; font-weight:bold; }
/**
* Validacion correo
*/
.valido { background-color:#000; color:#006633; }
.invalido { background-color:#000; color:#A33939; }