bemVindo.css
2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
@charset "utf-8";
/* CSS Document */
a {text-decoration: none; }
a img {border: none; }
/* Banner GeoSaúde */
#topo {
background:url(../Imagens/fundoTopo01.png) repeat-x;
height:83px;
}
#topo img {
float:left;
height: 83px;
}
/* menu superior */
#menuhorizontal {
background: url(../Imagens/fundoMenuH.png) repeat-x;
border-radius: 5px;
height: 30px;
margin-top: 15px;
font-family: Arial, Helvetica, sans-serif bold;
font-size: 16px;
color: #FFF;
width: 768px;
}
#menuhorizontal ul li {
float:left;
text-align:center;
line-height: 30px;
text-decoration: none;
color: #FFF;
}
#menuhorizontal li {
list-style: none;
color: #FFF;
line-height: 30px;
float:left;
margin: 0 30px;
}
#menuhorizontal li a, #menuhorizontal li span {
color: #FFF;
line-height: 30px;
}
#menuhorizontal li a:active {
background: url(../Imagens/fundoMenuH_overList.png) repeat-x;
color: #FFF;
line-height: 30px;
margin: 0 30px;
}
/*************** Slider up and down ***************/
body {
margin:0;
font:12px Arial, Helvetica, sans-serif;
background:url(../Imagens/planoFundo_transparente.png) no-repeat fixed bottom right;
background-color: #FFF;
}
#wrapper {width:768px; margin:0 auto}
h2 {font-size:14px; margin:15px 0}
.link {cursor:pointer; color:#666}
.link:hover {color:#000}
.slider {position:relative; overflow:hidden; height:350px; width: 100%; }
.slidercontent {position:absolute; text-align:justify;}
.slidercontent .upper {border-bottom:1px solid #9ac1c9; text-align:justify; margin-top:10px; }
.section {padding:10px; height:320px; overflow: auto; }
.newsslider {position:relative; overflow:hidden; border:2px solid #9ac1c9; height:95px; width:300px; background:#eef5f6; margin-bottom:20px}
.newsslidercontent {position:absolute}
.newsslidercontent .upper {border-bottom:1px solid #9ac1c9}
.newssection {padding:10px; height:75px}
/*************** FINAL - Slider up and down ***************/
/* Rodapé */
#rodape { margin-top: 45px; margin-left:20px; margin-right: 20px; }
#rodape img{
margin-left:20px;
max-width: 80px;
}