/* 
    Document   : style
    Created on : 11/01/2010, 02:25:30 PM
    Author     : Franco Queirolo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#contenido {
    display: block;
}

#info {
    float: left;
    width: 500px;
    padding-left: 50px;
    padding-right: 25px;
}

#logo2{
    padding:20px 0px 20px 0px;

}

#logo_cusco{
    padding:20px 0px 20px 40px;

}

#contenido p{
    color:gray;
    font-size: 11px;
    text-align: justify;    
    font-family: arial;
    width: 450px;
}

#titulo1 {
    font-size: 12px;
    width: 450px;
    line-height: 25px;
    font-weight: bold;
}

#titulo2 {
    font-size: 15px;
    width: 450px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

#titulo3 {
    font-size: 15px;
    color:black;
    font-weight: bold;
    font-family: Verdana;
}

#titulo4{
    margin-top: 20px;
    font-family: verdana;
    font-weight: bold;
    font-size: 13px;
}

div#titulo {
    background-image:url("../../../media/img/flecha_celeste.jpg");
    background-position:0 5px;
    background-repeat:no-repeat;
    color:#3C96FF;
    font-family:"Arial";
    font-size:18px;
    height:21px;
    letter-spacing:2px;
    margin:0 0 5px;
    overflow:hidden;
    padding:0 90px 2px 13px;
    text-align:left;
    text-transform:uppercase;
    vertical-align:bottom;
}

.linea_puntos_horizontal  {
    background-color:#FFFFFF;
    background-image:url("../../../media/img/linea_puntos_horizontal.jpg");
    font-size:1px;
    height:1px;
    margin-right:0;
    margin-top:2px;
}