/**********************************************************************************************
 * base.css
 **********************************************************************************************/
* {
   font-family: Tahoma, "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   margin: 0;
   padding: 0;
}

#panelLateral {
   display: none;
}

.botonera {
   display: none;
}

.serviceInfoLink {
   display: none;
}

.servicePrice {
   display: inline;
   float: right;
}

div.servicePriceValue {
   display: inline-block;
   vertical-align: middle;
}

div.servicePriceValue span {
   display: inline-block;
   font-size: 16px;
   white-space: nowrap;
}

div.serviceImage {
   float: left;
   width: 138px;
   height: 138px;
   padding: 10px;
   background: #cccccc url( "../../images/theme/dw/serviceImage-fondo.gif" ) no-repeat bottom;
}

.cabList{
    width: 200px;
}

.cabListB{
    width: 50px;
}

#nota{
    display: block;
    padding: 10px;
    border: solid 1px;
}

