/**Nuevo menu: PullTabs**/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pull_tabs.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


.pulldown, .pulldown ul {padding:0; margin:0; list-style:none;z-index:996; position:relative}
.pulldown {border-top:0px solid #0278E5; height:40px; width:730px; }
.pulldown li a {text-decoration:none; /*filter:alpha(opacity=80);-moz-opacity:.70;opacity:.70; */ color:#fefefe;   }
.pulldown li {float:left; width:140px; margin-right:5px; position:relative;  }
.pulldown li.last {margin:0;}
.pulldown li a.top {display:block; width:140px; height:30px; text-decoration:none}
.pulldown ul {width:140px; position:absolute; left:0; top:0; padding:0px; margin:0px }
.pulldown ul li {visibility:hidden; position:absolute;border-top:1px solid #efefef;}

.pulldown ul li.heading {
	visibility:visible;
	display:block;
	width:140px;
	height:40px;
	/*background-color:#CBE3F9;
	background:url(images/li_back.png);*/
	font-family:Trebuchet MS, tahoma, Arial, Helvetica, sans-serif;
	color:#CBE3F9;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	position:absolute;
	background-image: url(../images/bk/v2-menutab.gif);
	border-top:1px solid white;
	}
	
.pulldown ul li.subireventos {
	visibility:visible;
	display:block;
	width:125px;
	height:40px;
	/*background-color:#CBE3F9;
	background:url(images/li_back.png);*/
	font-family:Trebuchet MS, tahoma, Arial, Helvetica, sans-serif;
	color:#CBE3F9;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	position:absolute;
	background-image: url(../images/bk/v2-menutab-upload.gif);
	padding-left: 15px;
}

.pulldown ul li.heading-active {
	visibility:visible;
	display:block;
	width:140px;
	height:40px;
	/*background-color:#CBE3F9;
	background:url(images/li_back.png);*/
	font-family:Trebuchet MS, tahoma, Arial, Helvetica, sans-serif;
	color:#CBE3F9;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	position:absolute;
	background-image: url(../images/bk/v2-menutab.gif);
	/*background-image: url(../images/bk/v2-menutab-agenda.gif);*/
}

.pulldown ul li.mini {
	visibility:visible;
	display:block;
	width:45px;
	height:40px;
	/*background-color:#CBE3F9;
	background:url(images/li_back.png);*/
	font-family:Trebuchet MS, tahoma, Arial, Helvetica, sans-serif;
	color:#CBE3F9;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	position:absolute;
	background-image: url(../images/bk/v2-menutab-mini.gif);
	/*background-image: url(../images/bk/v2-menutab-agenda.gif);*/
}


.pulldown table {padding:0; margin:0; border-collapse:collapse; margin:-1px;}
.pulldown li a:hover {visibility:visible; text-decoration:none; }
.pulldown :hover ul li {visibility:visible; position:static; text-decoration:none}

.pulldown :hover ul li.heading-active a { text-decoration:none; color: #F7F7F7}
.pulldown :hover ul li.heading-active a:hover {text-decoration:none; }

.pulldown ul li.heading-active a {	text-decoration:none;	color: #CBE3F9}

.pulldown ul li.subireventos a {	text-decoration:none;	color: #00CCFF}
.pulldown :hover ul li.subireventos a { text-decoration:none; color: #cccccc}
.pulldown :hover ul li.subireventos a:hover {text-decoration:none; }


.pulldown :hover ul li a {display:block; color:#fff; text-decoration:none; font-family:Trebuchet MS, tahoma, Arial, Helvetica, sans-serif; font-size:13px;  text-decoration:none}

.pulldown :hover ul li a:hover {text-decoration:none;font-weight:bold; }




	/***********************************************************************************************
	
	Copyright (c) 2005 - Alf Magne Kalleland post@dhtmlgoodies.com
	
	Get this and other scripts at www.dhtmlgoodies.com
	
	You can use this script freely as long as this copyright message is kept intact.
	
	***********************************************************************************************/
	.bodyText{
	padding-left:10px;
	padding-right:10px;
	}
	.bodyText p{
		margin-top:5px;
	}
	#menucontainer{
	width: 100%;
	text-align: center;
	margin: auto;
		
	}
	#mainContainer{
		width:100%;
		height:500px;
		border:0px solid #BEBEBE;
		margin:auto auto;
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:85px;
		text-align:center;			
	}

	#mainMenu{
	background-color: #00a8ff;	/* Background color of main menu */
	font-family: Trebuchet MS, tahoma, Arial, Helvetica, sans-serif;	/* Fonts of main menu items */
	font-size:1em;	/* Font size of main menu items */
	border-bottom:0px solid #298DDB;	/* Bottom border of main menu */
	height:29px;	/* Height of main menu */
	color: #FFFFFF;
	margin: auto;
	width:100%;
	text-align:center;
	position:relative;	/* Don't change this position attribute */
	


	}
	#mainMenu a{
		padding-left:17px;	/* Spaces at the left of main menu items */
		padding-right:17px;	/* Spaces at the right of main menu items */
		font-weight:bold;
		/* Don't change these two options */
		line-height:30px;
	}
	#submenu{
	font-family: Arial, Helvetica, sans-serif;	/* Font  of sub menu items */
	background-color:#0278e5;	/* Background color of sub menu items */
	height: 19px;
	margin: auto;
	width:100%;
	text-align:center;


	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */

	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
	/* Border options */

		
	background-image:url(../images/v2-menu-superior-back-over.jpg);
	background-repeat:no-repeat;
	cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{
	color: #E6F1FB;	/* Text color */
	cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{
	text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
	padding-left:19px;	/* Space at the left of each sub menu item */
	padding-right:5px;	/* Space at the right of each sub menu item */
	color: #C1EEFD;	/* Text color */
	font-size:0.7em;
	font-weight: bold;
	}
	
	#submenu a:hover{
	color: #FFFFFF;	/* Red color when the user moves the mouse over sub menu items */

	}
	
	</style>

