html, * {
    margin: 0;
    padding: 0;
}

body {
    font-family: "lucida grande", "Lucida Sans Unicode", "lucida sans", helvetica, tahoma, arial, sans-serif;
    font-size: 13px;
    color: #333;
}

h1 {
    color: #d2d2cb;
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 10px;
}

h2 {
    font-size: 21px;
    line-height: 32px;
    color: #386daf;
}

h3 {
    font-size: 16px;
    line-height: 24px; 
}

p {
    line-height: 21px;
    padding-bottom: 13px;    
}

a {
    color: #386daf;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #689ddf;
    text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

ol, ul, li {
    list-style-type: none;
    clear: both;
}

address, cite {
    font-style: normal;
}

.grid-1, 
.grid-2,
.grid-3, 
.grid-4, 
.grid-5, 
.grid-6, 
.grid-7, 
.grid-8, 
.grid-9 {
    padding: 0 20px 20px 0;
}

.grid-edge { padding-right: 0; }

.grid-1 { width: 90px; }
.grid-2 { width: 200px; }
.grid-3 { width: 310px; }
.grid-4 { width: 420px; }
.grid-5 { width: 530px; }
.grid-6 { width: 640px; }
.grid-7 { width: 750px; }
.grid-8 { width: 860px; }
.grid-9 { width: 970px; }

table {}

tr.submit td { padding-top: 10px; }

td { vertical-align: top; }

        td.grid-1 img {
            border: 1px solid #777;

            -moz-box-shadow: 0 0 3px #999;
            -webkit-box-shadow: 0 0 3px #999;
        	box-shadow: 0 0 3px #999;
        }
    
    td.label { padding: 0 2px 0 0; text-align: right; width: 98px; }
    
    td.field { padding: 0; }

img { border: none; }

img.grid-2 {
    width: 198px;
    border: 1px solid #d2d2cb;

    -moz-box-shadow: 0 0 3px #d2d2cb;
    -webkit-box-shadow: 0 0 3px #d2d2cb;
	box-shadow: 0 0 3px #d2d2cb;    
}

label { font-size: 13px; line-height: 28px; }

select, input { margin-bottom: 5px; }
input[type="text"], input[type="password"] { width: 210px; }
input[type="checkbox"] { margin-bottom: 4px; }
select  { width: 210px; }

button, input[type="reset"], input[type="submit"], input[type="button"] { margin-top: 4px; }

.cb { clear: both; }
.center { text-align: center; }
.error { 
    background-color: #ffebe8;
    line-height: 30px;
    padding: 1px 0 2px;
    text-align: center;
    color: #be371d;
    display: none;
}

.disabled {
/*    background-image: url("images/loading-transparent.gif");
    background-position: center center;
    background-repeat: no-repeat;
*/    opacity: 0.3;
}

.fieldhint {
    background-color: #fff;
    color: #ccc;
    font-size: 14px;
    height: 20px;
    margin-left: 1px;
    padding-left: 7px;
    position: relative;
    top: -28px;
    width: 102px;
}

.with-fieldhint { height: 30px; }

#main {
    width: 100%;
    margin-top: 0px;
}

#header {
    height: 70px;
    margin-bottom: 3px;
    background-color: #40c760;
    -moz-box-shadow: 0 0 3px #aaa;
    background-image: linear-gradient(to right,#81b427, #b6cc45);
    -webkit-box-shadow: 0 0 3px #aaa;
    box-shadow: 0 0 3px #aaa;
}

    #logo {
        float: left;
        width: 200px;
        overflow: inherit;
    }

    #logo img {
        cursor: pointer;
        left: 8px;
        position: relative;
        top: 6px;
    }
    
    #toolbar {
        line-height: 26px;
        overflow: hidden;
        padding: 9px 0 3px 7px;
    }
    
    #toolbar a {
        background-color: #fda;
        color: #34312C;
        display: block;
        float: left;
        font-size: 12px;
        height: 29px;
        margin-bottom: 0;
        margin-right: 8px;
        padding: 0 7px 1px 2px;
        
        -moz-box-shadow: 0 0 2px #da9033, inset 0px 0px 1px #fff;
        -webkit-box-shadow: 0 0 2px #da9033, inset 0px 0px 1px #fff;
    	box-shadow: 0 0 2px #da9033;

        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    #toolbar a:hover { background-color: #ffe5c5; }

    #toolbar .login, #toolbar .sign_up, #toolbar .resume, #toolbar .profile { float: right; }
    
    #toolbar .login { padding: 0 9px; }
        #toolbar .login .icon { display: none; }
        #toolbar .login .icon-label { margin-left: 0; }
    
    #toolbar .sign_up {
        background-color: #3e85be;
        border: 1px solid #014ea8;
        color: #fff;
        padding: 0 9px;        
    }
    
        #toolbar .sign_up:hover { background-color: #3e85be; }
        #toolbar .sign_up .icon { display: none; }
        #toolbar .sign_up .icon-label { margin-left: 0; }

    #toolbar .logout { float: right; padding: 0 9px 1px; }
        #toolbar .logout .icon { display: none; }
        #toolbar .logout .icon-label { margin: 0; }


    #toolbar .resume .icon { background-image: url("images/icon-blue-doc-pencil.png"); }
    #toolbar .profile .icon { background-image: url("images/icon-users.png"); }

