﻿/*Modal Popup Style*/


.layerPopup
{
    display:none;
    background:black;
    opacity:0.5;
    filter: alpha(opacity=50);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.popup{display:none;} 

#popUpModal
{
    background: #dedede;
    width: 465px;
    height: 255px;
    position: absolute;
    top: 180px;
    left: 50%;
    margin-left: -301px;
    z-index: 10001;
}
.popup .top
{
    width: 100%;
    background: #ec6605;
    height: 3%;
}



.popup a#close
{
    
    float: right;
    width: 35px;
    height: 35px;   
    margin: 10px 15px 0 0;
    display: block;
   
}
.popup a#close img
{
    vertical-align: middle;
    margin-bottom: 4px;
}
.popup .middle
{
    width: 100%;
    /*text-align: center;*/
}

.popup .middle a.blue
{
    color: #004284;
}

.popup .middle p.title
{
    font-weight:bold;
    margin-top: 18px;
    font-size: 20px;
}

#proyectoPopup{
    background: white;
    position: absolute;
    width: 700px;
    min-height: 407px;
    top: 300px;
    z-index: 10001;
    padding-bottom: 15px;
}

#proyectoPopup .box img {
    margin: 10px 0 0 8px;
    width: 98%;
}

#proyectoPopup .box p {
     margin: 10px 0 0 15px;
}

#proyectoPopup .box h2
{
    margin: 15px 0 0 8px;
}

#proyectoPopup .box .texto-izquierda {
    width:50%;
    float:left;
}
#proyectoPopup .box .texto-derecha {
    width:50%;
    float:left;
}

@media (min-width : 320px) and (max-width : 480px) {
    .layerPopup {
         width: 100%;
    }
        #proyectoPopup{
      
        width: 100%;
        min-height: 325px;
       
    }

        #proyectoPopup .box img {
            margin: 8px 0 0 7px;
            width: 96%;
        }
}

