#content
{
     overflow:hidden;     
}
#fotos
{
    height:300px;
}
#fotosuperior,#fotoinferior
{
    clear: left;
    width: 1800px;
    
}
#fotosuperior img,#fotoinferior img
{
    height:150px;    
    display:block;
    float:left;   
    border: solid 1px #AAA;
}
#titulopresentacion
{
    position:absolute;
    height:40px;
    width:800px;
    right:0px;
    margin-top:10px;  
    font-size:18px;
    line-height:40px;
    padding-left:10px;
    color:#f1d60f;
    background-color:#333;
}
#textopresentacion
{
    background-color:#fff;    
    height:196px;
    width:950px;
    float:left;
}
#textopresentacion p
{
    position:absolute;
    width:580px;   
    right:200px;
    font-size:13px;
    text-align:justify;
    margin-top:55px;
    padding:0px 10px 0 10px;
}
