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.
PincelCristal_Web50metros/estilos.css

301 lines
4.7 KiB
CSS

* {
padding: 0;
margin: 0;
}
html {
text-align:center;
background-color: #FFFFFF;
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 14px;
background-image: url('images/background.gif');
background-repeat: repeat-x;
background-position: top;
margin:0;
padding:0;
}
a {
color: #FF6600;
border-bottom: none;
text-decoration: none;
}
a:visited {
color: #FF6600;
border-bottom: none;
text-decoration: none;
}
a:hover {
color: #0066CC;
border-bottom: none;
text-decoration: none;
}
a:active {
color: #082C63;
border-bottom: none;
text-decoration: none;
}
h1 {
padding-bottom: 15px;
margin: 10px 0 0 0px;
font-weight: normal;
font-size: 38px;
color: #FFF0F9;
}
h2 {
font-weight: normal;
color: #FF6600;
padding: 10px 0px 20px 0px;
}
h3 {
font-weight: normal;
font-size: 16px;
color: #15A7EB
}
p, ul {
color: #666666;
line-height: 18px;
margin: 0;
padding: 0;
}
.clr{clear:both;}
#pagewidth{
margin:0;
padding:0;
width:770px;
text-align:left;
margin-left:auto;
margin-right:auto;
}
#header{
width: 100%;
padding: 0;
}
#header h1 {
text-align: left;
height: 45px;
background-image: url('images/title.gif');
background-repeat: no-repeat;
}
#header h1 span {
display:none;
}
#header h2 {
float: left;
text-align: left;
width: 300px;
font-size: 14px;
font-weight: normal;
line-height: 130%;
color: #FAECD9;
padding: 0px 0px 8px 10px;
}
#header .otrapagina {
float: right;
text-align: right;
width: 420px;
font-size: 18px;
font-weight: normal;
line-height: 130%;
color: #FFED84;
padding: 0px 10px 0px 0px;
}
#header .otrapagina a {
color: White;
font-weight: bold;
}
#header h3 span {
display:none;
}
#header h4 {
float: right;
text-align: center;
width: 55%;
font-size: 20px;
font-weight: normal;
line-height: 130%;
color: #333;
padding: 20px 0px 0px 0px;
}
#header h4 strong {
color: #15A7EB;
}
#header h5 {
color: #15A7EB;
float: right;
text-align: left;
width: 100%;
font-size: 20px;
font-weight: normal;
line-height: 130%;
color: #333;
padding: 0px 0px 15px 0px;
}
#header h5 strong {
color: #15A7EB;
}
#header a {
color: #FAECD9;
border-bottom: none;
text-decoration: none;
}
#header a:hover {
color: #0066CC;
border-bottom: none;
text-decoration: none;
}
#header a:active {
color: #082C63;
border-bottom: none;
text-decoration: none;
}
#footer {
margin: 0;
padding: 5px 10px;
background-image: url('images/background.gif');
background-repeat: repeat-x;
background-position: top;
}
#footer p{
color: #FAECD9;
}
#footer a {
color: #FAECD9;
border-bottom: none;
text-decoration: none;
}
#footer a:hover {
color: White;
border-bottom: none;
text-decoration: none;
}
#footer a:active {
color: White;
border-bottom: none;
text-decoration: none;
}
#outer {
background-color: #FFFFFF; /* center column colour */
width: auto;
}
#inner {
margin:0;
width:100%;
}
#maincol{
float: left;
width: 100%;
position: relative;
margin: 0 -8px 0 -2px;
}
.clr{clear:both;}
.content{padding:0px;margin:0px;} /*padding for content */
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/
.seccion {
width: 100%;
padding: 5px 5px 20px 5px;
background-color: #F3F3F3;
border: 1px dashed #CACACA;
}
.texto {
float: left;
width: 160px;
padding: 0px 5px 0px 15px;
}
.foto, .foto2 {
float: right;
min-width: 250px;
text-align: center;
padding: 0 5px;
}
.foto img, .foto2 img {
background-color: White;
padding: 5px;
border: 1px solid #D3D3D3;
}
.piefoto {
padding: 0px 8px;
margin: 0px 3px;
text-align: center;
font-size: 13px;
color: #15A7EB;
vertical-align: bottom;
bottom: 0;
}
.foto2 {
margin-right: 30px;
}
.nombre {
float:left;
margin: 10px 0 0 0;
}
.direccion {
float: left;
width: 280px;
margin: 50px 10px 0 0;
}
.direccion p {
text-align: left;
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
color: #FAECD9;
font-size: 8px;
}
#galeriaapartamentos{
padding: 0 0 5px 0;
}
#galeriaapartamentos ul#menu { width: 100%; height: 35px; font-size: 1em; list-style-type: none; margin: 0; padding: 0}
ul#menu li { display: block; float: left; margin: 0 0 0 5px; }
ul#menu li a { height: 35px; color: #A9C7F2; text-decoration: none; display: block; float: left; line-height: 200%; padding: 4px 15px 0; }
ul#menu li a:hover { color: #333; }
ul#menu li a.current{ color: #FFF; font-weight: bold; }