﻿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: 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: 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 */
#fullcontent {
	float: left;
	width: 990px; 
	/* width: 775px; */
	padding-left: 15px;
}

#fullcontent ul.listing {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-image: url(../images/bullet-black.gif);
}

#fullcontent ul.listing2 {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-image: url(../images/bullet-black.gif);
}

#fullcontent ul.listing3 {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-image: url(../images/bullet-black.gif);
}

#fullcontent p {
	padding-right: 10px;
}

#fullcontent p.alider {
	text-align:right;
}

/* Para casi 100% */

#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 h5  {
	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: 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;
}

/* Navegacion de paginas en Articulos */
#navarticulo ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	color: black;
	width: 310px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 0.9em;
	line-height: 18px;
	font-weight:normal;
}

#navarticulo ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

#navarticulo ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #f5f3f3;
}

#list1 {
	font: normal 1.1em Times, serif, sans-serif;
	color: #666;
}

#list1 p {
	font: normal .9em Times, serif, sans-serif;
	color: #000;
	border-left: solid 1px #999;
	margin: 0;
	padding: 0 0 1em 1em;
}

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

IMG.displayright {
	float:right;
    display: block;
    border:0px;
    margin-right: 25px;
}

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