    body {
        background: #07BFCC; 
        text-align:center;
        font-size:18px;
        color: #fff;
        //text-transform:uppercase;
        overflow-x:hidden;
    }

    h1 {
        color: #FFF;
        text-align:center;

    }

    h2 {
        color: #000;
        text-align:center;
    }
    h4 {
        color: #0A00;
        text-transform:uppercase;
        text-align:center;
    }
    p {
        color: #000;
        text-align:center;
        text-transform:uppercase;
        font-weight:bold;

    }
    .menu {
        text-align: center;
        color: #661A00;
        color: red;
        background-color:#008080;
        /*Altura del menu*/
        height:43px;
        width:100%;
        padding-top: 0px;


    }

    .menu ul {
        list-style-type: none;
        display: inline-block;
        margin: 0;
        padding:0px 0px 0px  0px ;

    }

    #cabecera{
        text-align:left;
        height:130px;
        width:auto;
        border:auto;
        background-color:white;
    }

    #menuleft {
        position: relative;
        float: left;
        left:0px;
        text-align: left;
    }
    #menuright {
        position: relative;
        float: right;
        border:1px solid #008080;
        background-color:white;
    }

    #pie{
    clear : both;
    }

    hr{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .cuerpo {
        color: #000;
        text-align:center;
        background-color:white;

        padding-top: 2px;
    }

    .precarga {
        background:transparent url(images/ajaxload.gif) center no-repeat;
     }
    img {
      background:transparent url(images/ajax-loader.gif) center no-repeat;
      }

    .oe_overlay{

        background:#000;

        opacity:0;

       // position:fixed;

        top:0px;

        left:0px;

        width:100%;

        height:100%;

    }

    ul.oe_menu{

        list-style:none;

        position:relative;

        margin:0px 0px 20px 20px;

        width:auto;

        float:left;

        clear:both;


        font-size:16px;
    }

    ul.oe_menu > li{

        width:auto;

        height:40px;

        padding-bottom:2px;

        float:left;

        position:relative;

      //  background-color :#990707;
        background-color :#008080;


        font-size:16px;

    }

    ul.oe_menu > li > a{

        display:block;

        //background-color :#990707;
        background-color:#008080;

        color:#fff;

        text-decoration: none;

        //font-weight:bold;

        font-size:18px;

        width:130px;

        /*Altura de lo gris*/

        height:20px;

        padding:10px;

        margin:1px;

        text-shadow:0px 0px 0px 0px #000;

        opacity:1;



    }
 ul.oe_menua > li > a{

        display:block;

        //background-color :#990707;
        background-color:#008080;

        color:#fff;

        text-decoration: none;

        //font-weight:bold;

        font-size:18px;

        width:730px;

        /*Altura de lo gris*/

        height:20px;

        padding:10px;

        margin:1px;

        text-shadow:0px 0px 0px 0px #000;

        opacity:1;



    }
    ul.oe_menu > li > a:hover,

    ul.oe_menu > li.selected > a{

        background:#fff;

        color:#101010;



        font-size:16px;

    }
   
    .oe_wrapper ul.hover > li > a{

        background:#fff;

        text-shadow:0px 0px 1px  #FFF;

        color:#008080;


        font-size:16px;
    }

    ul.oe_menu div{

        position:absolute;

        top:42px;

        left:0px;

        background: #990707;
        background-color:#008080;

        width:150px;

        /*Altura del despegable*/
//aqui
       // height:180px;
        heignt:auto;

        padding:0px;

        border: 1px 1px 1px 1px solid white;

        display:none;

        font-size:16px;
    }

    ul.oe_menu div ul li a{

        text-decoration:none;

        color:#fff;

        padding:2px 2px 2px 1px;

        margin:2px;

        display:block;

        font-size:16px;


    }

    ul.oe_menu div ul.oe_full{

        width:100%;

    }

    ul.oe_menu div ul li a:hover{

        background:#aaa;

        color:#fff;
    }

    ul.oe_menu li ul{

        list-style:none;

        float:left;

        width: 137px;

        height:auto;



      // border:1px solid #008080;

    }

    li.oe_heading{

        color:#FFB9B9;

        font-size:14px;

        margin-bottom:10px;

        padding-bottom:6px;

        border-bottom:1px 1px 1px 1px solid #ddd;

    }
    #fecha_devolucion {
        color: red;


    }
    .uno{
        background-color:white  ;
        height:24px;
    }
    input{
        background-color:white  ;
        height:24px;
        //border-color:#008080;
        //border-size:0.2xp;
       // width:100%;    
    }
    select{
        background-color:white  ;
        height:30px;

    }
    .boton{
        background-color:#008080;
        color:white;
        height:30px;
        width:auto;
    }
    label, p,  h2, h1, h3, h4, h5, h6, h7, h8, h9{
       color:#008080;
           
    }