﻿
Html 
{
    scrollbar-base-color:#ff9933;
    scrollbar-face-color:#8A8F29;
    scrollbar-arrow-color:#ffffff;
    scrollbar-3dlight-color:#ffffff;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#ffffff;
    scrollbar-darkshadow-color:#8A8F29;
}
body {
	font-family: "Trebuchet MS", "Lucida Grande", arial, verdana, helvetica, sans-serif; 
    background-color: #868D26;
    margin-top: 10px;
	margin-bottom: 10px;	
	margin-left: 160px;
	margin-right: 160px;
}

#content 
{
	width: 100%;
	font-family: Trebuchet MS;
    letter-spacing:1px;
	color: Black;
	background: #ffffff none;
	vertical-align: text-top;
}
#content2 {
	float: left;
	width: 294px;
	height: 100%;
	font-family: Trebuchet MS;
    letter-spacing:1px;
	text-align:left;
	color: Black;
	background: #ffffff none;
}
#publicidad {
	float: left;
	width: 120px;
	height: 100%;
	font-family: Trebuchet MS;
	text-align:left;
	color: Black;
	background: #ffffff none;
	margin-top: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 600px;
	color: #000000;
	font-size: x-small;
	border: 0px solid #DA7429;
	margin-bottom: 10px;
}
#textoLargo 
{
    color:#000000;
    background:#ffffff;
    text-align: justify;
    font-size: x-small;
    margin-left: 20px;
}

/* Estilos de cabecera */
#masthead h1 {
	color: #ffffff;
}

#masthead h3 {
	color: #402640;
}
#navigation {
	position: relative;
	margin-top: 61px;
	float: left;
	width: 120px;
	text-align: left;
	font-size: 13.5px;
	background: #ffffff none;
	cursor: pointer;
}

#navigation_r {
	position: relative;
	margin-left: 30px;
	float: left;
	width: 114px;
	text-align: left;
	font-size: 13.5px;
	background: #ffffff none;
	cursor: pointer;
	color: Gray;
}

#navigation_r a.hover {
	color: #33ccff;
}

#navigation_r li.selected a {
color:green;
text-decoration:none;
}

/* Estilos de exploración */
#navigation ul {
	list-style-type: none;
	width: 100%;
}
#navigation li {
	background-color: #7393A0;
}

#navigation a {
	color: Gray;
}

#navigation a:hover {
	color: #33ccff;
}

/* Estilos de contenido */
#content h1,h2,h3,h4,h5,h6 {
	color: #000000;
}
#content img {
	padding: 0px;
	border: 1px solid #402640;
}

/* Estilos de pie de página */
#footer p {
	color: #808080;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #ff0000;
	text-decoration: none;
}

a 
{
    color: Gray;
	text-decoration: none;
}

a:hover {
	color: #33ccff;
	text-decoration: underline;
}

.a1
{
    text-decoration: none;
    font-weight: normal;
    text-align: left;
    font-size: 11px;
    margin-left: 5px;
    text-transform: none;
    letter-spacing: .5px;    
}

.aHeader
{
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    margin-left: 0px;
    text-transform: none;
}

.a10
{
  letter-spacing: 1px;
  text-transform:capitalize;
}
.a11
{
    line-height: 15px;
    text-align:justify;
}
.a12
{
     letter-spacing: 4px;
}
.a13
{
    line-height: 20px;
    text-align:justify;
    font-size:smaller;
    font-style:italic;
    font-weight:bold;
}
.a14
{
    line-height: 20px;
    text-align:justify;
    font-size:smaller;
    font-style:italic;
    font-weight:bold;
    color: Black;
}
.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: Lime;
    color: red;
}

.accordionCabecera
{
    font-weight: bold;
    margin-left: 2px;
    font-size: 13.5px;
    color: Gray;
}
.accordionContenido
{
    margin-left: 0px;
}

.Loading {
background-color:#8A8F29;
color:#fff;
top:5px;
right:5px;
position:fixed;
}

.Loading img {
vertical-align:middle;
margin:1px;
border: none;
}