BODY {
	background-color:#FFFFFF;
	background-position:top;
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
	border-left:0px;
	height:100%;
	background-image: url(imgs/bg.jpg);
}


h1 {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4EEE0;
}


TH,TD,DIV {
	font-size:10px;
	color:#000000;
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif
}

#wrapper {
	position:relative; height:258px
}
#logo {
	z-index:3; position:absolute; left:25px; width:228px; top:25px; height:60px
}
#user {
	z-index:3; position:absolute; right:8px; top:8px; height:18px; TEXT-ALIGN:right
}
#header {
	z-index:2; position:absolute; width:100%; bottom:40px
}
#menu {
	z-index:1; position:absolute; background:transparent; width:auto; bottom:0px; height:54px
}

#SearchContainer INPUT {
	WIDTH: 120px; 
	COLOR: #000000; 
	FONT-SIZE: 9px; 
	BACKGROUND:#ffffff; 
	MARGIN: 0px;
	BORDER-RIGHT: #C73536 2px solid; 
	BORDER-TOP:   #C73536 2px solid;  
	BORDER-LEFT:  #C73536 1px solid; 
	BORDER-BOTTOM:#C73536 1px solid; 
	HEIGHT: 16px
}

#LanguageContainer SELECT {
	BACKGROUND: #ffffff; 
	MARGIN: 0px; 
	BORDER-RIGHT: #cbcaca 1px solid; 
	BORDER-TOP: #cbcaca 1px solid; 
	BORDER-LEFT: #cbcaca 1px solid; 
	BORDER-BOTTOM: #cbcaca 1px solid; 
	HEIGHT: 16px;
	WIDTH: 130px; 
	COLOR: #000000; 
	FONT-SIZE: 9px; 
}
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/

/* Title, Module Title */
.Head					{
	font-size:11px;
	color:#333333;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.SubHead				{
	font-size:11px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SubSubHead				{
	font-size:11px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.txt				{
	font-size:11px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	font-variant: normal;
	text-decoration: none;
}

.Normal				{
	font-size:12px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.Normal_tit			{
	font-size:12px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	height: 22px;
	width: 100%;
	background-color: #E2E2E2;
	background-position: left bottom;
}
.Normal_info		{
	font-size:15px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #999999;
}

.lateral_bg {
	background-image: url(imgs/bg_lat_top.jpg);
	background-repeat: repeat-x;
}



.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active		{
	color:#000000;
	TEXT-DECORATION:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
A.CommandButton:hover		{
	color:#990000;
	TEXT-DECORATION:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


A,
A:link,
A:visited,
A:active					{
	color:#990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.boton {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #990000;
	border: 0.5px solid #CC6600;
	background-image: url(imgs/menu1.jpg);
}

A:hover						{
	color:#FF0000;
	TEXT-DECORATION:underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.topcss,
A.topcss:link,
A.topcss:active,
A.topcss:visited			{
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
	TEXT-DECORATION:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.topcss:hover				{
	font-weight:normal;
	font-size:11px;
	color:#FF3300;
	TEXT-DECORATION:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.bottomcss,
A.bottomcss:link,
A.bottomcss:active,
A.bottomcss:visited			{font-weight:normal; font-size:11px; color:#000000; TEXT-DECORATION:none}
A.bottomcss:hover			{
	font-weight:normal;
	font-size:11px;
	color:#993300;
	TEXT-DECORATION:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*--------------------------------------------------------------------------------------------------------------------------*/

.lt{ text-align:left;vertical-align:top; }
.rt{ text-align:right;vertical-align:top; }
.lb{ text-align:left; vertical-align:bottom;}
.rb{ text-align:right; vertical-align:bottom;}
.cm{ text-align:center; vertical-align:middle;}
.ct{ text-align:center; vertical-align:top;}
.cb{ text-align:center; vertical-align:bottom;}
.rm{ text-align:right; vertical-align:middle;}
.lm{ text-align:left; vertical-align:middle;}

.bg-x{ background-repeat:repeat-x;}
.bg-y{ background-repeat:repeat-y;}
.bg-no{ background-repeat:no-repeat;}

.bg-p-lt{ background-position: left top;}
.bg-p-rt{ background-position: right top;} 
.bg-p-lb{ background-position: left bottom;} 
.bg-p-rb{ background-position: right bottom;}

.panecss{padding:0px 0px 0px 0px;}

/*--------------------------------------------------------------------------------------------------------------------------*/

.MainMenu_MenuContainer			{background-color: Transparent;}
.MainMenu_MenuBar				{}
.MainMenu_MenuContainer{ background:transparent; width:100%; height:1px; }
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{ display:none; }


.MainMenu_TabRootMenuItem TD	{
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	color:#ffffff;
	height:31px;
	text-align:center;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   }
   
 
   
.MainMenu_TabRootMenuItemSel TD {
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	color:#ffffff;
	background:url(imgs/menu1.jpg) no-repeat;
	height:31px;
	text-align:center;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }



  
.MainMenu_MenuItemSel			{ 
	BACKGROUND: transparent;
}

.MainMenu_MenuItem				{
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	border:0px;
	height:20px;
}


.submenu						{
	background:#FFFFFF;
	filter: Alpha(Opacity=88);
	border:1px #660C03 solid;
	Z-INDEX: 1000;
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	width: 160px;
	height: 25px;
	border:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.submenuitemselected, .submenuitembreadcrumb			{
	background:#660C03;
	filter: Alpha(Opacity=88);
	FONT-SIZE: 11px;
	color:#FFFFFF;
	font-weight:bold;
	cursor: pointer;
	cursor: hand;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 160px;
	border:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	 

	
.MainMenu_MenuBreak			{
	border: transparent 0px solid; 
 	background-color: transparent; 
 	height: 1px;
}
 


.Eventday,.Eventweekenday{background-color:#FFFFFF}
.Eventday,.Eventweekenday{background-color:#FFFFFF}
.DataGrid_Item{color:#FFFFFF;  background: transparent; }
.DataGrid_AlternatingItem{background-color:transparent;color:#FFFFFF;}




/* Pane Structure */
.leftpane				{padding:0px 5px 0px 5px}
.rightpane				{padding:0px 5px 0px 5px}
.toppane				{padding:0px 5px 0px 5px}
.bottompane				{padding:0px 5px 0px 5px}
.contentpane			{
	padding:0px 5px 0px 5px;
}
.myleftpane				{padding:0px 0px 0px 0px}
.mycontentpane			{padding:0px 0px 0px 0px}
.myrightpane			{padding:0px 0px 0px 0px}
.mybottompane			{padding:0px 0px 0px 0px}
.logopane				{padding:0px 0px 0px 0px}
.showcasepane			{padding:0px 0px 0px 0px}
.bannerpane				{padding:0px 0px 0px 0px}
.vspacepane				{padding:5px 0px 5px 0px}
.hspacepane				{padding:0px 5px 0px 5px}
.allspacepane			{padding:5px 5px 5px 5px}
.img_news {
	border: 1px solid #B52B20;
}



.centro_bg {
	background-image: url(imgs/bg_cuerpo.jpg);
	background-repeat: repeat-x;
}

A.lat
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #A11A14;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.codo_int {
	background-image: url(imgs/codo_int.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.top_lat {
	background-image: url(imgs/top_lateral_right.jpg);
	background-repeat: no-repeat;
}
.bot_bot {
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: 200;
	font-style: bold;
}
A.fecha
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #A11A14;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
A.fecha:hover
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #cccccc;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

