/* 
    Document    : fictioncityEvento.css
    Created on  : 24/07/2010, 18:41:49
    Author      : llobo
*/

body,h1,h2,h3,p,div {
    color: #246386;
    margin:0px;
    padding:0px;
}

.bodyFictionEvento {
    background: url('/images/header-background-evento.png') repeat-x;
    position:relative;
    top: 5px;
    height: 500px;
}

#fc-center-column {
    position:relative;
    top: 100px;
}

#logo {
    background: url('/images/fictioncityEvento.png') no-repeat center;
    width:178px;
    height:72px;
}

#logo h1 {
    height:72px;
    width:178px;
    visibility: hidden;
    font-size: 0px;
}

.fondoEncabezadoEvento {
    height: 80px;
    position:relative;
    top: 10px;
}

#EncabezadoEvento {
    background: url('/images/fondo-subtitulo-encabezado.png') no-repeat center;
    width:950px;
    height:36px;
}

.headersubtitleText  {
    position: relative;
    width:auto;
    height:auto;
    font-family: Arial,Helvetica,sans-serif;
    text-indent: 10px;
    font-size: 18px;
    
    top: 0px;
}

.rosa {
    color: #fc575e;
}

.celeste {
    color: #3bb7ff;
}

.bold {
    font-weight: bold;
}


.recuadro {
    background: url('/images/fondoMensajeEvento.png') no-repeat center;
    width: 470px;
    height: 205px;
}

.textoGrande {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
}

.textoRecuadro {
    color: #246386;
    height: auto;
    width: 450px;
    position: relative;
    top: 40px;
    left: 20px;
}

.recuadroBlancoForm {
    background: url('/images/contenedor_blanco.png') no-repeat center;
    /*width: 353px;*/
    height: 400px;
}

#form-container {
    position:relative;
    top: 30px;
}

#mensajesError {
    position: relative;
    top: 50px;
}

.alignRight {
    text-align: right;
}

/* ------------------ */

.birthdate { margin-top: 8px; margin-bottom: 8px; }