.noBorder
{
    border:none;
    border-width: 0px;
    border-style: none;
}
.orange
{
    color: #FF9966 !important;
}
.orange:hover{color: #FFF !important;}

#logoError
{
     margin: auto;
     width: 465px;
     height: 406px;
     background-repeat: no-repeat;   
     background-image:url('../images/OOPS.png');
}
#contenidoError
{    
    border-radius: 20px 20px 20px 20px; 
    /*background-color: #E6E6E6;*/
    padding: 40px 0px 0px 0px;
    text-align: center;
    height: 500px;    
    box-shadow:  0px 0px 10px 0px;  
}
#textoError
{
  font-family: Tahoma;
  font-size: 40px; 
  text-shadow: 5px 3px 10px;
}

.cursor
{
    cursor: auto;
    cursor: pointer;
}