/* CSS Document */ /* Reset de la propiedades predefinidas por los navegadores */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, center, u, b, i { margin: 0; padding: 0; border: 0; outline: 0; font-weight: normal; font-style: normal; font-size: 100%; font-family: inherit; vertical-align: baseline; } body { line-height: 1; } :focus { outline: 0; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } input, textarea { margin: 0; padding: 0; } hr { margin: 0; padding: 0; border: 0; color: #000; background-color: #000; height: 1px; } /* ********************************************************************************** Base ********************************************************************************** */ html, body{ background:#fff url(../imagenes/fondo.png) top center repeat-x; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; line-height:1.2em;color:#333;height:100%;}/* Headers */h1{font-size:0.7em;line-height:2.2em;font-weight:normal;color:#888888;}h2{font-size:1.4em;line-height:2.2em;font-weight:bold;color:#a40000;}#derecha h2{color:#fff;}h3{font-size:1.1em;line-height:2.2em;font-weight:bold;color:#a40000;}#derecha h3{color:#fff;}/* Parrafos y listas */p, ul{font-size:0.9em;}p{padding:3px 0 8px 0px;}ol{padding-left:20px;}.numerada{list-style:decimal;padding:0 0 0 20px;}/* Enlaces */a:link, a:visited, a:active{font-weight:normal;text-decoration:underline;color:#a40000;}#derecha a:link, #derecha a:visited, #derecha a:active{color:#eee;}a:hover{color:#ff0000;text-decoration:underline;}#derecha a:hover{color:#fff;}#wrapper {width:1000px;margin:0 auto;}/* ********************************************************************************** Cabecera ********************************************************************************** */#cabecera{width:1000px;float:left;}#cabecera img.logotipo{float:left;margin-left:20px;}#cabecera h1{width:auto;padding:17px 5px 0px 5px;float:left;}ul#menu{float:right;width:380px;background:#a40000;}ul#menu li{float:left;}ul#menu li a:link, ul#menu li a:active, ul#menu li a:visited{padding:17px 3px 10px 3px;float:left;font-size:0.8em;text-decoration:none;color:#fff;}ul#menu li a:hover{background:#ff0000;}ul#menu li a.primero{padding-left:5px;}ul#menu li a.ultimo{padding-right:6px;}ul#breadmenu{width:980px;float:left;background:#eeeeee;margin-left:20px;line-height:3.0em;}ul#breadmenu li{float:left;}/* ********************************************************************************** Contenidos ********************************************************************************** */#contenidos{width:1000px;float:left;}#izquierda{width:580px;float:left;min-height:400px;padding:10px 20px;}#derecha{width:360px;float:left;height:auto;max-height:100%;padding:10px;background:#ff0000 url(../imagenes/barra-lateral.png) top left repeat-x;border-bottom:1px solid #fff;}/*Bloques de texto con separador*/.bloque{border-bottom:1px solid #e4e4e4;padding-bottom:20px;margin-bottom:20px;}#derecha .bloque{border-bottom:1px solid #a40000;color:#fff;}/* ********************************************************************************** Footer ********************************************************************************** */#pre-footer{width:100%;float:left;background:#a40000;}#pre-footer .inner{width:1000px;margin:0px auto;}/* ********************************************************************************** Footer ********************************************************************************** */#footer{width:100%;background:#fff;float:left;}#footer .inner{line-height:132px;text-align:center;}/* Publicidad */.publicidad{float:left;padding:10px 54px;}#pre-footer .publicidad{float:left;padding:20px 116px;}
