/* 
Document   : extra
Created on : Apr 4, 2009, 8:34:37 PM
Author     : user
Description:
Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}
.transparent {
    background-color:transparent;
}

div.body_container{
    float:left;
    margin-top:0px;
    width:100%;
    /*height:1300px;*/
    background-image: url('background500.gif');
    background-attachment:scroll;
    background-position: top left;
    background-repeat:no-repeat;
}

.cuadro {
    width:100%;
    height:100%;
    vertical-align:top;
    position:static;
    left:0;
    top:0;
    border:2px;
}

div.body_container2{
    float:left;
    width:100%;
    height:100%;
    
}

.fondoCamion {
    width:100%;
    height:400px;    
    text-align:center;
    background-image: url('truck_big.gif');
    background-attachment:scroll;
    background-position: bottom right;
    background-repeat:no-repeat;
}

.exampleBox {
    margin: 15px 15px 0 0;
    width:600px;
    padding: 15px;
    background: #FFF;
    border: 1px solid #d9d9d9;
    /*
    display: block;
    float:left;
    */
}

.cuadroContacto {
    border: 1px solid #d9d9d9;
    padding: 5px;    
    width:90%;
}

.flashbg {
    width:400px;
    height:270px;
    background-image: url('bar-circle.gif');
    background-repeat: no-repeat;
    background-position: center center;
}
/* centers in parent as long as parent is larger then child*/
div.body_content {
    margin-left:250px;    
    margin-top: 200px;
    width:100%;
}

.grande{
    color:black;
    font-size:3em;
    font-weight:bold;
}

.titleHhr {
    width: 220px;
}

.dlMainHdr, .dlMainHdr-dis, .dlMainColpsdHdr {
    height: 80%;
    background-color:red;
    background: url( "snippet-headder-tab-tile.png" ) transparent repeat-x bottom left;
    color: #FFFFFF;
    width:100%;
    
    /*padding-right: 7px;*/
    /*margin: 2px;*/
    
}

.popupHeaderImage {
    float: right;
    margin-top: 2px;
    margin-right: 2px;
}

.popupHeaderWrapper {
    text-align: left;
    vertical-align: middle;
}

.popupHeaderText {
    float: left;
    font-weight:normal;
    font-size:14px;
    color: #ffffff;

}

.popupHeaderText2 {
        font-size: 12pt;
        font-weight: bold;
        color: #ffffff;
        text-align:left;
}

.mediana{
    color:red;
    font-size:2em;
    font-weight:bold;
}

.tit1{
    color: red;
    font-size:2em;
    font-weight:bold;
}

.cont1{
    color:purple;
    font-size:1.2em;    
}



.cont2{
    color:purple;
    font-size:1em;
}

.cont3{
    color:orange;
    font-weight:bold;
    font-size:1em;
}

.pequena{
    color:purple;
    font-size:1.5em;
    font-weight:bold;
}

.ulx {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 2em;
    font-weight: normal;
    font-variant: normal;
    text-transform: capitalize;    
    text-decoration: none;
    text-indent: 5px;
    list-style-position: outside;
    list-style-type: square;
    list-style-image: url('x2.gif');
    padding: 15px;
    margin: 2px;
}


}

.truckbg {


}



