|
|
|
| |
|
/* CSS Document */
div#estatica {}
div#estatica {
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
/*font-size:125%;*/
width:535px;
padding:10px;
margin:0;
}
div#estatica a { text-decoration: none;}
div#estatica a:hover {text-decoration:underline; }
div#estatica ul#botonera {
/*Especificar width para cada botonera en las páginas que las llevan*/
margin:2em auto 2em auto;
overflow:hidden;
text-align:center;
}
div#estatica ul#botonera li {
list-style:none;
padding:0;
float:left;
margin:0;
margin-right:1em;
height:1%; /*Para que tenga layout en IE*/
}
div#estatica ul.botonera {
/*Especificar width para cada botonera en las páginas que las llevan*/
margin:2em auto 2em auto;
overflow:hidden;
text-align:center;
}
div#estatica ul.botonera li {
list-style:none;
padding:0;
float:left;
margin:0;
margin-right:1em;
height:1%; /*Para que tenga layout en IE*/
}
div#estatica ul.botonera li a {
background-color:#ff6b00;
color:white;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
display:block;
border-top:double #888;
border-left:double #888;
border-bottom:3px solid #888;
border-right:3px solid #888;
background-color:#c4c4aa;
color:black;
padding:0.5em 1em;
}
div#estatica ul.botonera li a:hover {
background-color:#234F2B;
color:white;
}
div#estatica h2 {
clear:both;
color:#FFFFFF;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
background-color:#FF6B00;
background-image:url(/wwwroot/sigloxxi/estaticas/imagenes/fondoh2.gif);
background-position:right top;
background-repeat:no-repeat;
padding:0.5em 1.5em 0.55em 3em;
float:left;
margin-top:0.5em;
margin-bottom:0.5em;
}
div#estatica h3 {
clear:both;
margin-top:1.5em;
margin-bottom:0.5em;
font-size:1.2em;
text-decoration:underline;
}
div#estatica div.separador {
clear:both;
line-height:0;
height:0;
font-size:1px;
}
div#estatica p {
position:relative;
clear:both;
font-size:1.1em;
}
div#estatica dl {
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0 0 2em 2em;
}
div#estatica dl dt {
margin:1em 0 0.5em 0;
font-size:1.1em;
font-weight:bold;
}
div#estatica dl dd {
font-weight:normal;
font-size:1.1em;
}
div#estatica ol {
font-size:1.1em;
margin:0.5em;
}
|
|