#pantry {
    width: 199px;
    float: left;

    border-bottom: 1px solid #d2d2cb;
    border-left: 1px solid #d2d2cb;

    border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
}

    #pantry h2 {
        border-right: 1px solid #d2d2cb;
        color: #333;
        font-size: 13px;
        font-weight: bold;
        line-height: 25px;
        margin-left: 11px;
        padding-top: 13px;
        padding-bottom: 0;
    }

        #pantry h2.first-item { padding-top: 0; }

    #pantry ul { }
    
    #pantry li { }

        #pantry li.expander {
            border-right: 1px solid #d2d2cb;
            height: 25px;    
        }

    #pantry li a {
        border-right: 1px solid #d2d2cb;
        display: block;
        line-height: 25px;
        padding: 0 0 0 11px;
    }
    
    #pantry li a:hover { color: #333; background-color: #f2f2eb; }

    #pantry li.selected a {
        color: #333;
        background: url("images/tip-west.png") no-repeat right center #d2d2cb;
        border: medium none;
    }

#content {
    float: left;
    padding: 20px;
    width: 730px;
}

    #content.full-screen { width: 100%; padding: 20px 0 0 0; }

    #content ul, #content ol { padding-bottom: 13px; }
    #content li { 
        list-style-type: disc;
        margin-left: 21px;
        line-height: 21px;
    }

.more-info {
    background-color: #fffff0;
    border: 1px solid #d2d2cb;
    color: #555;
    padding: 20px;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    margin-bottom: 20px;
}

#footer {
    border-top: 1px solid #d2d2cb;
    clear: both;
    float: left;
    margin-top: 20px;
}

    #footer td { padding: 10px; }


/* css grid*/

/* TARJETAS */


.info_card_container{
    grid-area:  info-card;
    display: grid;
    grid-template-columns: 1fr 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr;
    grid-template-rows: 150px;;
    text-align: justify;
    align-items: center;
    justify-items: center;
    box-sizing:border-box;
}

.info_separator{
    box-sizing: content-box;        
    padding:3px;
}
.info_separator > img{
    width:100%;
    height:100%;
}
.info_card{
    border-radius: 10px;
    box-shadow: 1px 1px 5px 1px black;
    padding:10px;
    width:100%;
    height:100%;
    display:grid;
    justify-items: center;
    align-items: center;
    background-image: linear-gradient(270deg, #81b52454, #b6cc451a);
    color: darkcyan;
    text-shadow: 0px 0px 2px #e92287;
}

.info-card > div {
    height: fit-content;
}


#info-card-1,#info-card-2,#info-card-3,#info-card-4{
    box-sizing:border-box;
}

/* FIN TARJETAS */

#content{
    width:100%;
}

#main-container{
    display:grid;
    grid-template-columns: 1fr 1.5fr 1.5fr 1fr 1fr;
    grid-template-rows: 300px;
    grid-template-areas: ". info logo authform ."  ". info-card info-card info-card ."". excursion excursion excursion ." ;
}


#logo-container {
    background: url(/images/logo_andalsur_cuadrado.png) center center;
    background-size: 80% 60%;
    width: 100%;
    background-repeat: no-repeat;
    display: grid;
    align-items: center;
    grid-area: logo;
}
#authform-container{
    display: grid;
    align-items: center;
    grid-area: authform;
    text-align: center;
}
#authform-container table{
    padding:10px;
    width:100%;
}

input[type="text"], input[type="password"] {
    width:100% ;
}
#main{
    width:100%;
    height:100%;
}
#excursion-img{
    display: grid;
    align-items: center;
    margin-top:20px;
    grid-area: excursion;
    background-image: url(images/excursiones_transparent.png); 
    background-repeat: no-repeat;
    background-size: 100% 80%;
    height: 400px;
    width: 100%;   
}

#info-container {
    display:grid;
    grid-template-columns: 1fr;                        
    box-sizing: border-box;                
    width:100%;
    margin:auto;  
    font-weight: bold;
    grid-area: info;      
}
.element{
    text-align: center;        
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 3fr 3fr;
    /*grid-template-rows: 40px;*/
    margin:3px;                
}

.info-text{
    text-align: center;
    background-image: linear-gradient(90deg,#92b439,#bbcb51);
    border-radius: 10px 10px 0px 0px;
    padding: 5px;
    color: white;
    margin:3px;
    box-shadow: 2px 2px 5px;
    text-shadow: 0px 0px 3px black;
}

.element-icon{        
    display: grid;
    box-sizing: border-box;
    align-items: center;
    font-weight: bold;
    font-size: 0.7vw; 
    background-image: linear-gradient(90deg,#92b439,#bbcb51);        
    margin-right:2px;
    box-shadow: 2px 2px 5px ;
    justify-items: center;        
    padding:10px;
    color:white;
    text-shadow: 0px 0px 2px black;

}
.element-message{
    display:grid;
    box-sizing: border-box;
    /*box-shadow: 2px 2px 5px ;*/
    align-items: center;
    background-color: rgb(241, 238, 238);
    justify-items: center;
}
.element-icon:nth-of-type(2n){
    border-radius:0px;
    font-size:20px;
}

#toolbar .toolbar-item{
    background-color:#91b986;
}

/*
@media (min-width: 600px){
    #main-container{
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: "info logo authform" "excursion excursion excursion" ;
        padding:5px;
    }
}

@media(max-width:1200px){
    #main-container{
        display:grid;
        grid-template-columns: 1fr ;
        grid-template-areas: "info"  "authform" "logo"s;
    }
}
*/