2009-08-03 16:40:04 +00:00
|
|
|
@charset "utf-8";
|
|
|
|
|
/* CSS Document */
|
|
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
|
margin:0;
|
|
|
|
|
padding:0;
|
|
|
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
|
|
|
color:#666;
|
2009-10-07 16:13:22 +00:00
|
|
|
font-size: 9pt;
|
2009-08-03 16:40:04 +00:00
|
|
|
font-style: normal;
|
|
|
|
|
font-variant: normal;
|
|
|
|
|
font-weight: normal;
|
2009-10-07 16:13:22 +00:00
|
|
|
line-height: 150%;
|
2009-08-03 16:40:04 +00:00
|
|
|
background: #fff url("images/ciudad2.gif") repeat-x fixed center bottom;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body{
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
min-width: 960px;
|
|
|
|
|
min-height: 600px;
|
2009-08-04 09:12:58 +00:00
|
|
|
background: #fff url("images/fondo.jpg") no-repeat left top;
|
2009-08-03 16:40:04 +00:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p, h1, h2, h3, h4 {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1, h2, h3, h4 {
|
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-variant: normal;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #a15206; /*#4d4994;*/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size:280%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: 240%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
|
text-transform: lowercase;
|
2009-10-07 16:13:22 +00:00
|
|
|
font-size: 180%;
|
2009-08-03 16:40:04 +00:00
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h4 {
|
2009-10-01 18:53:10 +00:00
|
|
|
font-weight: bold;
|
|
|
|
|
font-style: normal;
|
2009-10-07 16:13:22 +00:00
|
|
|
font-size: 120%;
|
2009-08-03 16:40:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: #004080;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover, a:active {
|
|
|
|
|
color: #400080;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul {
|
|
|
|
|
list-style-image:none;
|
|
|
|
|
list-style-position:outside;
|
|
|
|
|
list-style-type:square;
|
|
|
|
|
margin: 15px 0 15px 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li {
|
2009-10-07 16:13:22 +00:00
|
|
|
margin-bottom: 0;
|
2009-08-03 16:40:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
strong {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#cabecera_layout {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 20px 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#cabecera {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 960px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#logotipo {
|
|
|
|
|
background-image: url('images/logo.gif');
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
width: 300px;
|
|
|
|
|
height: 150px;
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
#logotipo span {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#cabecera h2 {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
margin: 20px 20px 0 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
float: right;
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#banner {
|
|
|
|
|
display: none;
|
|
|
|
|
margin: 0 auto 20px auto;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 960px;
|
|
|
|
|
height: 300px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#banner #foto {
|
|
|
|
|
float: left;
|
|
|
|
|
width: 600px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#banner #foto #texto_foto {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#banner #seleccion {
|
|
|
|
|
color: #777;
|
|
|
|
|
float: right;
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 300px;
|
|
|
|
|
padding: 20px 20px 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#banner #seleccion p {
|
|
|
|
|
margin-right: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#banner #seleccion h3 {
|
|
|
|
|
margin-bottom: 30px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
width: 100%;
|
|
|
|
|
color: #ccc;
|
|
|
|
|
font-size: 300%;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
line-height: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#cuerpo_layout {
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding-bottom: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#cuerpo {
|
|
|
|
|
text-align: left;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 960px;
|
|
|
|
|
}
|
|
|
|
|
#cuerpo h3 {
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
padding-left: 7px;
|
|
|
|
|
border-left: 7px solid #faba33;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-07 16:13:22 +00:00
|
|
|
#cuerpo h4 {
|
|
|
|
|
padding: 15px 0 0 15px;
|
|
|
|
|
font-size: 110%;
|
|
|
|
|
color: #49499A;
|
|
|
|
|
}
|
|
|
|
|
|
2009-08-03 16:40:04 +00:00
|
|
|
#cuerpo p {
|
|
|
|
|
padding: 0 30px 5px 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#cuerpo ul {
|
|
|
|
|
padding: 0 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#inicio_izquierda {
|
|
|
|
|
float: left;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 640px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#inicio_derecha {
|
|
|
|
|
float: right;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 320px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#inicio_derecha p {
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-07 16:13:22 +00:00
|
|
|
#inicio_derecha h4 {
|
|
|
|
|
padding: 0 0 5px 15px;
|
|
|
|
|
font-size: 120%;
|
|
|
|
|
color: #a15206;
|
|
|
|
|
}
|
2009-08-03 16:40:04 +00:00
|
|
|
|
|
|
|
|
#proyectos_izquierda {
|
|
|
|
|
float: left;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 320px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#proyectos_derecha {
|
|
|
|
|
float: right;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 580px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#proyectos_derecha a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#proyectos_derecha img {
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#proyectos_derecha a:active img,
|
|
|
|
|
#proyectos_derecha a:hover img {
|
|
|
|
|
border: 1px solid #400080;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#contacto_izquierda {
|
|
|
|
|
float: left;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 640px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#contacto_derecha {
|
|
|
|
|
float: right;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 320px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#contacto_derecha p {
|
|
|
|
|
font-size: 110%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clear {
|
|
|
|
|
clear:both;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#pie_layout {
|
|
|
|
|
text-align: left;
|
|
|
|
|
clear:both;
|
|
|
|
|
height: 40px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 10px 0 0 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
color: #777;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#pie {
|
|
|
|
|
line-height: normal;
|
|
|
|
|
width: 960px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 12px 0 0 0;
|
|
|
|
|
color: #723900;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#pie a {
|
|
|
|
|
color: #723900;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#pie a:hover {
|
|
|
|
|
color: #cc9966;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#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;
|
2009-10-01 18:53:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.doscolumnas {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
}
|
|
|
|
|
.doscolumnas li {
|
|
|
|
|
float: left;
|
|
|
|
|
width: 50%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fotos {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 8px 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fotos img {
|
|
|
|
|
margin: 5px;
|
|
|
|
|
padding: 8px;
|
|
|
|
|
background-color:#eee;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
|
2009-08-03 16:40:04 +00:00
|
|
|
}
|