GrupoArdeco_Web/src/estilos.css

234 lines
3.3 KiB
CSS
Raw Normal View History

@charset "utf-8";
/* CSS Document */
html, body {
height:100%;
margin:0;
padding:0;
font-family: Verdana,Arial,Helvetica,sans-serif;
color:#808080;
font-size: 80%;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 170%;
}
body{
background-color: #fff;
background-image: url('images/fondo.gif');
background-repeat: repeat-x;
background-position: center center;
text-align: center;
min-width: 960px;
min-height: 550px;
}
p, h1, h2, h3, h4 {
}
h1, h2, h3, h4 {
font-family: Helvetica,Verdana,Arial,Helvetica,sans-serif;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: bold;
}
h1 {
font-weight: normal;
font-size:195%;
}
h2 {
font-weight: normal;
font-size:180%;
}
h3 {
font-size:120%;
}
h4 {
font-weight: normal;
font-style: italic;
font-size: 110%;
}
a {
color: #E46825;
font-weight: bold;
}
a:hover, a:active {
color: #666666;
text-decoration: none;
}
p {
}
ul {
list-style-image:none;
list-style-position:outside;
list-style-type:square;
margin:15px 0 15px 20px;
}
li {
}
#vertical{
float: left;
height: 50%;
margin-top: -270px;/* half vertical height*/
width: 100%;
}
#layout {
width:960px;
margin: 0;
padding: 0;
margin-left: auto;
margin-right: auto;
height: 545px;
overflow: auto; /* allow content to scroll inside element */
text-align:left;
clear: both;
}
#cabecera {
margin: 0 auto;
padding: 0;
width: 960px;
height: 110px;
text-align: left;
border: 1px solid;
}
#logotipo {
background-image: url('images/logotipo.gif');
background-repeat: no-repeat;
width: 380px;
height: 75px;
float: left;
}
#cabecera h1, #cabecera h2 {
margin: 0;
padding: 0;
display: none;
}
#principal {
text-align: left;
margin: 0;
padding: 0;
width: 960px;
}
#principal p {
}
#inicio_izquierda {
float: left;
margin: 0;
padding: 0;
width: 500px;
border: 1px solid;
}
#inicio_derecha {
float: right;
margin: 0;
padding: 0;
width: 360px;
border: 1px solid;
}
#foto {
padding: 6px;
background-color: #fff;
border: 1px solid #aaa;
}
.clear {
clear:both;
}
#pie_layout {
text-align: left;
margin: 0;
padding: 0;
background-image:url(images/fondo-pie.gif);
background-repeat:repeat-x;
background-position: top;
height: 283px;
width: 100%;
text-align: left;
color: #777;
}
#pie {
line-height: normal;
width: 960px;
margin: 0 auto;
padding: 12px 0 0 0;
color: #CABA9F;
font-family: Verdana, Geneva, sans-serif;
}
#pie_izquierda {
text-align: left;
margin: 0 0 0 15px;
padding: 0;
width: 460px;
float:left;
}
#pie_derecha {
text-align: right;
margin: 0 15px 0 0;
padding: 60px 0 0 0;
width: 460px;
float:right;
}
#pie a {
color: #fff;
}
#pie h3 {
text-transform:none;
background: none;
margin: 0 0 10px 0;
font-size: medium;
font-weight:normal;
}
#pie strong {
font-size: small;
}
#pie p {
margin: 0 0 15px 0;
padding: 0;
font-size:x-small;
}
#pie a img {
border: 0;
}
.divisor {
border: 0;
border-bottom: 1px solid #CCCCCC;
clear: both;
height: 1px;
margin: 15px 0;
}