2009-06-22 08:04:53 +00:00
|
|
|
@charset "utf-8";
|
|
|
|
|
/* CSS Document */
|
|
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
|
height:100%;
|
|
|
|
|
margin:0;
|
|
|
|
|
padding:0;
|
|
|
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
2009-06-23 17:02:19 +00:00
|
|
|
color:#666;
|
|
|
|
|
font-size: 85%;
|
2009-06-22 08:04:53 +00:00
|
|
|
font-style: normal;
|
|
|
|
|
font-variant: normal;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
line-height: 170%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body{
|
2009-06-23 17:02:19 +00:00
|
|
|
background-color: #efeded;
|
|
|
|
|
background-image: url("images/fondo.gif");
|
2009-06-22 08:04:53 +00:00
|
|
|
background-repeat: repeat-x;
|
|
|
|
|
text-align: center;
|
|
|
|
|
min-width: 960px;
|
|
|
|
|
min-height: 550px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p, h1, h2, h3, h4 {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1, h2, h3, h4 {
|
2009-06-23 17:02:19 +00:00
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
2009-06-22 08:04:53 +00:00
|
|
|
font-stretch: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-variant: normal;
|
2009-06-23 17:02:19 +00:00
|
|
|
font-weight: bold;
|
|
|
|
|
color: #723900;
|
2009-06-22 08:04:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
font-weight: normal;
|
2009-06-23 17:02:19 +00:00
|
|
|
font-size:280%;
|
2009-06-22 08:04:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
font-weight: normal;
|
2009-06-23 17:02:19 +00:00
|
|
|
font-size: 240%;
|
2009-06-22 08:04:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 {
|
2009-06-23 17:02:19 +00:00
|
|
|
text-transform: lowercase;
|
|
|
|
|
font-size: 150%;
|
|
|
|
|
font-weight: normal;
|
2009-06-22 08:04:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: italic;
|
2009-06-23 17:02:19 +00:00
|
|
|
font-size: 180%;
|
2009-06-22 08:04:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
2009-06-23 17:02:19 +00:00
|
|
|
color: #004080;
|
2009-06-22 08:04:53 +00:00
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover, a:active {
|
2009-06-23 17:02:19 +00:00
|
|
|
color: #400080;
|
2009-06-22 08:04:53 +00:00
|
|
|
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%;
|
2009-06-23 17:02:19 +00:00
|
|
|
margin-top: -570px;/* half vertical height*/
|
2009-06-22 08:04:53 +00:00
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#layout {
|
|
|
|
|
width:960px;
|
2009-06-23 17:02:19 +00:00
|
|
|
margin: 20px 0 0 0;
|
2009-06-22 08:04:53 +00:00
|
|
|
padding: 0;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
2009-06-23 17:02:19 +00:00
|
|
|
min-height: 545px;
|
2009-06-22 08:04:53 +00:00
|
|
|
overflow: auto; /* allow content to scroll inside element */
|
|
|
|
|
text-align:left;
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#cabecera {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 960px;
|
2009-06-23 17:02:19 +00:00
|
|
|
height: 90px;
|
2009-06-22 08:04:53 +00:00
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#logotipo {
|
|
|
|
|
background-image: url('images/logotipo.gif');
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
width: 380px;
|
|
|
|
|
height: 75px;
|
2009-06-23 17:02:19 +00:00
|
|
|
float: right;
|
2009-06-22 08:04:53 +00:00
|
|
|
}
|
|
|
|
|
#cabecera h1, #cabecera h2 {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2009-06-23 17:02:19 +00:00
|
|
|
#banner {
|
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 960px;
|
|
|
|
|
height: 300px;
|
|
|
|
|
background-color: #bcbcbc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#banner #foto {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#banner #foto #texto_foto {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#banner #seleccion {
|
|
|
|
|
color: #222;
|
|
|
|
|
float: right;
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 210px;
|
|
|
|
|
padding: 20px 100px 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
2009-06-22 08:04:53 +00:00
|
|
|
#principal {
|
|
|
|
|
text-align: left;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 960px;
|
|
|
|
|
}
|
2009-06-23 17:02:19 +00:00
|
|
|
#principal h3 {
|
|
|
|
|
padding: 0 0 5px 0;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
border-left: 15px ridge #080;
|
|
|
|
|
}
|
2009-06-22 08:04:53 +00:00
|
|
|
|
|
|
|
|
#principal p {
|
2009-06-23 17:02:19 +00:00
|
|
|
padding: 0 30px 5px 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#principal ul {
|
|
|
|
|
padding: 0 30px;
|
2009-06-22 08:04:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#inicio_izquierda {
|
|
|
|
|
float: left;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
2009-06-23 17:02:19 +00:00
|
|
|
width: 320px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#inicio_centro {
|
|
|
|
|
float: left;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 320px;
|
2009-06-22 08:04:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#inicio_derecha {
|
|
|
|
|
float: right;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
2009-06-23 17:02:19 +00:00
|
|
|
width: 320px;
|
2009-06-22 08:04:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2009-06-23 17:02:19 +00:00
|
|
|
#contacto_izquierda {
|
|
|
|
|
float: left;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 640px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#contacto_derecha {
|
|
|
|
|
float: right;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 320px;
|
|
|
|
|
}
|
2009-06-22 08:04:53 +00:00
|
|
|
|
2009-06-23 17:02:19 +00:00
|
|
|
|
2009-06-22 08:04:53 +00:00
|
|
|
.clear {
|
|
|
|
|
clear:both;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#pie_layout {
|
|
|
|
|
text-align: left;
|
|
|
|
|
margin: 0;
|
2009-06-23 17:02:19 +00:00
|
|
|
padding: 10px 0 0 0;
|
|
|
|
|
background-color: #723900;
|
2009-06-22 08:04:53 +00:00
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#pie a {
|
2009-06-23 17:02:19 +00:00
|
|
|
color: #333;
|
2009-06-22 08:04:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#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;
|
|
|
|
|
}
|