﻿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; */
	/* width: 95%; */
	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: 660px;
	top: 36px;
}
#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-purple.gif");
}

#fullcontent ul.listing2 {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-image: url("../images/bullet-cyan.gif");
}

#fullcontent ul.listing3 {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-image: url("../images/bullet-red.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: #00572B;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	color: #004A25;
	font-weight: bold;
}
h3 { 
	font-size: 1.2em; 
	font-weight: bold;
   	color: Navy; 
}

h4 {
	font-size: 80%;
	color: #004040;
}

h5 { 
	font-size: 1em; 
	font-weight: bold;
 	color: #800000; 
}

/* 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: #FFFFC0;
	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;
	}

/* 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: 360px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	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;
}

#footer {
	margin: 0 auto;
	height: 60px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align:center;
	border-top:4px solid #B30000;
	width: 795px;
	background: #f5f3f3;
}

#list1 {
	font: normal 1.1em Arial, Helvetica, sans-serif;
	color: #666;
}

#list1 p {
	font: normal .9em Arial, Helvetica, 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;
}

.print {
 display:none;
}

.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; }
.leyenda {color: #800000; font-weight: bold; text-align:center; }
.subtitulo {color: #008080; font-weight: bold;}



