/*
Proyecto: C13
Resumen: Tema General 404 Canal Trece
Version: 0.1b
Descripcion:
    Estilos de 404
*/

/* ---------------------------------- */
/* ESTILOS ESTRUCTURA GENERAL */
/* ---------------------------------- */
/*#master{margin:auto;width:980px;text-align:left;}
#content{float:left;width:980px;}*/
#pagina_error{padding:0; width:940px;float:left;margin:10px 0;background:url(/css/images/bg_full.png) top center repeat-x white;}



/* ---------------------------------- */
/* ESTILOS 404 */
/* ---------------------------------- */
.error {padding:10px 20px 40px 20px!important;}
.error h2{font-size: 1.7em;}
.error h2 span{color:black;margin: 0 0 20px 0;}
.error li {color:black;line-height: 1.2em;display: block;}
.error li span{font-size: 1.7em; color:#E7751D;line-height: 1.2em;font-weight: 900;margin:0 5px 0 0;}
.error ul{margin: 20px 0 0 30px;}
.error .bullet{background: url(/css/images/bullet.png) no-repeat center left;padding: 0 0 0 15px; line-height: 1.4em;}
.error a:link{color:#333333;font-weight: 700;}
.error #buscadorerror{background:url(/css/images/bg_busqueda_404.png) no-repeat center left;height: 60px; margin:10px 0 20px 5px;float:left;width: 100%;display:block;}
.error #buscadorerror input{background:url(/css/images/buscarError.jpg) center center repeat-x;border:1px solid #999;}
.error #buscadorerror #busquedaerror{width:140px;height:15px;padding:2px;margin:10px 0 0 100px;float:left;}
.error #buscadorerror #buscarerror {float:left;display:block;width:74px;height:25px;background:url(/css/images/button_buscar_404.png) top left no-repeat;text-indent:-10000em;overflow:hidden;margin:10px 0 0 5px!important;}
.error #buscadorerror a#buscarerror:hover {background:url(/css/images/button_buscar_404.png) top left no-repeat;}
.error .exclamacion{background:url(/css/images/icono_exclamacion.png) no-repeat center left;padding: 0 0 0 35px;font-size:2.5em;line-height: 2em;font-weight: 900;color: #F4C29B;}
