﻿.contentBody
{
    min-width:500px;
    max-width:500px;
    min-height:390px;
    max-height:390px;
    background-image:url(../images/fondos/fondoDefault.png);
    background-repeat:no-repeat;
    background-position:top left;
}

#info
{
    width:100%;
    max-width:100%;
    height:100%;
    margin:0px 0px 0px 0px;
}
#info h2
{
    width:100%;
    margin:20px 0 0 20px;
    color:#415cb3;
}

#info div
{
    width:100%;
    margin:0;
    line-height:normal;
    font-size:9pt;
    font-variant:small-caps;
}

#t1
{
    margin:70px 0 0 20px;
    max-width:75%;
    height:110px;
    text-align:right;
    float:left;
}
#t2
{
    margin:130px 0 0 170px; 
    max-width:65%; 
    height:150px; 
    float:right; 
}
#t3
{
    margin:80px 0 0 20px; 
    max-width:60%;
    height:110px;
    text-align:right;  
    float:left; 
}
#t4
{
    margin:120px 0 0 180px; 
    max-width:60%;
    height:110px;
    float:right;
}
#t4 #dlt
{
    float:left;
    margin:0;
    margin-top:40px;
    width:30%;
    height:100%;
    text-align:left;
}
#t4 #red
{
    float:left;
    margin:0;
    margin-top:40px;
    width:70%;
    height:100%;
    text-align:left;
}

#dds
{
    margin:2px auto;
    width:480px;        
}

#dds img
{
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    
    -webkit-box-shadow:5px 5px 5px #949494;
    -moz-box-shadow:5px 5px 5px #949494;
    box-shadow:5px 5px 5px #949494;
}

#dds a img:hover
{
    border:3px solid red;
}







