﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	ELEMENTOS DE FORMATO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

HTML BODY {
    height:100%;
    margin: 0px;
    padding: 0px;
}

BODY {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #605f5f;
    background-color:#FFFFFF;
}


a
{
   color: #757575;
   text-decoration:none;
}

a:hover
{
    color:#50afff;
   text-decoration:underline;
}

p
{
  padding:0px;
  margin:0px;
}

h1 {
    font-size: 30px;
    font-weight: normal;
    line-height:40px;
    margin: 0px;
    color:#1e083a;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    color:#1e083a;
    line-height:30px;
}

h3 {
    font-size: 18px;
    color: #1e083a;
    font-weight: normal;
    line-height: 23px;
    margin: 0px;
    padding-top:10px;
}


p {
    text-indent:0px;
}

.plus 
{
   font-size:20px;

}

.plus:hover
{
   text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	RETICULA PRINCIPAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.back
{
    position:fixed;
    width: 100%;
    height:100%;
    z-index:-10;

background: #413fbf; /* Old browsers */
background: -moz-linear-gradient(45deg,  #413fbf 0%, #1e083a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#413fbf), color-stop(100%,#1e083a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #413fbf 0%,#1e083a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #413fbf 0%,#1e083a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #413fbf 0%,#1e083a 100%); /* IE10+ */
background: linear-gradient(45deg,  #413fbf 0%,#1e083a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#413fbf', endColorstr='#1e083a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.header
{
    position:fixed;
    width: 100%;
    height:80px;
    background-color:#1e083a;
    box-shadow:0px 1px 2px 0px #11105f;
    z-index:10;
}

.logo {
    position: absolute;
    top: 5px;
    left: 25px;
    opacity: 1;
    animation:fadein 1s;
    -webkit-animation:fadein 1s; /* Safari and Chrome */
    width:236px;
    height:25px;
    z-index:10;
}

@keyframes fadein
{
0% {opacity:0}
100% {opacity:1}
}

@-webkit-keyframes fadein /* Safari and Chrome */
{
0% {opacity:0}
100% {opacity:1}
}


.menu 
{
    position:absolute;
    right:0px;
    top:35px;
    height: 40px;
    font-size:16px;
    text-align:right;
    cursor:pointer;
}

.submenu {
    font-size:14px;
    text-align: left;
    line-height:25px;
    background-color:#FFFFFF;
    padding:20px;
    border:1px solid #f2f2f2;
    animation:fadein 1s;
    -webkit-animation:fadein 0.2s; /* Safari and Chrome */
}

.item:hover {
cursor:pointer;
}


.slideshow-content {
    width: 100%;
    background-color: #ffffff;
}


.slideshow {
    width: 1000px;
    height: 400px;
    margin: auto;
    overflow: hidden;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HOME
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.home-titulares {
   position:relative;
   top:80px;
   width:100%;
   height:700px;
   background-image:url(imagenes/sube-escaleras-en-alicante.jpg);
   background-position:top center;
   background-repeat:no-repeat;
   
}

.home-titulares h1 {font-family: 'Droid Serif', serif;font-size: 43px;font-weight: 100;margin: 0px;color:#FFFFFF;letter-spacing:-1px;text-rendering:optimizeLegibility}
.home-titulares h2 {font-family: 'Droid Serif', Helvetica, sans-serif;font-size: 20px;font-weight: 100;margin: 0px;color:#ffffff; letter-spacing:0px;text-rendering:optimizeLegibility}
.home-titulares h3 {font-family: 'Droid Serif', Helvetica, sans-serif;font-size: 20px;font-weight: 100;margin:0px;color:#ffffff; letter-spacing:0px;text-rendering:optimizeLegibility; }

.home-claim {
   position:relative;
   top:80px;
   width:100%;
   padding-top:50px;
   padding-bottom:50px;
   background-color:rgba(255,255,255,1);
   overflow:hidden;
}

.home-box {
    float:left;
   width:290px;
       font-size:14px;
   text-align:left;
   line-height:22px;
}

.home-box h4 {font-family: Helvetica, sans-serif;font-size: 22px;font-weight: 100;margin: 0px;margin-bottom:10px;text-rendering:optimizeLegibility}

.vertical-line {
    float:left;
    width:1px;
    height:280px;
    margin-left:30px;
    margin-right:30px;
    background-color:#cccccc;
}

.home-cita {
   position:relative;
   top:80px;
   width:100%;
   padding-top:30px;
   padding-bottom:30px;
   color:#FFFFFF;
   background-color:rgba(80,175,255,0.5);
   overflow:hidden;
}



.cita p{font-family: 'Droid Serif', serif;font-size: 24px;font-style:italic;line-height:30px;margin: 0px;text-rendering:optimizeLegibility}

.cita-autor
{
   font-family: 'Droid Serif', serif; color:#81cff3; font-size: 15px;font-style:italic;line-height:30px;margin: 0px;text-rendering:optimizeLegibility 
}
.home-news {
   position:relative;
   top:80px;
   width:100%;
   padding-top:50px;
   padding-bottom:50px;
   overflow:hidden;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	NOTICIAS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.pagina-noticias
{
    position:absolute;
    top:80px;
    width: 920px;
    margin: auto;
    padding:40px;
    padding-top:40px;
    min-height:400px;
    line-height:26px;
    overflow:hidden;
}

.box-noticia
{
    float:left;
    width: 276px;
    height: 380px;
    margin-right:30px;
    background-color:#ffffff;
    overflow:hidden;
}

.box-noticia .title
{
    height:70px;
    padding:10px;
    text-align:left;
	font-size:15px;
	line-height:18px;
}

.box-noticia img
{
    width:100%;
    height:300px;
    
}

.box-noticia .title a
{
    color: #605f5f;
    text-decoration:none;
    
}

.box-noticia .title a:hover
{
    color: #605f5f;
    text-decoration:underline;
}


.fecha
{
    color:#313092;
}

.texto-noticias
{
   
    margin:auto;
    padding-left:35px;
   
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.footer {
   position:relative;
   top:80px;
   width:100%;
   padding-top:50px;
   padding-bottom:50px;
   font-size:14px;
   line-height:20px;
   background-color:#FFFFFF;
   overflow:hidden;

}

.footer-line {
   float:left;
   width:1px;
   height:auto;
   overflow:hidden;
background-color: #cccccc /* Old browsers */
}

.footer-contacto
{
    position:relative;
    top:0px;
    right:0px;
    float:right;
    width:350px;
    height:120px;
    
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	BOX INTRANET
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.box-contenido {
    width: 250px;
    margin-top: 30px;
    padding: 10px;
    background-color: #f2f2f2;
    border: 1px dotted #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	TOOL TIP
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a.info {
    /*this is the key*/
    z-index: 24;
    color: #000;
    text-decoration: none;
}

    a.info:hover {
        z-index: 25;
    }

    a.info span {
        display: none;
    }

    a.info:hover span { /*the span will display just on :hover state*/
        display: block;
        position: absolute;
        top: -20px;
        left: 200px;
        width: 100px;
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #e8e30e;
        background-color: #8e994a;
        color: #fff;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	PAGINA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.pagina 
{
    position:absolute;
    top:100px;
    width: 920px;
    margin: auto;
    background-color: rgba(255, 255, 255, 1);
    padding:40px;
    padding-top:60px;
    min-height:400px;
    line-height:26px;
    -webkit-box-shadow:inset 0 0 10px 0px #cccccc;
    -moz-box-shadow:inset 0 0 10px 0px #cccccc;
    box-shadow:inset 0 0 10px 0px #cccccc;
}

.pagina a
{   color: #1e083a;
    text-decoration:underline;
    cursor:pointer;
}

.pagina a:hover
{
    color:#313092; 
}

.marco-imagen
{   
    float:right;
    margin-left:30px;
    margin-bottom:30px;
    border:1px solid rgb(218, 218, 218);
}

.imagen {

 width:400px;
 height:400px;

}

.subtitulo
{
    color:#313092;
    font-size:22px;
}

.mapa {
    border:1px solid #f3ebc6;
}

.title-ficha
{ 
    color:#ffffff;
    background: #313092; /* Old browsers */
background: -moz-linear-gradient(45deg,  #313092 0%, #81cff3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#313092), color-stop(100%,#81cff3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #313092 0%,#81cff3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #313092 0%,#81cff3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #313092 0%,#81cff3 100%); /* IE10+ */
background: linear-gradient(45deg,  #313092 0%,#81cff3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313092', endColorstr='#81cff3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

width:280px;
height:28px;
font-size:18px;
text-transform:uppercase;
font-family: 'Helvetica 25', Helvetica, sans-serif;
font-weight:700;
letter-spacing:2px;
clear:both;
text-align:center;

}

.ficha
{
    border:1px solid #e0e0e0;
    padding:15px;
    margin-bottom:20px;
}

.foto-ficha
{
    float:left;
    margin-right:15px;

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FORMULARIO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.formulario
{
    position:absolute;
    top:-100px;
    left:0px;
    z-index:50;
    width: 100%;
    height:1200px;
    background-color:rgba(30,8,58,0.5);
    -webkit-animation:fade 0.5s ease-out;
    -moz-animation:fade 0.5s ease-out;
    animation:fade 0.5s ease-out;
    }


@keyframes fade
{
0% {opacity:0;}
100% {opacity:1;}
}
@-moz-keyframes fade /* Mozilla*/
{
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fade /* Safari and Chrome */
{
0% {opacity:0;}
100% {opacity:1;}
}


.texto-form
{
    position:relative;
    width:600px;
    top:200px;
    left:50%;
    margin-left:-300px;
    padding:30px;
    background-color:#ffffff;
    -webkit-box-shadow: 0px 0px 0 10px #030303;
    box-shadow: 0px 0px 10px 0px #000000;
}

.titulo-input
{
    float: left;
    width: 80px;
    height: 30px;
    font-size:1.2em;
    padding: 5px;
    overflow: hidden;
    color: #000000;
}


.input
{
    float: left;
    width: 365px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    font-size:16px;
    font-family: 'Open Sans' , sans-serif;
    border: 1px solid #b3b3b3;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow:inset 0 0 5px 0px #cccccc;
    box-shadow:inset 0 0 5px 0px #cccccc;
}

.text-area
{
    float: left;
    width: 580px;
    height: 200px;
    padding: 10px;
    font-size:16px;
    font-family: 'Open Sans' , sans-serif;
    border: 1px solid #b3b3b3;
    overflow: hidden;
    -webkit-box-shadow:inset 0 0 5px 0px #cccccc;
    box-shadow:inset 0 0 5px 0px #cccccc;
}

.avisolegal
{
    font-size:12px;
}

.mensajeok
{
    width:100%;
    text-align:center;
    font-size:16px;
}

.error
{
    color:red;
    padding-bottom:20px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CLASES CONTROLES y LOGIN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.box1 {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px dotted #333333;
    background-color: #000;
}

.etiqueta-texto {
    padding-top: 5px;
    color: #FFFFFF;
    text-decoration: none;
}

.boton-enviar{
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    background-color: #1e083a;
    padding-left:5px;
    padding-right:5px;
    padding-top:3px;
    padding-bottom:3px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    text-transform:uppercase;
}


 .boton-enviar:hover{
    color:#1e083a;
    background-color: #50afff;
    text-decoration:none;
    }
    

.mensaje-error {
    clear: both;
    font-size: 9px;
    float: left;
    color: #ff0000;
    margin-left: 10px;
}


.video {
    border: 1px solid #fff;
    -moz-box-shadow: 10px 10px 10px #ccc;
    -webkit-box-shadow: 10px 10px 10px #ccc;
    box-shadow: 10px 10px 10px #ccc;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FIRMA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.firma{
   width:100%;
   text-align:center;
   font-size:12px;
}

.content-firma {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 999999999;
}

.popup-firma {
        position:absolute;
        top:300px;
        left:50%;
        margin-left:-200px;
        width:340px;
        font-size:12px;
        color:#808080;
        text-align:center;
        padding:30px;
        background-color:#FFFFFF;
        border-radius:5px;
}

.popup-firma a{
        color:#808080;
       text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	AVISO DE COOKIES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.cookies-notice {
    position: fixed;
    padding: 15px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #e7e7e7;
    z-index: 100;
}

.cookies-notice img {
content:url(imagenes/aspa.png);
float:right;
margin-right:30px;
}

