﻿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: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background: url("../images/background.jpg") repeat scroll 0 0 #f7f7d3;
	color:#000000;
	text-align:left;
}

#wrap {
	margin: auto;
	width: 1000px; 
	/* 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: 666px;
	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: 990px; 
	/* 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-purple.gif");
}

#content ul.listing2 {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-image: url("../images/bullet-cyan.gif");
}

#content ul.listing3 {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-image: url("../images/bullet-red.gif");
}

/* Lado derecho: Sidebar */
#sidebar {
	float: right;
	width: 265px;
	padding: 5px 0;
	border-left: solid #aaa 1px;
}
#sidebar h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-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: Arial, Helvetica, sans-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: 900px;
	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: #000080;
	text-decoration: none;
	border:0px;
}
a:hover {
	color: #009933;
	text-decoration: underline;
}
img {
	border:0px;
}
h1 {
	font-size: 1.5em;
	color: #00572B;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	color: #004A25;
	font-weight: bold;
}
h3 { 
	padding: 10px;
	font-family: Georgia, Arial, Helvetica, sans-serif; 
	font-size: 0.85em; 
	font-weight: bold;
   	color: Navy; 
}

h4 {
	font-size: 80%;
	color: #004040;
}

/* Contendor del Navegador */
#navcontainer {
	position:relative;
	display:block;
	height:32px;
	font-size:1.2em;
	font-weight:bold;
	background:transparent url("../images/bgOFF.gif") repeat-x top left;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	border-top:4px solid #B30000;
	}

#navcontainer ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#navcontainer ul li{
	display:block;
	float:left;
	margin:0;
	}

#navcontainer ul li a{
	display:block;
	float:left;
	color: #f5f3f3;
	text-decoration:none;
	padding:6px 15px 0 15px;
	height:25px;
	background: #184A62 url("../images/bgDIVIDER.gif") no-repeat top right;
	}

#navcontainer ul li a:hover,#navcontainer ul li a.current{
	color:#B30000;
	background:#fff url("../images/bgON.gif") no-repeat top right;
	}

/* Galeria de imagenes vertical */
#slider-code { 
	height: 10%; 
	overflow:hidden; 
	padding: 0px; 
	margin: 0px;  
}

#slider-code .viewport { 
	width: 980px; 
	height: 180px; 
	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;
}

#footer {
	margin: 0 auto;
	height: 70px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align:center;
	width: 795px;
	border-top:4px solid #B30000;
	background: #f5f3f3;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    border:2px;
    margin-right: auto 
}

#botones {
	position: relative;
	display: block;
	height: 27px;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	border-top: 4px solid #B30000;
	border-top-color: #FFFFFF;
}

#botones ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#botones ul li{
	display:block;
	float:left;
	margin:0;
	}

#botones ul li a{
	display:block;
	float:left;
	color: #FFFFC0;
	text-decoration:none;
	padding:3px 3px 0 3px;
	height:20px;
	}

#botones ul li a:hover,#botones ul li a.current{
	color:#B30000;
	}

#botones2 {
	position: relative;
	display: block;
	height: 27px;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	border-top: 4px solid #B30000;
	border-top-color: #FFFFFF;
}

#botones2 ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#botones2 ul li{
	display:block;
	float:left;
	margin:0;
	}

#botones2 ul li a{
	display:block;
	float:left;
	color: #1651b2;
	text-decoration:none;
	padding:3px 3px 0 3px;
	height:12px;
	}

#botones2 ul li a:hover,#botones2 ul li a.current{
	color:#B30000;
	}

.print {
 display:none;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    border:3px;
    margin-right: auto 
}

IMG.displayright {
    display: block;
	float:right; 
	margin: 0 0 15px 15px;     
	border:1px;
}

.azulejo { color: #000080; font: 10pt; }
.azulfuerte { color: #000080; font: 10pt; font-weight:bold; }
.guinda {color: #800000; font-weight: normal; }
.mostaza {color: #3C3C00; font-weight: normal; }
.rosa {color: #6D006D; font-weight: normal; }
.verdeazul {color: #004848; font-weight: normal; }
.guindafuerte {color: #800000; font-weight: bold; }
.mostazafuerte {color: #3C3C00; font-weight: bold; }
.rosafuerte {color: #6D006D; font-weight: bold; }
.verdeazulfuerte {color: #004848; font-weight: bold;}
.centrar { text-align:center; }
.aliderecha { text-align:right; }

