/* 
    Document   : print
    Created on : Jul 10, 2013, 8:47:18 AM
    Author     : L00017188
    Description:
        Purpose of the stylesheet follows.
*/

.border{
    background: #fff;
    box-shadow: inset 0px 0px 0px 1px #bbb;
}  
.sombra{
    box-shadow: inset 0 4px 6px rgba(0,0,0,.5);
    border-radius: 10px;
    background-color:#013E7D;
    color:#FFF;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
} 
.box {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    margin: auto auto 15px;
    padding: 5px;
} 
