﻿/* Popups */
.popup
{
    color: #333333;
    display: none;
    position: absolute;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-top: 15px;
    padding-right: 15px;
    width: 530px;
    height: 677px;
}

.popup .popupTable
{
    width: 100%;
    border-collapse: collapse;
}

.popup .popupTable td, .popup .popupTable th
{
    padding: 0;
}

.popup .buttonContainer
{
    text-align: right;
    position: absolute;
}

.popup .popupBackground
{
    background: White;
}

.popup .popupContent
{
    padding: 20px;
    background: White;
}

.popup .popupBody img
{
    vertical-align: middle;
    max-width: 100%;
}

.popupBody .popupContentBackground
{
    background: url(../Images/CartaPresidente.png) bottom no-repeat;
    padding: 80px 0 0 20px;
    height: 100%;
}

.popupBody .popupContentText
{
    overflow: auto;
    height: 404px;
    padding-right: 20px;
    float: left;
    margin-bottom: 10px;
}

.popup .link
{
    color: #6E6E6E;
    font-weight: bold;
}

.popup .topLeftBorder, .popup .leftBorder, .popup .bottomLeftBorder
{
    width: 15px;
}

.popup .topLeftBorder
{
    background: url(../Images/PopupTopLeftBorder.png) left top no-repeat;
    height: 15px;
}

.popup .topRightBorder, .popup .rightBorder, .popup .bottomRightBorder
{
    width: 15px;
}

.popup .topRightBorder
{
    background: url(../Images/PopupTopRightBorder.png) right top no-repeat;
    height: 15px;
}

.popup .topBorder
{
    background: url(../Images/PopupTopBorder.png) repeat-x;
    height: 15px;
}

.popup .leftBorder
{
    background: url(../Images/PopupLeftBorder.png) left top repeat-y;
}

.popup .rightBorder
{
    background: url(../Images/PopupRightBorder.png) right top repeat-y;
}

.popup .popupBody
{
    background: White;
}

.popup .popupBodyMessage
{
    background: url(../Images/PopupCenter.png) repeat;
}

.popup .popupBodyMessage .popupText
{
    text-align: center;
}

.popup .popupBodyMessage .popupText .alertMessage
{
    font-weight: bold;
    text-transform: capitalize;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
}

.popup .bottomLeftBorder
{
    background: url(../Images/PopupBottomLeftBorder.png) left bottom no-repeat;
    height: 15px;
}

.popup .bottomRightBorder
{
    background: url(../Images/PopupBottomRightBorder.png) right bottom no-repeat;
    height: 15px;
}

.popup .bottomBorder
{
    background: url(../Images/PopupBottomBorder.png) bottom repeat-x;
    height: 15px;
}

/* Carta del Presidente */
#cartaPresidenteImage
{
    width: 500px;
    height: 647px;
    position: relative;
    overflow: hidden;
}

#cartaPresidenteImage img
{
    display: none;
    position: absolute;
}

#cartaPresidenteImage img.active
{
    display: block;
}

#cartaPresidenteImage li.slideButton a
{
    padding-top: 2px;
    padding-bottom: 2px;
}

#cartaPresidenteImage li.slideButton img
{
    display: block;
    position: relative;
}

.cartaPresidentePage-1
{
    background: url(../Images/CartaPresidentePage1.png) center no-repeat;
}

.cartaPresidentePage-2
{
    background: url(../Images/CartaPresidentePage2.png) center no-repeat;
}

.cartaPresidentePage-3
{
    background: url(../Images/CartaPresidentePage3.png) center no-repeat;
}

.cartaPresidentePage-4
{
    background: url(../Images/CartaPresidentePage4.html) center no-repeat;
}

.cartaPresidentePages
{
    position: absolute;
    width: 100%;
}

.cartaPresidentePages ul
{
    position: relative;
    text-align: right;
    float: right;
    top: 40px;
    right: 20px;
}

.cartaPresidentePages ul li
{
    float: left;
}

.cartaPresidentePages ul li a
{
    color: White;
    background: Silver;
    padding: 1px 4px;
    margin: 4px;
    float: left;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.cartaPresidentePages ul li a.hide
{
    display: none;
}

.cartaPresidentePages ul li a:hover, .cartaPresidentePages ul li a.active
{
    background: #333;
}

.popupContainer
{
    position: relative;
}

.popupContainer .popup
{
    width: 300px;
    left: 15px;
}

.popupContainer .buttonContainer
{
    left: 248px;
    top: 8px;
}
