@charset "UTF-8";
/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

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

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
#MenuNoticias {
	width: 150px;
	position: relative;
	z-index: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(LogitoOnmired.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 100px;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
}

#MenuNoticias .titulo{
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(NewsTop.gif);
	text-align: left;
	font-size: 14px;
	height: 57px;
}
#MenuNoticias .titulo div{
	padding-top: 30px;
	display: block;
	padding-left: 78px;
}
#MenuNoticias .menu{
	background-color: #CC9933;
	background-image: url(NewsCuerpo.gif);
	padding-top: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background-repeat: no-repeat;
}
#MenuNoticias .fin{
	background-image: url(NewsFin.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 100%;
}

#MenuNoticias .CollapsiblePanel {
	padding: 0px;
	width: 135px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom: 1px solid #333333;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
#MenuNoticias .CollapsiblePanelTab {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	background-image: none;
	width: 100%;
}
#MenuNoticias .CollapsiblePanelTab .flechas {
	background-image: url(backarrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 4px 4px 4px 14px;
	border-left: 4px solid #00FF66;
}
/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
#MenuNoticias .CollapsiblePanelContent {
	margin: 0px;
	text-align: left;
	font-size: 9px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-image: url(CuartoSolOmnilife4040.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #97EAD6;
	padding: 5px 5px 10px;
}
#MenuNoticias .CollapsiblePanelContent a.LinkMas, #MenuNoticias .CollapsiblePanelContent a.LinkMas:visited {
	text-align: right;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-top: 3px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 3px;
	margin-right: -5px;
	margin-left: -5px;
	padding-right: 5px;
}
#MenuNoticias .CollapsiblePanelContent a.LinkMas:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #000000;
}
/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
#MenuNoticias .CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}
/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
#MenuNoticias .CollapsiblePanelOpen .CollapsiblePanelTab .flechas {
	background-image: url(backarrowdown.gif);
	border-left-color: #FF0000;
}
#MenuNoticias .CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #000000;
	background-image: none;
	color: #FFFFFF;
}
/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */

#MenuNoticias .CollapsiblePanelTabHover, #MenuNoticias .CollapsiblePanelOpen .CollapsiblePanelTabHover {
/*	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	*/
}
#MenuNoticias .CollapsiblePanelTabHover{
	background-image: none;
	background-color: #FFB510;
}
/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
#MenuNoticias .CollapsiblePanelFocused #MenuNoticias .CollapsiblePanelTab {
}
