/* CSS Document */

body {
	background-color: #eeeee6;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*
A
{
	font-family:Arial;
	font-size:10px;
	text-decoration:none;
}
A:visited
{
	font-family:Arial;
	font-size:10px;
}
A:link
{
}
A:Hover
{
}
*/

.Ruta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF; 
	text-transform:uppercase; }

.Idiomas {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #364f98;
}

.Titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #364f98;
}

.Texto_sec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-color: #333333;
}

.Noticias_ti {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	color: #000000;
}

.Agenda_ti {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:10px;
	color: #000000;
}
#CeldaMenu
{
	background-image:url(imagenes/menu_fon.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
	padding-top:3px;
	padding-left:10px;
	height:32px;
	
}
.celdacontenido
{
	padding:10px;
	
}
.LineaPunteada
{
	border:1px dotted #000;
}
/*
A.Normal, A.Normal:hover, A.Normal:link, A.Normal:visited, A.Normal:active
{
	color: #000;
}
*/

/* 
 *		Horizontal, top-2-bottom menu
 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by-sa/2.0/
 * Adapted for DNN by Armand Datema CTO SchwingSoft.com 
*/

/*		------	Basic style	------		*/

#menu {
	display: block;
	text-transform:uppercase;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#menu li {
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	

}

#menu a {
	display: block;
	font-size:10px;
	
}

#menu li li {
	width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
	top: 0;
	left: 0;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
#menu li ul {
	display: none;
	position: absolute;
	
}

/* display them on hover */
#menu li:hover>ul {
	display: block;
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after 
{
	
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/* Fix for IE5/Mac \*//*/
#menu a {
	float: left;
}

#menuList {
	display: inline-block;
}
/*  */

/*		------   Make-up	--------			*/

/* the container in which the menu is placed, not much to do here 
 * except for setting initial colors and style properties 

 * DNN use: there is a basic color setup defined here, if you plan to use
 * this object in a multi portal setup then dont change the layout here but
 * remove the css here and put it in your skin.css file at the end.
*/

#menu {
	color: #ffffff;
	/* background-color: #4992D7; */
    /* font-weight:bold; */
	/* border-bottom: 1px solid black; */
	/* font-size:0.85em; */
	z-index:auto;
	
	
}

#menu li:hover {
	background-color: #e4e0dd;
}

#menu a {
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	padding-top: 6px;/*4px 5px 11px; */
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	
	}
	
#menu li:hover a {
	color: #3a4f8e;
}

#menu li ul {
	color: #000000;
	background-color: #F1F1F1;
	border-top: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	width: 170px;
	
}


#menu li ul a {
width:170px;
	
}

#menu li ul li:hover {
	background-color: #cecece;
		width:170px;
}

#menu li ul a {
	text-align: left;
	color: #000000;
}

ul
{
z-index:2005;	
}

/* FN ESTILOS SCHWINGCSSMENU */



























