170 lines
3.6 KiB
CSS
170 lines
3.6 KiB
CSS
@media screen {
|
|
|
|
/* Enlaces */
|
|
a {
|
|
color: #FFFF00;
|
|
font: 10pt verdana, arial, helvetica, sans-serif;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {color: #FF0000;}
|
|
|
|
.ab {
|
|
color: #0D5AB9;
|
|
font: 10pt verdana, arial, helvetica, sans-serif;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
}
|
|
.ab:hover {color: #B4CCE9;}
|
|
|
|
/* Cuerpo */
|
|
body {
|
|
scrollbar-face-color: #0066CC;
|
|
scrollbar-shadow-color: #0099CC;
|
|
scrollbar-highlight-color: #0099CC;
|
|
scrollbar-3dlight-color: #0066CC;
|
|
scrollbar-darkshadow-color: black;
|
|
scrollbar-track-color: #000000;
|
|
scrollbar-arrow-color: #FFFFCE ;
|
|
|
|
font-family: verdana, arial, helvetica, sans-serif;
|
|
font-size: 10pt;
|
|
text-align: justify;margin-right:5.0pt;
|
|
color: #00FFFF;
|
|
}
|
|
|
|
/* Tablas */
|
|
td, th {
|
|
font-size: 10pt;
|
|
color: #FFFFFF;
|
|
text-align: justify;margin-right:5.0pt;
|
|
}
|
|
td2 {
|
|
color: #00FFFF;
|
|
text-align: justify;margin-right:5.0pt;
|
|
}
|
|
.td3 {
|
|
font-size: 12pt;
|
|
}
|
|
|
|
th {
|
|
font-weight: bold;
|
|
text-align: left;
|
|
}
|
|
|
|
/* Estilo SubTexto */
|
|
.b2 {
|
|
font-size: 8pt;
|
|
color: #00FFFF;
|
|
|
|
}
|
|
|
|
|
|
/* OTROS POR REVISAR */
|
|
.box{
|
|
color: #B4CCE9;
|
|
font: 8pt verdana, arial, helvetica, sans-serif;
|
|
font-size: 8pt;
|
|
text-decoration: none;
|
|
}
|
|
input {
|
|
background-color: #5088CC;
|
|
border-width: 1;
|
|
border-color: #97B8E1;
|
|
border-style: solid;
|
|
color: #000000;
|
|
font-size: 8pt;
|
|
}
|
|
select {
|
|
background-color: #5088CC;
|
|
border-width: 1;
|
|
border-color: #97B8E1;
|
|
border-style: solid;
|
|
color: #FFFFFF;
|
|
font-size: 8pt;
|
|
zIndex: -1000;
|
|
}
|
|
.cristal{
|
|
color: #FF0000;
|
|
font: 8pt verdana, arial, helvetica, sans-serif;
|
|
font-size: 8pt;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.remark {
|
|
color: #FFFF00;
|
|
font: 10pt verdana, arial, helvetica, sans-serif;
|
|
font-size: 10pt;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.litt{
|
|
color: #B4CCE9;
|
|
font: 7pt verdana, arial, helvetica, sans-serif;
|
|
font-size: 7pt;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.tdSuave{
|
|
background-color: #B4CCE9;
|
|
color: #800000;
|
|
}
|
|
|
|
h1{
|
|
font:18pt verdana, arial, helvetica, sans-serif;
|
|
font-size: 18pt;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
}
|
|
|
|
A:hover.litt { color: #FF0000; }
|
|
A:hover.box { color: #FF0000; }
|
|
|
|
}
|
|
|
|
/******************************************************************************
|
|
* Printing styles. *
|
|
******************************************************************************/
|
|
|
|
@media print {
|
|
a, a.menuItem {
|
|
color: #808080 !important;
|
|
font-weight: normal !important;
|
|
}
|
|
body {
|
|
font-family: verdana, Arial, Helvetica, sans-serif !important;
|
|
font-size: 10pt !important;
|
|
}
|
|
body, #content {
|
|
background-image: none !important;
|
|
}
|
|
body, input, textarea, #titleBar, #copyright, #content, #menuBar {
|
|
background-color: #ffffff !important;
|
|
color: #000000 !important;
|
|
}
|
|
input, input.button, textarea, #titleBar, #copyright, #content, #menuBar {
|
|
border: 1px solid #000000 !important;
|
|
}
|
|
|
|
input.button {
|
|
background-color: #e0e0e0 !important;
|
|
color: #000000;
|
|
}
|
|
|
|
textarea {
|
|
scrollbar-base-color: #e0e0e0 !important;
|
|
}
|
|
a.menuButton, a.menuButtonActive {
|
|
background-color: #e0e0e0 !important;
|
|
border-width: 0px !important;
|
|
color: #000000 !important;
|
|
font-family: "MS Sans Serif", Arial, Tahoma, sans-serif !important;
|
|
font-style: normal !important;
|
|
font-weight: bold !important;
|
|
left: 0px !important;
|
|
top: 0px !important;
|
|
}
|
|
}
|
|
|