﻿#default-content {
    font-family: "Myriad Pro","Trebuchet MS",sans-serif;
    font-size: 16px;
    height: 527px;
    margin: 0px auto 0;
    width: 1080px;
}

#logoClass {
    margin: 0 auto;
    position: relative;
    width: 300px;
    text-align: center;
}

#logoClass img{
    max-height: 200px;
}

#divBienvenida {
    color: #f48500;
    font-size: 30px;
    letter-spacing: -1px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

#divDescripcion {
    color: #a8a8a8;
    float: left;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
}

#divDescripcion p {
    font-size: 14px;
}

#divDescripcion small {
    font-size: 10px;
    width: 100%;
    float: left;
}

#bloquesIngreso{
    margin: 0px auto 0;
    position: relative;
    width: 100%;
    text-align:center;
    display: inline-block;
}

.link-container {
    height: 313px;
    width: 196px;
    box-shadow: 0 2px 10px #a8a8a8;
    overflow: hidden;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    /*float: left;*/
}

.link-container:hover {
    cursor: pointer;
}

.link-container img {
    transition: all 0.2s linear;
}

.link-container img.hoverClass {
    -webkit-transform:scale(1.03);
    -moz-transform:scale(1.03);
    -ms-transform:scale(1.03);
    -o-transform:scale(1.03);
    transform:scale(1.03);
}

.link-container a.info {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-bottom-left-radius: 17px;
    color: #000;
    display: inline-block;
    left: 159px;
    padding: 7px 14px;
    position: relative;
    text-decoration: none;
}

.link-container a.info:hover {
    box-shadow: 0 0 5px #000;
}

.link-container p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}
.link-container p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    top: 50px;
    padding: 10px 20px 20px;
    text-align: center;
}
/*.link-container p:hover {    
    opacity: 1;
}*/

.link-container .mask {
    float: left;
    height: 100%;
    margin-top: -313px;
    overflow: hidden;
    width: 100%;
    opacity: 0;
    background-color: rgba(219,127,8, 0.7);
    transition: all 0.4s ease-in-out;
}

.link-container .mask:hover {
    opacity: 0.8;
}

.imagenPortal {
    float: left;
    width: 100%;
    height: 100%;
}