﻿body {
    border-style: solid none solid none;
    border-width: 14px;
    border-color: #1b4e58;
    padding: 0px;
    margin: 0px;
    font-family: calibri; /*arial, helvetica; */
    font-size: 0.85em;
    background-color: #FFFFFF; /* #d0d1d1; /* #eceded;*/
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    color: #3d3d3d; /*#333333; /*#555555;*/
    line-height: 160%;
}
img{
    border: 0px;
}

a:link {
    font-size: 90%;
    text-decoration: none;
    color: #3F4542; /*#005dab;*/
    /*font-weight: bold;*/
}

a:visited {
    color: #3F4542;
    text-decoration: none;
}

a:hover {
    color: #334969;
    text-decoration: underline;
}

a:active {
    color: red;
    text-decoration: none;
}

.CajasDeTexto {
    border: 1px solid #939393;
}

.CajasTexto {
    font: 9pt Tahoma;
    color: black;
    border: solid 1px #A8A8A8;
    padding: 2px 2px 2px 2px;
}

    .CajasTexto:hover {
        background-color: #DEE1E7;
    }

#Contenido {
    margin: 0 auto;
    max-width: 940px;
    min-width: 330px;
    border: 0;
    height: auto;
    /*border: solid 1px #000000;*/
}

.invento {
    width: 174px;
}

#Logo {
    margin: 10px;
    float: left;
    clear: left;
}

#MenuEidiomas {
    border: solid 2px red;
    margin-left: 320px;
    /*max-width: 940px;*/
}

#Idiomas {
    float:right;
    width:80px;
    padding-right:10px; 
    margin-bottom:8%;
   /* margin: 0px;
    border: solid 0px red;
    width: 100%;  
    clear:both;  
    /*min-width: 320px;*/
}

.MenuContenedor {
    border: solid 0px red;
    width: 63%;
    min-width: 340px;
    border-radius: 5px;
    background-color: #004d58;
    margin-left: 2px;
    margin-bottom:5px;
    float: left;
}

.Menu {
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    background-color: #004d58;
    float: left;
    width: 32.2%;
    min-width: 110px;
    margin-right: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

    .Menu:hover {
        color: white;
        background-color: #006BB3;
    }

    .Menu a {
        color:white;
    }

.SubMenuItem {
    width:80px;
}
#PaginaContenidos {    
    border: solid 0px red;
    padding: 10px;
}

.TitulosHeader {
     position: absolute; 
     color: white;
     bottom: 30px; 
     left: 10px; 
     padding:10px 5px 10px 5px; 
     width:290px; 
     background-color: rgba(51, 165, 177,0.8); 
     border-radius: 7px;
     text-shadow: 0px 3px 4px rgba(0,0,0,1);
     
}

    .TitulosHeader a {
        color: white;
        font-size: 14px;        
    }

        .TitulosHeader a:hover {
            text-decoration:none;
            color:#0068af;
            text-shadow: 0px 3px 7px rgba(255,255,255,1);
        }

.FotoHeader {
    border: 0px solid #808080;
    width: 100%;
    border-radius: 3px;
    margin: 0px 0px 10px 0px;
}

@media screen and (max-width: 960px) /*Abajo de estos pixeles usa este CSS*/
{
     .MenuContenedor{
        width:99%;
    }
   .Menu{
       width:32%;
   }
}

@media screen and (max-width: 740px) /*Abajo de estos pixeles usa este CSS*/
{
   
}


@media screen and (max-width: 420px) /*Abajo de estos pixeles usa este CSS*/
{
    .Menu {
        /*width: 103px;*/
        width:100%;
        /*font-size: 11px;*/
        text-transform: uppercase;
    }

    .FotoHeader {
        border-radius: 5px;
    }

    .TitulosHeader {
        padding:5px; 
        left: 10px;       
    }
        .TitulosHeader h1 {
            font-size: 16px;
        }

    #PaginaContenidos {        
        padding: 5px;
    }

    #Idiomas{
        margin-bottom:0%;
    }
}
