﻿html, body {
	text-align: center;
	/* Para Firefox 3.5 o superior */
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll; 
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Times New Roman', Times, serif;
	font-size: 9pt;
	background-color: transparent;
	color:#000000;
	text-align:left;
}

#wrap {
	margin: auto;
	width: 795px;
	background: #f5f3f3;
	overflow: hidden;
}

#header {
	width: 100%;
	height: 72px;
	margin: 0;
	position: relative;
}
#header #contactButton {
	position: absolute;
	left: 666px;
	top: 2px;
}
#header #info {
	position: absolute;
	font-size: 0.8em;
	left: 680px;
	top: 40px;
}
#header #contactButton a:link, #header #contactButton a:visited{
	text-indent: -1000em;
	display: block;
	background: url(../images/contacto_icon_dual.gif) no-repeat left top;
	height: 29px;
	width: 96px;
}
#header #contactButton a:hover, #header #contactButton a:active{
	background-position: left bottom;
	border: none;
}

/* Lado izquierdo */
#content {
	float: left;
	width: 505px;
	padding-left: 10px;
	padding-right: 10px;
}

#content ul.listing {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-image: url(../images/bullet-black.gif);
}

#content ul.listing2 {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-image: url(../images/bullet-black.gif);
}

#content ul.listing3 {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-image: url(../images/bullet-black.gif);
}

/* Lado derecho: Sidebar */
#sidebar {
	float: right;
	width: 265px;
	padding: 5px 0;
	border-left: solid #aaa 1px;
}
#sidebar h3 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 1em;
	color: #003333;
	text-align: center;
	margin-bottom: 0.4em;
	padding: 0 10px;
}
#sidebar img {
	display: block;
	border: 2px;
	margin: 0 auto 1em auto;
}
#sidebar p {
	font-family: 'Times New Roman', Times, serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #666;
	padding: 0 10px;
	margin-bottom: 1.4em;
}
#sidebar img.gallery {
	padding: 8px;
	border: 1px solid #aaa;
	cursor: pointer;
}
#sidebar img.highlight {
	padding: 8px;
	border: 1px dotted #aaa;
	cursor: pointer;
}

/* Para casi 100% */
#fullcontent {
	float: left;
	width: 650px;
	padding-left: 67px;
	padding-right: 8px;
}

#minsidebar {
	float: right;
	width: 15px;
}

#photoShow {
    position:relative;
    height:70px;
    width:240px;
    margin-left: 50px;
}
#photoShow div {
    position:absolute;
    z-index: 0;
}
#photoShow div.previous {
    z-index: 1;
}
#photoShow div.current {
    z-index: 2;
}

#noticias {
    margin-left: 2px;
}
#noticias h3  {
	font-size: 1em;
	margin-left: 0;
	margin-bottom: 0;
}
#noticias p  {
	font-size: 0.9em;
	margin-left: 0;
	margin-bottom: 0;
}

#dialog_link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}
#dialog_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;top: 50%;
	margin-top: -8px;
}
ul#icons {
	margin: 0; 
	padding: 0;
}
ul#icons li {
	margin: 2px; 
	position: relative; 
	padding: 4px 0; 
	cursor: pointer; 
	float: left;  
	list-style: none;
}
ul#icons span.ui-icon {
	float: left; 
	margin: 0 4px;
}

a {
	color: black;
	text-decoration: none;
	border:0px;
}
a:hover {
	color: #009933;
	text-decoration: underline;
}
img {
	border:0px;
}
h1 {
	font-size: 1.5em;
	color: black;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	color: black;
	font-weight: bold;
}
h3 { 
	padding: 10px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 0.85em; 
	font-weight: bold;
   	color: black; 
}

h4 {
 display:none;
}

/* Galeria de imagenes vertical */
#slider-code { 
	height: 1%; 
	overflow:hidden; 
	padding: 0px; 
	margin: 0px;  
}

#slider-code .viewport { 
	width: 265px; 
	height: 467px; 
	overflow: hidden; 
	position: relative; 
}
#slider-code .buttons { 
	display: block; 
	margin: 0 0 5px 10px; 
	background-position: 0 -74px; 
	text-indent: -999em; 
	width: 23px; 
	height: 23px; 
	overflow: hidden; 
	position: relative; 
}
#slider-code .next { 
	background-position: 0 -112px; 
	margin: 5px 0 0 10px;  
}
#slider-code .disable { 
	visibility: hidden; 
}
#slider-code .overview { 
	list-style: none; 
	position: absolute; 
	width: 240px; 
	left: 0;
	top: 0; 
}
#slider-code .overview li{ 
	float: left; 
	margin: 0 10px 0 0; 
	padding: 1px; 
	height: 150px; 
	border: 0px solid #dcdcdc; 
	width: 225px;
}

#navcontainer {
 display:none;
}

#footer {
 display:none;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    border:2px;
    margin-right: auto 
}

.screen {
 display:none;
}

.azulejo { color: black; }
.azulfuerte { color: black; font-weight:bold; }
.guinda {color: black; font-weight: normal; }
.mostaza {color: black; font-weight: normal; }
.rosa {color: black; font-weight: normal; }
.verdeazul {color: black; font-weight: normal; }
.guindafuerte {color: black; font-weight: bold; }
.mostazafuerte {color: black; font-weight: bold; }
.rosafuerte {color: black; font-weight: bold; }
.verdeazulfuerte {color: black; font-weight: bold;}
.centrar { text-align:center; }
.aliderecha { text-align:right; }
