/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08-ene-2015, 18:05:02
    Author     : simyo_yanka
*/

body{
    background-color: #e4e4e4;
}

div {
    text-align: center;
    font-size: 18px;
    font-family: sans-serif;
    width: 600px;
    margin: 5px auto;
}

#principal{
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 25px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(153,153,153,1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(153,153,153,1);
    box-shadow: 5px 5px 10px 0px rgba(153,153,153,1);
}

h1{
    display: none;
}

a {
    color: #f06b32;
    font-size: 14px;
    border: 0;
}

.divPortales{
    display: inline-block;
    width: 250px;
    margin: 10px 0;
}

/* cookie */
body#cookieAsker .section_intro { 
    display: none;
}
#cookieAsker {
    width: 951px;
    margin: 0 auto 5px;
    overflow: hidden;
    display: none;
    background: #aaa;
}
#cookieAsker { /* cookie asker override para cortinilla */
    bottom: 0;
    left: 5%;
    right: 5%;
    position: fixed;
    z-index: 99999;
}
#cookieAsker p {
    padding: 15px 0 15px 10px;
    margin: 0;
    float: left;
    color: #000;
    font-size:12px;
    line-height:17px;
    width: 90%;
}
#cookieAsker a {
    color: #09f;
    text-decoration: underline;
}
#cookieAsker .cookieClose {
    float: right;
    background: url('../temp_images/cookie_close.png') no-repeat;
    display: block;
    text-indent: -9999px;
    width: 11px;
    height: 11px;
    margin: 8px 8px 0 0;
}


/* cookieDisabled */
#cookieDisabled {
    width: 951px;
    margin: 0 auto 5px;
    background: #ff5600;
    overflow: hidden;
    display: none;
}
#cookieDisabled p {
    padding: 5px 0 5px 10px;
    margin: 0;
    float: left;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    width: 915px;
}
#cookieDisabled a {
    color: #262626;
    text-decoration: underline;
}
#cookieDisabled .cookieDisabledClose {
    display: none;
}


@media only screen and (max-width: 830px) {

    div {
        text-align: center;
        font-size: 18px;
        font-family: sans-serif;
        max-width: 320px;
        margin: 5px auto;
    }

    h1{
        display: none;
    }

    a {
        color: #f06b32;
        font-size: 14px;
        border: 0;
    }

    .divPortales{
        display: inline-block;
        width: 250px;
        margin: 10px 0;
    }

}