#Body {
	background-image: url(imagenes/img_Fondo.gif);
}
body {	
	/*background-image: url(imagenes/img_Fondo.gif);*/
	margin: 0px;
}
body, table {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a, a.enlace {
	color: #003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}
a:hover, a.enlace:hover {
	color: #006FAF;
	text-decoration: none;
}
a:visited, a.enlace:visited {
	color: #666666;
	text-decoration: none;
}

/*SITIO*/
.textoContenido, .a_textoContenido {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
}
.textoTituloNoticias, .a_textoTituloNoticias {
	color:#003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
.textoFecha, .a_textoFecha{
	color:#990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/*[SOLPARTMENU]*/
.Menu, .RootMenu, .SubMenu, .SubMenuSel {
	color: White;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.MenuSeparador img {
	border: 0;
  position: relative;
  top: 0px;
}
.RootMenuBreadcrumb {
	color: Yellow;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.SubMenu {
	background-color: #05ACF2;
	border-color: White;
	border-style: solid;
	border-width: 2px;
}
.SubMenuBreadcrumb {
	background-color: #05ACF2;
	color: Yellow;
	cursor: pointer;
}
.SubMenuSel {
	background-color: #7BDCFF;
	color: Black;
}

/* mediaboxAdvanced - black theme */
#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#mbOverlay.mbOverlayFF {
	background: transparent url(mediabox/images/80.png) repeat;
}
#mbOverlay.mbOverlayIE {
	background: transparent url(mediabox/images/50.gif) repeat;
}
#mbCenter, #mbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #FFF;
}
.mbLoading {
	background: #000 url(mediabox/images/MinimalLoading.gif) no-repeat center;
}
#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #FFF;
	background-repeat: no-repeat;
/*	Sets the style for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #000;
	text-align: left;
}
/*	Sets the style for inline content, if no style is given	*/
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}
/*	Sets the style for inline content, if no style is given	*/
#mbImage a:hover, #mbImage a:active {
	color: #fff;
}
#mbBottom {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #999;
	text-align: left;
	border: 10px solid #FFF;
	border-top-style: none;
}
#mbTitle {
	display: inline;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}
#mbNumber {
	display: inline;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}
#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}
#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	background: transparent url(mediabox/images/MinimalClose.png) no-repeat center;
	margin: 0;
	outline: none;
}
#mbPrevLink {
	width: 20px;
	background: transparent url(mediabox/images/MinimalPrevious.png) no-repeat center;
}
#mbNextLink {
	width: 20px;
	background: transparent url(mediabox/images/MinimalNext.png) no-repeat center;
}
#mbCloseLink {
	width: 20px;
	background: transparent url(mediabox/images/MinimalClose.png) no-repeat center;
}
#mbError {
	position: relative;
	top: 30%;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}
