admin_body{    
    margin: 0px;
    background: #fff;
    font-family: sans-serif;
}
.admin_contenedor{
     width: 88%;  
     margin: 0 auto 0 auto;
     /*padding-top: 40px;*/

      -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.8);
         -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.8);
              box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.8);
}
.admin_cabecera {
     width: 100%;     
}
.admin_img{
     width: 100%;
     height: 160px; 
     filter:alpha(opacity=90); 
     opacity:0.9;
     position: relative;
}
.admin_cabecera_sub{
    width: 100%;
    height: auto;
}
.admin_menu{
     width: 99.5%;
     height: 50px;  
     margin: 5px 3px 5px 3px;
     /*background: rgba(142, 88, 3, 0.5);*/
     /*border-width: 2px;
     border-style: solid;
     border-color: black;*/
     

      -webkit-border-radius: 15px;        
       -moz-border-radius: 15px; 
        -ms-border-radius: 15px;
            border-radius: 15px;  

    /*background: rgb(142, 88, 3);
    background: -moz-linear-gradient(rgb(142, 88, 3), #f7d4a2,rgb(142, 88, 3));
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, rgb(142, 88, 3)));
    background: -webkit-linear-gradient(rgb(142, 88, 3), #f7d4a2, rgb(142, 88, 3));    
    background: -o-linear-gradient(rgb(142, 88, 3), #f7d4a2, rgb(142, 88, 3));	
    background: -ms-linear-gradient(rgb(142, 88, 3), #f7d4a2, rgb(142, 88, 3));	
    background: linear-gradient(rgb(142, 88, 3), #f7d4a2, rgb(142, 88, 3));*/
}
.admin_slider_c{
     width: 100%; 
     height: 250px;  
     position: absolute; 
     /*filter:alpha(opacity=95); 
     opacity:0.95;*/
     -webkit-border-radius: 20px;        
       -moz-border-radius: 20px; 
        -ms-border-radius: 20px;
            border-radius: 20px;    
}

.admin_cuerpo{
     width: 98%;
     //height: 1210px; 
     /*background: green;*/

     -webkit-border-radius: 15px;        
       -moz-border-radius: 15px; 
        -ms-border-radius: 15px;
            border-radius: 15px;
}

.admin_c_centro{    
    margin: 10px;
    width: 100%;
    //height: 1210px;
    
    -webkit-border-radius: 15px;        
       -moz-border-radius: 15px; 
        -ms-border-radius: 15px;
            border-radius: 15px;     
}

.admin_c_izquierdo{
     margin-top: 5px;
     float: left;
     width: 20%;
     height: 1200px;
     background: rgba(255,255,255,0.5);

     -webkit-border-radius: 15px;        
       -moz-border-radius: 15px; 
        -ms-border-radius: 15px;
            border-radius: 15px;
}
.admin_pie{
     /*text-align: center;*/
     width: 100%;
     height: 100px;
     /*color: white;*/
     /*font-weight: bold;*/
     background: rgba(3, 85, 3, 0.75);

    /* -webkit-border-radius: 0px 0px 15px 15px;  /* Safari  
      -moz-border-radius: 0px 0px 15px 15px;    /* Firefox   
       -ms-border-radius: 0px 0px 15px 15px;
        border-radius: 0px 0px 15px 15px;*/
}
.admin_pie .admin_info{
     position: relative;
     width: 978px;
     text-align: center;
     color: white;     
     font-weight: bold;  
     font-size: 12px;
     position: absolute;
     padding-top: 15px;
     /*top: 1695px;*/
     /*cursor: pointer;*/
/*   text-shadow:-1px 1px 0px rgba(53,82,161,0.5),
                 -2px 2px 0px rgba(53,82,161,0.5),
                 -3px 3px 0px rgba(53,82,161,0.5);*/
}
.admin_pie .admin_info a{
     text-decoration: none;
     color: black;
}
.admin_pie .admin_info a:hover{     
     color: white;
}

.admin_content_form{
    width: 100%;
    padding: 10px;
}
 *.content_page_admin{ 
    margin: 10px;
    padding: 5px;
    background: rgba(255,255,255,0.5);
    height: 630px;
    overflow-y: visible;
    overflow-x: hidden;
    
    -webkit-border-radius: 15px;        
       -moz-border-radius: 15px; 
        -ms-border-radius: 15px;
            border-radius: 15px;
}
