﻿.FondoAplicacion{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    
}

.Oculto{
    
    display:none;
}

.curve{
    
    /*para Firefox*/
    -moz-border-radius: 15px 15px 15px 15px;
    /*para Safari y Chrome*/
    -webkit-border-radius: 15px 15px 15px 15px;
    /*para IE */
    /*behavior:url(border.htc);*/
    /* para Opera */
    border-radius: 15px 15px 15px 15px;
}


.FondoModal
{
    background-color: #00AEC3;
    padding:11px; 
    width: 35%;
    height:60%;
    text-align:center;
    border-radius:5px;
    }
    
 .FondoModal table
 {
    background-color: white;
    width: 100%;
    height: 20%;  
    font-weight:bold;
     } 
     
  .FondoModal table tr td
  {
      text-align: -webkit-left;     
      }
      



