/* This is the default style sheet used by the Gallery when
   it is running as a standalone product.  

   If you would like to customize the styles please create 
   copy of this file called 

     "standalone_style.css" (same name without ".default")

   If that file is found in this directory it will be 
   used instead of this one.

   Some of the styles below are overriden by specific 
   album properties. These are noted.

   NOTE:  When Gallery is running standalone it still loads
   embedded_style as a baseline, but you can override those
   settings here.

   $Id: standalone_style.css.default,v 1.6 2003/09/09 12:15:20 beckettmw Exp $
*/ 

/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A:link, A:visited, A:active 
	{ color: #333366; }
A:hover 
	{ color: #336666; }

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	  background-color: #BBCCAA;
	  color: #000000;
	}
TD, P 
	{ 
	  color: #000000;
	}

h1 {
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	font-family: "times new roman", "New York", serif;
	/*position: absolute;
	top: 110px;
	left: 200px;
	height: 30px;
	width: 570px; */
	text-align: left;
	vertical-align: top;
	color: #80A453;
}
h2 {
  font-size: 12pt;
  font-weight: bold;
}
h3 {
  font-size: 11pt;
  font-weight: bold;
  font-style: italic;
}
body {
	font-size: 10pt;
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
        background: white;
         margin: 0px;
}
p {
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
p.destacado1 {
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	BACKGROUND-COLOR: #FAEBD7;
	padding: 3px;
	text-align : left;
}
p.cita {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	margin-top: 0px;
	padding: 8px;
	border-bottom: 1px solid #80A453;
}
td  {
  font-size: 10pt;
  font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
li {
  font-size: 10pt;
}
a {
/* esto es 80A453 - 444444 para que sea más oscuro */
  color: #3c600f; 
  text-decoration: none;
  font-weight: normal;
}
a:hover {
  color: red;
}
a.sidenav {
  color: black;
}
a.sidenav:hover {
  color: red;
}
a.sidenav-current {
  font-weight: bold;
/* esto es 80A453 - 535353 para que sea más oscuro */
  color: #2d5100; 
}
a.sidenav-current:hover {
  color: red;
}
a.stalksText {
  color: black;
}
a.stalksText:hover {
  color: red;
}
a.stalksText-current {
  font-weight: bold;
/* esto es 80A453 - 535353 para que sea más oscuro */
  color: #2d5100; 
}
a.stalksText-current:hover {
  color: red;
}
.credit {
	color: #B0D29E;
	font-style: italic;
	font-size: 75%;
	border-bottom: 1 solid #F2F2F2;
}
a.titulo {
  font-size: 110%;
  font-weight: bold;
}
div.siteheader {
  width:100%;
  background-color: #80A453;
  margin: 0px;
  padding: 0px;
  text-align: middle;
}

div.topbanner {
	margin: 0px;
	padding: 0px;
	position: absolute;
/*	left: 200px; */
      left: 0px;
	top: 86px; 
	height: 60px;
/*	width: 468px; */
      width: 100%;     
	text-align: center;
	font-stretch : wider;
}

div.searchbox {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 480px;
	top: 5px;
	height: 30px;
	text-align: left;
}
div.divisor {
  height: 100%;
  width: 100%;
  border-right: #80A453 1px dashed;
  border-left: #80A453 1px dashed;
  padding: 0px 2px;
}

div.divisorsimple {
  height: 100%;
  width: 100%;
  border-right: #80A453 1px dashed;
  padding: 0px 2px;
}

div.sitetopmenu {
	padding: 3px 3px 3px 3px;
	margin: 0px 3px 3px 3px;
	border-bottom: 1px solid #80A453;
	border-top: 1px solid #80A453;
	width: 100%;
}

div.recuadro {
	FONT-SIZE: 80%;
	FLOAT: right;
	TEXT-ALIGN: center;
	border: 1px solid black;
	padding: 3px;
}

hr {
	color : #80a453;
	height : 1px;
	width : 100%;
	padding : 0px;
	margin : 0px;
}
