This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Miguelo_Web/src/corporativo.css
2010-08-17 13:50:23 +00:00

172 lines
2.9 KiB
CSS

body {
margin: 0px 0px 20px 0px;
text-align: center;
font-family: Verdana;
font-size: 8pt;
background-color: #D3D3D3;
}
h1 {
color: #9B917D;
font-family: Verdana;
font-size: 9pt;
padding-top:10px;
pading-bottom: 10px;
}
h2 {
color: #503500;
font-family: Verdana;
font-size: 8pt;
padding-top:10px;
pading-bottom: 10px;
}
h4 {
color: #d72e23;
font-family: Verdana;
font-size: 12pt;
padding-top:10px;
pading-bottom: 10px;
}
hr {
height: 1px;
color: #ccc;
border: dotted;
}
li {
font-family: Verdana;
font-size: 8pt;
line-height: 25px;
}
a:link, a:visited, a:hover {
color: #902424;
font-size: 8pt;
text-decoration: none;
}
a:hover {
color: white;
text-decoration: none;
}
td {
text-align:left;
}
#documento {
background-color: #D3D3D3;
background-image: url(images/fondo.gif);
margin-right: auto;
margin-left: auto;
width: 948px;
height: 597px;
margin-top:20px;
}
#cabecera {
background-color: #fff;
margin-right: auto;
margin-top: 20px;
margin-left: auto;
width: 800px;
height: 153px;
}
#cuerpo {
background-color: transparent;
float: left;
overflow: auto;
margin-top: 100px;
margin-left: 60px;
width: 635px;
height: 415px;
padding-left: 0px;
padding-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
color: white;
scrollbar-face-color: black;
scrollbar-shadow-color: #9A977A;
scrollbar-highlight-color: #9A977A;
scrollbar-3dlight-color: #9A977A;
scrollbar-darkshadow-color: #9A977A;
scrollbar-track-color: black;
scrollbar-arrow-color: white;
}
#portada {
float: left;
margin-top: 150px;
margin-left: 40px;
width: 660px;
height: 299px;
background-image: url(images/portadas/portada1.jpg);
}
#spot {
margin-top: 300px;
width: 660px;
height: 35px;
background-color: #FFF;
color: #000;
padding-top: 3px;
}
#spot2 {
margin-top: 0px;
width: 660px;
height: 35px;
background-color: #FFF;
color: #000;
padding-top: 3px;
}
#menu {
float: left;
margin-left: 40px;
margin-top: 135px;
width: 160px;
height: 120px;
text-align: left;
line-height: 21px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
}
#menu1 {
float: left;
margin-left: 40px;
margin-top: 120px;
height: 200px;
text-align: left;
line-height: 21px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
}
#pie {
background-color: #fff;
margin-right: auto;
margin-left: auto;
width: 800px;
height: 99px;
}
.Estilo1 {
color: #FF66CC;
font-weight: bold;
}
#plano {
position: absolute;
border: 1px solid #3399ff;
}