2016-01-05 11:45:34 +00:00
|
|
|
html, body {
|
|
|
|
|
text-align:center;
|
|
|
|
|
background-color: #F1F1F1;
|
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
background-image: url('images/back.gif');
|
|
|
|
|
background-repeat: repeat-y;
|
|
|
|
|
background-position: center;
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
hr {
|
|
|
|
|
color: #FA6F05;
|
|
|
|
|
background-color: #FA6F05;
|
|
|
|
|
height: 1px;
|
|
|
|
|
padding: 0;
|
|
|
|
|
border: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
padding-top: 2px;
|
|
|
|
|
margin:0 0 0 10px;
|
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
|
font-size: 34px;
|
|
|
|
|
color: #FFF0F9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
margin: 10px 0px 10px 10px;
|
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #FF6600;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
|
margin: 10px 0px 10px 10px;
|
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
|
color: #FF6600;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p, ul {
|
|
|
|
|
color: #666666;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#pagewidth{
|
|
|
|
|
margin:0;
|
|
|
|
|
padding:0;
|
|
|
|
|
width:780px;
|
|
|
|
|
text-align:left;
|
|
|
|
|
min-width: 500px;
|
|
|
|
|
margin-left:auto;
|
|
|
|
|
margin-right:auto;
|
|
|
|
|
}
|
|
|
|
|
html>body #pagewidth {
|
|
|
|
|
width: 780px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header{
|
|
|
|
|
height:100px;
|
|
|
|
|
background-color:#FA6F05;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
background-image: url('images/header.jpg');
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header h2 {
|
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
|
color: #FFE0C9;
|
|
|
|
|
font-size:20px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
margin: -5px 0px 15px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header h3 {
|
|
|
|
|
color: #FFF6EF;
|
|
|
|
|
font-size:14px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin: 0px 0px 0px 10px;
|
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header h4 {
|
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
font-size:14px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin: -15px 0px 15px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header a {
|
|
|
|
|
color: #0063C1;
|
|
|
|
|
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 {
|
|
|
|
|
background-color:#FA6F05;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 5px 10px;
|
|
|
|
|
background-image: url('images/header.jpg');
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: 0px -20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer p{
|
|
|
|
|
color: #FFE0C9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer a {
|
|
|
|
|
color: #FAECD9;
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer a:hover {
|
|
|
|
|
color: #0066CC;
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer a:active {
|
|
|
|
|
color: #082C63;
|
|
|
|
|
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;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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: 0;
|
|
|
|
|
padding: 0px 0 20px 0;
|
|
|
|
|
border: 1px solid #FFFFFF;
|
|
|
|
|
background-color: #F1EFE2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.seccion iframe {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.texto {
|
|
|
|
|
float: left;
|
|
|
|
|
width: 162px;
|
|
|
|
|
padding: 0px 15px 0px 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.caracteristicas {
|
|
|
|
|
float: left;
|
|
|
|
|
border-left: 30px solid #F1EFE2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.caracteristicas li {
|
|
|
|
|
list-style-type: square;
|
|
|
|
|
list-style-position: outside;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.foto, .foto2 {
|
|
|
|
|
float: right;
|
|
|
|
|
width: auto;
|
|
|
|
|
min-width: 195px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.foto img, .foto2 img {
|
|
|
|
|
margin: 0px 3px;
|
|
|
|
|
padding: 0;
|
|
|
|
|
border: 1px solid #ACA899;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.foto2 {
|
|
|
|
|
padding-right: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.novedad {
|
|
|
|
|
float: right;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
background-color: #FA6F05;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: -3px;
|
|
|
|
|
padding: 3px 5px;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
border-left: 1px solid #6A2B00;
|
|
|
|
|
border-bottom: 1px solid #6A2B00;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.piefoto {
|
|
|
|
|
padding: 8px 8px;
|
|
|
|
|
margin: 0px 3px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
line-height: normal;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nombre {
|
|
|
|
|
float:left;
|
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.direccion {
|
|
|
|
|
float: right;
|
|
|
|
|
width: 244px;
|
|
|
|
|
margin: 15px 5px 0 0;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.horario {
|
|
|
|
|
float: right;
|
|
|
|
|
width: 275px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
padding: 0px 10px 0px 0px;
|
|
|
|
|
margin: 3px 0px 0px 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.horario p {
|
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
margin: 0px 0px 5px 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.horario h2 {
|
|
|
|
|
margin: 10px 0px 5px 5px;
|
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
color: #FF6600;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.horario h2 a {
|
|
|
|
|
color: #0063C1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.otrapagina {
|
|
|
|
|
background-color:#FA6F05;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
background-image: url('images/back_banner.gif');
|
|
|
|
|
padding: 10px 0px 10px 10px;
|
|
|
|
|
border-top: 3px solid #ffffff;
|
|
|
|
|
border-bottom: 3px solid #ffffff;
|
|
|
|
|
background-color: #F1F1F1;
|
|
|
|
|
width: 770px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.otrapagina p {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
line-height: 120%;
|
|
|
|
|
color: #0064C4;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.otrapagina a {
|
|
|
|
|
color: #0063C1;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.otrapagina a:visited {
|
|
|
|
|
color: #0066CC;
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.otrapagina a:hover {
|
|
|
|
|
color: #0B87FF;
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.otrapagina a:active {
|
|
|
|
|
color: #0066CC;
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|