﻿html, body {
	text-align: center;
	/* For Firefox 3.5 and above */
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll; 
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Times New Roman', Times, serif;
	font-size: 10pt;
	background-color: transparent;
	color:#000000;
	text-align:left;
}

#wrap {
	margin: auto;
	width: 1000px;
	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: 8pt;
	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;
}

/* Contenido principal - Lazo izquierdo */
#content {
	float: left;
	width: 700px;
	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.listing1 {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	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");
}

#sidebar {
	float: right;
	width: 265px;
	padding: 15px 0;
	border-left: solid #666 1px;
}
#sidebar h3 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 10pt;
	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: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
	color: #666;
	padding: 0 10px;
	margin-bottom: 1.4em;
}
#sidebar p.centrar {
	text-align:center;
	color:black;
}
#sidebar img.gallery {
	padding: 8px;
	border: 1px solid #aaa;
}
#sidebar img.highlight {
	padding: 8px;
	border: 1px dotted #aaa;
}

#sidebar ul.listado {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-image: url("../images/bullet-black.gif");
}

#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: 90%;
	margin-left: 0;
	margin-bottom: 0;
}
#noticias p  {
	font-size: 90%;
	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; 
	float: left;  
	list-style: none;
}
ul#icons span.ui-icon {
	float: left; 
	margin: 0 4px;
}

a {
	color: #666;
	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;
}

/* Contendor del Navegador */
#navcontainer {
 display:none;
}

#footer {
 display:none;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    border:2px;
    margin-right: auto 
}

IMG.displayright {
    display: block;
	float:right; 
	margin: 0 0 15px 15px;     
	border:1px;
}

.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; }
