@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


.oneColFixCtrHdr #Accordion {
	border-left: solid 0px gray;
	border-right: solid 0px black;
	border-bottom: solid 0px gray;
	overflow: hidden;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	background-color: #D2FFFF;
	border-top: solid 1px black;
	border-bottom: solid 2px gray;
	border-left: solid 2px gray;
	border-right: solid 1px black;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #F00;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 400px;
	color: #000; 
	background: #E7D7BD url(../images/backout.gif) repeat;
}

.AccordionPanelOpen .AccordionPanelTab {
	background-color: #F00;
	color: #FFF;
	font: bold 13px Arial, Helvetica, sans-serif;
}

.AccordionPanelTabHover {
	background-color: #F00;
	color: #CCC;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	background-color: #fae7a9;
	color: #00F;
}

.AccordionFocused .AccordionPanelTab {
	background-color: #333;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #F00;
	color: #FFF;
}
.oneColFixCtrHdr #gallery{
	width: 600px;
	height: 362px; 
	margin: 0;
	border-top:  6px solid #666;
	border-left: 1px solid #666;
	bottom: 0px; 
	border-bottom:  2px solid #000; 
   display: block;
   padding-top: 8px;
   padding-right: 8px;
   border-left: 1px solid #666; /*borde derecho */
   border-right: 18px solid #666; /*borde izquierdo */
   background-color: #000; /*color pricipal*/
  
   				
				margin: 0 auto;
				}
.oneColFixCtrHdr #FrogJS{	
   				width: 580px;
				height: 262px;
				margin: 0 auto;
				color: #ffcc66;
   text-decoration: none; 
   text-align:left;
			}
			.FrogJSCredit{
				text-align: right;
				font-size: 80%;
				color: #999;
				padding: 1px;
			}
			.FrogJSCaption{
	
				text-align: left;
				line-height: 140%;
			}
			/*#################### Gallery 2 ########################*/
			
.stickytooltip{
box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
border:5px solid black; /*Border around tooltip*/
background:white;
z-index:3000;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}
     /**####################### Menú #####################*/
.mega{ 
width:300px; /*default width of mega menu*/
padding:10px;
position:absolute;
visibility:hidden;
border-top-width:1px;
background:white;
-webkit-box-shadow: 5px 5px 5px #c8c8c8; /*css 3 shadows*/
-moz-box-shadow: 5px 5px 5px #c8c8c8;
box-shadow: 5px 5px 5px #c8c8c8;
}

.mega .column{ /*each link column within a mega menu*/
float:left; 
width:49%; 
}

.mega a{
text-decoration:none;
}

.mega a[rel]:after{ /*add "down.png" to anchor links, or those with a rel attribute */
content:" " url(down.png);
}

.mega .column ul{
margin:0;
margin-left:5px;
padding:0;
list-style:none;
}

.mega .column ul li{
margin-bottom:3px;
}

.mega .ulmenu{ /*style any UL within mega menu with class="ulmenu"*/
margin:0;
padding:0;
border-bottom-width:0;
list-style:none;
}

.mega .ulmenu a{
display:block;
padding:5px;
}

.mega .ulmenu a:hover{
background:lightyellow;
}

/* ######### Style for Solid Block Mega Menu ######### */

.solidblocktheme{ /*additional mega drop down menu style for this theme*/
padding:0; /*remove default padding inside mega menu*/
}

.solidblocktheme p, .solidblocktheme .column{
padding:5px; /*add padding inside p and .column elements within mega menu*/
width:auto;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em; 
border-width: 1px 0;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #C4A40F;
padding: 9px 11px;
text-decoration: none;

}

.solidblockmenu li a:visited{
color: #C4A40F;
}

.solidblockmenu li a:hover, .solidblockmenu li a.selected{ /*Selected Tab style*/
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}
/*#################### END ######################*/
