git-svn-id: https://192.168.0.254/svn/Proyectos.Imagen2_Web/tags/1.0-INICIAL@4 056bb6a8-4245-f846-8d49-f6344928e438
116 lines
2.5 KiB
CSS
116 lines
2.5 KiB
CSS
body {
|
|
background-color:#FFFFFF;
|
|
margin-left: 0px;
|
|
margin-top: 0px;
|
|
margin-right: 0px;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
td {
|
|
font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#000000;
|
|
}
|
|
|
|
th {
|
|
font-family: Arial, Helvetica, sans-serif; font-size:13px; color:#000000; font-weight:bold;
|
|
}
|
|
.Titulo1{
|
|
color:#000033;
|
|
margin-top: 30px;
|
|
margin-left:10px;
|
|
font-size:16px;
|
|
font-weight:bold;
|
|
font-family:Verdana, Arial, Helvetica, sans-serif;
|
|
}
|
|
.Titulo1Linea{
|
|
margin-left:15px;
|
|
margin-top: 10px;
|
|
/* text-align: right;*/
|
|
}
|
|
.Titulo1B{
|
|
color:#66CCFF;
|
|
font-size:16px;
|
|
font-weight:bold;
|
|
font-family:Verdana, Arial, Helvetica, sans-serif;
|
|
}
|
|
.Titulo2{
|
|
color:#990000;
|
|
font-size:14px;
|
|
font-weight:bold;
|
|
font-family:Verdana, Arial, Helvetica, sans-serif;
|
|
}
|
|
.lstImg2 {
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
margin-left: 20px;
|
|
list-style-image: url(../imgs/icoLista.gif);
|
|
line-height: 25px;
|
|
list-style-position: outside;
|
|
}
|
|
.lstInv{ list-style-image: url(../imgs/spacer.gif); margin-top: 5px;
|
|
margin-bottom: 5px;}
|
|
.txtNml{
|
|
margin-left: 20px;
|
|
margin-top: 10px;
|
|
padding-right:10px;
|
|
/* Texto */
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size:12px;
|
|
text-align:justify;
|
|
color:#000000;
|
|
}
|
|
.txtInfo{ padding-right:10px;}
|
|
.txtVolver{text-align:right;padding:10px;}
|
|
.imgDcha{ margin-right:15px;}
|
|
.txtNmlNg{
|
|
font-weight:bold}
|
|
a{ text-decoration:none; font-weight:bold; color:#000066;}
|
|
a:hover{ text-decoration:underline; font-style:italic;}
|
|
|
|
/*********************** SCROLLERS ***********************/
|
|
.root {
|
|
position:relative;
|
|
height: 312px;
|
|
width: 585px;
|
|
/*margin: 0px 0px 0px 0px; */
|
|
}
|
|
.root p {
|
|
/* margin: 10px 10px 5px 10px;*/
|
|
}
|
|
.thumb {
|
|
position: absolute;
|
|
height: 9px;
|
|
width: 15px;
|
|
left: 10px;
|
|
}
|
|
.up, .dn {
|
|
position: absolute;
|
|
left: 10px;
|
|
}
|
|
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
|
|
border: 0;
|
|
}
|
|
.scrollContainer {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 590px;
|
|
/* height: 312px; */
|
|
/* clip: rect(0 590 312 0); */
|
|
overflow: auto;
|
|
/* border-top: 1px solid #9E3622;
|
|
border-left: 1px solid #9E3622;
|
|
border-right: 1px solid #9E3622;
|
|
border-bottom: 1px solid #9E3622;
|
|
background: #D9D9B0;*/
|
|
}
|
|
.scrollContent {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 590px;
|
|
/* height: 312px;*/
|
|
}
|
|
.scrollContent h4{
|
|
margin: 0px;
|
|
padding: 0px;
|
|
} |