/* Error 404 */
/* Contenedor general */
#error-404 {
    margin-top: 10px;
    padding:20px;
}
/* Estilos del primer texto */
.errort1-404 {
color: #fff;
font-size: 100px;
font-weight: bold;
text-transform: uppercase;
text-shadow:    0 1px 0 #CCCCCC, 
                0 2px 0 #C9C9C9, 
                0 3px 0 #BBBBBB, 
                0 4px 0 #B9B9B9, 
                0 5px 0 #AAAAAA, 
                0 6px 1px rgba(0, 0, 0, 0.1), 
                0 0 5px rgba(0, 0, 0, 0.1), 
                0 1px 3px rgba(0, 0, 0, 0.3), 
                0 3px 5px rgba(0, 0, 0, 0.2), 
                0 5px 10px rgba(0, 0, 0, 0.25), 
                0 10px 10px rgba(0, 0, 0, 0.2), 
                0 20px 20px rgba(0, 0, 0, 0.15);
}
/*.errort1-404 img{
    width: 50px;
    height: 50px;
}*/
/* Estilos del segundo texto */
.errort2-404 {
    margin-top: 20px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow:    0 1px 0 #CCCCCC, 
                    0 2px 0 #C9C9C9, 
                    0 3px 0 #BBBBBB, 
                    0 4px 0 #B9B9B9, 
                    0 5px 0 #AAAAAA, 
                    0 6px 1px rgba(0, 0, 0, 0.1), 
                    0 0 5px rgba(0, 0, 0, 0.1), 
                    0 1px 3px rgba(0, 0, 0, 0.3), 
                    0 3px 5px rgba(0, 0, 0, 0.2), 
                    0 5px 10px rgba(0, 0, 0, 0.25), 
                    0 10px 10px rgba(0, 0, 0, 0.2), 
                    0 20px 20px rgba(0, 0, 0, 0.15);
}
/* Estilos del tercer texto */
.errort3-404 {
    margin-top: 10px;
    padding:20px;
    color:#27AA51;
    /*text-shadow: 1px 1px 1px #fff;*/
    text-align:center;
    font-size:20px;
}
/* Estilos del botón */
.errort4-404 {
margin-top:20px;
padding:10px;
display:inline-block;
text-shadow:0 1px 1px #fff;
text-decoration:none;
font: bold 13px Sans-Serif;
border:1px solid #DDD;
border-radius:3px;
border-color: #999;
background: -webkit-linear-gradient(top, white, #E0E0E0);
background: -moz-linear-gradient(top, white, #E0E0E0);
background: -ms-linear-gradient(top, white, #E0E0E0);
background: -o-linear-gradient(top, white, #E0E0E0);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
}