Cyvacsa_Web/src/estilos.css

217 lines
3.1 KiB
CSS
Raw Normal View History

@charset "utf-8";
/* CSS Document */
@import('reset.css');
html {
background-image:url(images/fondo.gif);
background-repeat:repeat-x;
background-position:top;
background-color: #fff;
text-align: center;
font-family: Verdana,Arial,Helvetica,sans-serif;
color:#808080;
font-size: 80%;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 170%;
}
p, h1, h2, h3, h4 {
margin: 15px 0;
}
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 {
}
#layout {
margin: 0 auto;
width: 980px;
min-height: 700px;
background-color: #fff;
background-image: url(images/fondo-principal.gif);
background-repeat: no-repeat;
background-position: top;
}
#cabecera {
margin: 0 auto;
padding: 0;
width: 960px;
height: 133px;
text-align: left;
}
#logotipo {
background-image: url(images/logotipo.gif);
background-repeat: no-repeat;
background-position: 20px 30px;
width: 480px;
height: 125px;
float: left;
}
#cabecera h1, #cabecera h2 {
margin: 0;
padding: 0;
display: none;
}
#banner {
margin: 0 auto;
padding: 0;
width: 960px;
}
#principal {
text-align: left;
margin: 1px auto;
padding: 20px 0 0 0;
width: 960px;
}
#principal p {
padding-left: 15px;
}
#inicio_izquierda {
border-right: 1px solid #CCCCCC;
float: left;
padding: 0 25px 15px 25px;
width: 450px;
}
#inicio_derecha {
float: right;
padding: 0 0 0 25px;
width: 430px;
}
.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;
}