/*//////////////////////////
// GENERALES
//////////////////////////////////////////////////////////////////////////*/
@font-face
{
    font-family: league;
    src: url('../fonts/leaguegothic-regular-webfont.woff'), url('../fonts/leaguegothic-regular-webfont.eot'), url('../fonts/leaguegothic-regular-webfont.ttf');

}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
body {
    font-size: 14px;
    color:white;
    background-color: #e6e5e7;
}

strong {
    font-weight: bold;
}

a {
    text-decoration: none;
}
img {
    border: none;
}

.chromeframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: red;
    padding: 5px;
    width: 100%;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

/*//////////////////////////
// CONTENEDORES
//////////////////////////////////////////////////////////////////////////*/
.contenedor {
    width: 903px;
    height: auto;
    margin: 0 auto;
	background-color: white;
}

.cabecera {
    width: 903px;
    height: auto;
}
    .cabecera img  {
        float: left;
    }

.columna-izquierda {
    float: left;
    width: 412px;
    height: auto;
	background-color: white;
}
    .columna-izquierda img  {
        float: left;
    }
	.columna-izquierda table  {
        float: left;
    }

.columna-derecha {
    float: right;
    width: 491px;
    height: auto;
}
    .columna-derecha img  {
        float: left;
    }

.pie {
    width: 903px;
    height: auto;
    margin-bottom: 15px;
    clear:both;
	background-color: white;
}
    .pie img  {
        float: left;
    }

.bloque {
    width: 100%;
    height: auto;
    background-color: white;
}

.formulario {
    padding: 15px 30px 0 25px;
}

.gracias {
    width: 100%;
    height: auto;
    background-color: white;
    padding: 0px 30px 22px 30px;
    color:black;
}

/* Estilos formulario heredado */
#errors {
    display:none;
}

h1 {
    font-family: league;
    font-size: 35px;
    border-bottom: 1px dashed #d52B1E;
    font-weight:500;
    margin: 0;
    padding: 0;
    margin-bottom:10px;
    padding-bottom: 5px;
    color: #d52B1E;
}

h1 > span {
    color: black;
}

h2 {
    font-family: league;
    font-size: 28px;
    border-bottom: 1px dashed #d52B1E;
    font-weight:500;
    margin: 0;
    padding: 0;
    margin-bottom:10px;
    padding-bottom: 5px;
    color: #d52B1E;
}

h2 > span {
    color: black;
}


p.intro-formulario {
    color:black;
}
.formman p {
    margin:0;
    padding: 0;
    font-size:12px;
}

.formgroup {
    margin-bottom:13px;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    color:#d52B1E;
}

.avisol {
    font-size:11px;
    width:210px;
    float:left;
    font-weight:normal;
    color:#000;
}
.avisol a {
    color:#d52B1E;
}

.formman {
    font-family:arial;
}

.sendbuton {
    float:left;
    background-image:url(../img/sendbutton.jpg);
    background-repeat:no-repeat;
    width:123px;
    height:38px;
    margin-left:28px;
    margin-bottom: 20px;
}

.sendbuton input {
    background-color:transparent;
    text-indent:-9999px;
    border:none !important;
    width:100%;
    height:38px;
    margin:0px;
    padding:0px;
}

.formman input {
    border:1px dotted #000;
	color:#009;

}

.formman textarea {
    border:1px dotted #000;
    width:292px;
	color:#009;
}

.parfi {
    float:left;
    font-family:arial;
    font-style:italic;
    font-weight:bold;
    color:#000;
    font-size:16px !important;
    position:absolute;
    bottom:-20px;
    left: 10px;
    height: 95px;

}

.parfi p {
  margin:0px;
    float:left;
    font-family:arial;
    font-style:italic;
    font-weight:bold;
    color:#000;
    font-size:13px !important;
    text-align:center;
    margin-left: 30px;
}

.linearojafin {
    width:100%;
    height:50px;
     background-color:#d40066;
    display:inline-block;
    margin-top:28px;
    margin-bottom: -10px;
}

#errors {
    display:none;
}

.textco {
    color:#47bde7;
}

#avisolemar {
    margin-left:25px;
}