-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEstilo3.css
86 lines (84 loc) · 1.4 KB
/
Estilo3.css
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
@charset "utf-8";
/* CSS Document */
*{margin:0px;
padding:0px}
#General{
top:0px;
width:1300px;
height:1000px;
background-color:#FFFFFF;}
.Superior{
width:1300;
height:250px;
background-color:#F8F2B8;}
.Encabezado{
margin-left:150px;
}
#Nombre{
position: absolute;
margin:auto;
left: 100px;
top:265px;
margin-top:0px;
width:100px;
height:50px;
background-color:#F8F2B8;}
h1{
text-align:center;
font-size:40px;
font-family:verdana;}
h2{
color:darkred;}
p{
margin-left:40px;
}
#menu{
margin-top: 15px;
width:1300px;
height:50px;
background-color:#F8F2B8;}
div ul{
font-size:20px;
text-align:center;
padding-top:15px;
font-color: #000000;
}
div ul li{
display:inline;
padding-left: 0.6em;
padding-right:0.6em ;
}
.Medio{
position: absolute;
margin:auto;
left:252px;
top:320px;
margin-top:0px;
width:750px;
height:3000px;}
.cata{
width:750px;
height:400px;}
.img{
width:750px;
height:800px;}
#izquierda {
margin-top:250px;
margin-left:0px;
margin-right:10px;
width:250px;
height:250px;
background-color:#F0D9B4;}
#derecha{
position: absolute;
top:550px;
margin-left:1000px;
margin-right:15px;
width:300px;
height:250px;
background-color:#F0D9B4 ;}
#abajo{
margin-top:3760px;
width:1300;
height:90px;
background-color:#F8F2B8;}