BODY{
	color: #000000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;	
	font-family: OpenSansLight, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	overflow:auto;

	scrollbar-arrow-color: #A46728;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #A46728;
	scrollbar-shadow-color: #A46728;
	scrollbar-track-color: #FFFFFF;	
}

/* Modelo de cajas común para todos los navegadores */
input, select, textarea, div, img, span, dd, dl {   
	box-sizing: border-box;   
	-moz-box-sizing: border-box;   
	-webkit-box-sizing: border-box; 
}

/* Estilos generales comunes */
.clear {
	clear: both;
	margin:0 auto;
	height:0;
}

IMG{
	border:0;
}

A {
	text-decoration: none;
}

A:active {
	text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

A:hover:active {
  text-decoration: underline;
}


A					{text-decoration: none;	color: #1841AA;}
A:active			{text-decoration: none;	color: #1841AA;}
A:hover				{text-decoration: underline;	color: #1841AA;}
A:hover:active		{text-decoration: underline;	color: #1841AA;} 

/* FIN estilos generales comunes */


/* Redes sociales */
.linkSocial						{text-decoration: none;}
.linkSocial:active				{text-decoration: none;}
.linkSocial:hover				{text-decoration: none; opacity: .5;}
.linkSocial:hover:active		{text-decoration: none;} 

.sHistory
{
	behavior:url(#default#savehistory);
}

/*******************/

/** ESTRUCTURA **/

#MainDiv{

}
#ContainerDiv{
	width:944px;
	text-align:left;
	margin:0 auto;
	z-index:1;		
}
#MainSideBarBig{
	/*width:372px;*/
	width:40%;
	float:left;
	padding-left:3px;
}
#MainSideBarSmall{
	/*width:222px;*/
	width:25%;
	float:left;
	padding-left:3px;
}
#MainContentDivBig{
	/*width:722px;*/
	width:75%;
	float:left;
}
#MainBodyDivBig{
	width:75%;
	float:left;
	padding-right:2px;
}
#MainBodyDivSmall{
	width:60%;
	float:left;
	padding-right:2px;
}
#MainContentDivImport{
	width:100%;
}
#MainBodyContent{
	width:100%;
}

/** HEADER **/
#HeaderDiv{
	width:100%;
	height:115px;
	display:table;
	text-align:left;
	z-index:1;		
	position: relative;
}

#HeaderMenu {
	width:100%;
	height:50px;
	display:block;
	z-index: 6;
	position: relative;
}

#HeaderMenuLogo {
	width: 288px;
	z-index: 5;
	top: 0;
	left: 0;
	position: absolute;
}

#HeaderMenuContainer {
	height: 20px;
	float:right;	
	display:block;
	color: #114D77;
	margin-right: 20px;
}

#HeaderMenuContainer DIV{
	float:left;
	margin-left: 4px;
	height:20px;
	line-height:20px;
	vertical-align: bottom;
	text-align: center;
}

#HeaderMenuContainer A					{text-decoration: none;	color: #114D77;}
#HeaderMenuContainer A:active			{text-decoration: none;	color: #114D77;}
#HeaderMenuContainer A:hover			{text-decoration: underline;	color: #114D77;}
#HeaderMenuContainer A:hover:active		{text-decoration: underline;	color: #114D77;} 

.HeaderNormalSize
{
	font-size:11px;
	cursor:pointer;
	width:14px;
}

.HeaderLargerSize
{
	font-size:13px;
	cursor:pointer;
	width:18px;
}

.HeaderLargestSize
{
	font-size:15px;
	cursor:pointer;
	width:20px;
}

.HeaderNormalStyle
{
	font-size:11px;
	cursor:pointer;
	width:14px;
}

.HeaderDyslexiaStyle span
{
	font-size:11px;
	cursor:pointer;
	width:14px;
	background: #1E9559;
	color: #FFFFFF;
}

.HeaderHighContrastStyle span
{
	background: black;
	color: orange;
	cursor:pointer;
}

#HeaderBody{
	height: 70px;
	width:100%;
	display:block;
	color: #FFFFFF;	
}

#HeaderSubBody1{
	height: 100%;
	width:350px;
	display:block;
	float:left;	
	color: #000000;
}
#HeaderSubBody2{
	height: 100%;
	width:272px;
	display:block;	
	float:left;	
	color: #000000;
}

#HeaderSubBody21{
	height: 100px;
	width:100%;
	display:block;
}

#HeaderSubBody22{
	height:35px;
	width:100%;
	display:block;
}

#HeaderSubBody3{
	height: 100%;
	width:290px;
	display:block;
	float:right;	
	color: #000000;
	text-align:right;
}
	
#HeaderSubMenu{
	width:100%;
	padding:0px 0px 10px 0px;
}	
 
#HeaderGeneralMenu{
	height: 25px;
	width:100%;
	color: #FFFFFF;
	background: #007b38;	
}

#HeaderGeneralMenu .TopMenuLinks
{
	font-size:112%;
	font-weight:bold;
	text-align:center;
	color: #FFFFFF;
	padding: 5px 0 2px 0;
	margin: 0 5px 0 5px; 
	float:left;
}

#HeaderGeneralMenu .TopMenuLinksSep
{
	font-size:112%;
	font-weight:bold;
	text-align:center;
	color: #FFFFFF;
	padding: 5px 0 2px 0;
	float:left;
}

#HeaderGeneralMenu .TopMenuLinks A					{text-decoration: none;	color: #FFFFFF;}
#HeaderGeneralMenu .TopMenuLinks A:active			{text-decoration: none;	color: #FFFFFF;}
#HeaderGeneralMenu .TopMenuLinks A:hover			{text-decoration: underline;	color: #FFFFFF;}
#HeaderGeneralMenu .TopMenuLinks A:hover:active		{text-decoration: underline;	color: #FFFFFF;} 

#HeaderGeneralSubMenu{
	height: 30px;
	width:40%;
	float:left;
}

#HeaderGeneralSubMenu .TopMenuLinks,
#HeaderGeneralSubMenu .TopMenuLinksSep,
#HeaderGeneralSubMenu .TopMenuLinksFirst
{
	font-size:110%;
	font-weight:bold;
	text-align:center;
	padding: 3px 0px 3px 0px ;
	margin-left: 3px;
	margin-right: 2px;
	float:left;
	white-space: nowrap;	
	color: #1841AA;
}

#HeaderGeneralSubMenu .TopMenuLinks A					{text-decoration: none;	color: #1841AA;}
#HeaderGeneralSubMenu .TopMenuLinks A:active			{text-decoration: none;	color: #1841AA;}
#HeaderGeneralSubMenu .TopMenuLinks A:hover				{text-decoration: underline; color: #1841AA;}
#HeaderGeneralSubMenu .TopMenuLinks A:hover:active		{text-decoration: underline; color: #1841AA;} 

.TopMenuArrow{
	content: " "; 
	height: 11px;
	width: 15px;
	display: inline-block;
	background: url('../img/nav/arrow.png') no-repeat center top;
}

/***************/

/** TOP SPORT **/

#HeaderTopSport
{
	font-weight:bold;
	padding: 0;
	width:100%;
	color: #000000;	
	padding-bottom: 10px;
}

#HeaderTopSport A					{text-decoration: none;	color: #000000;}
#HeaderTopSport A:active			{text-decoration: none;	color: #000000;}
#HeaderTopSport A:hover				{text-decoration: none;	color: #000000;}
#HeaderTopSport A:hover:active		{text-decoration: none;	color: #000000;} 

#TopInfoBoxSport_Logo{
	float:left;
	height: 60px;
	width:62px;
}
#TopInfoBoxSport_Logo IMG{
	margin: 2px;
	height:60px; 
	width:54px;
	display:block;
	float:left;	
}
#TopInfoBoxSport_Sport{
	height: 60px;
	width:290px;
	font-size:150%;
	padding-top: 10px;
	float:left;
}
#TopInfoBoxSport_Stats{
	font-weight:normal;
	float:left;
	height: 60px;
	width:210px;
	text-align: right;
}
#TopInfoBoxSport_EventName{
	width:100%;
	font-size:130%;
	clear:both;
	margin: 0 auto;
}
#TopBoxScheduleDays{
	width:60%;
	float:left;	
}
#TopBoxScheduleDays .DateBox {
	float: left;
	width: 39px;
	padding: 2;
	margin-right: 1px;
	font-size: 110%;
	border: 1px solid #DDD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#TopBoxScheduleDays .NoSel {
	background:#F3F3F3; 
	color: #999;
}
#TopBoxScheduleDays .Sel {
	color: #FFFFFF;
	background:#0057A0;
}
#TopBoxScheduleDays .Sel a{
	color: #FFFFFF;
}
#TopBoxScheduleDays .SelMed {
	color: #FFFFFF;
	background: url(../img/nav/medal_mini.png) #0057A0 right top no-repeat;
		
}
#TopBoxScheduleDays .SelMed a{
	color: #FFFFFF;
}
#TopBoxScheduleDays .CurrentDay {
	color: #FFFFFF !important;
	background:#D21B3E;
}
#TopBoxScheduleDays .CurrentDay a{
	color: #FFFFFF;
}
#TopBoxScheduleDays .DateBox .ScheduleSmallFont {
	font-size: 80%;
	text-align: center;
}
#TopBoxScheduleDays .DateBox .ScheduleBigFont {
	font-size: 100%;
	text-align: center;
}

#TopReport1
{
	font-size:140%;
	font-weight:bold;
	width:35%;
	height: 35px;
	display:block;
	float:left;
}

#TopReport2
{
	font-size:120%;
	width:65%;
	height: 35px;
	display:block;
	text-align:right;
	float:left;
}


/** SIDEBARS **/

.SideBarBox{
	margin-bottom: 10px;
	width:100%;
	text-align:left;
}
.SideBarTitle {
	padding:3px;
    width:100%;
	font-weight : bold;
	vertical-align:middle;
	font-size:140%;
	color:#FFFFFF; 	
	background:#007b38;   
}
.SideBarTitle img{
	vertical-align: middle;
	margin: 1px;
}
.SideBarContainer{
	width:100%;
}
.SideBarPDFBox{
	padding: 0px 2px 0px 0px;
}
.SideBarPDFBox .SideBarContainer {
	padding: 10px;
	border-left: 1px solid #007b38;
	border-right: 1px solid #007b38;
	border-bottom: 1px solid #007b38;
}
.SideBarPDFBox .SideBarContainer A img { 
	margin: 2px;
	vertical-align:middle;
}
.SideBarPdfFooter{
	width:100%;
	text-align:right;
}
.SideBarPdfFooter A{
	font-weight:bold;
}

/*** ROUNDABOUT WIDGET ***/

 	.roundabout-holder {
      list-style: none;
      padding: 0;
      margin-left: 100px;
      height: 100px;
      width: 160px;
   }
   .roundabout-moveable-item {
   	  top: 2px;
      height: 100px;
      width: 150px;
      cursor: pointer;
      background-color: #FFF;
      border: 1px solid #DDD;
      padding: 12px;
   }
   .roundabout-in-focus {
      cursor: auto;
   }
   
   .roundabout-content {
    height: 70px; 
    width: 150px;
    }
    
    .roundabout-text {
     float:left; 
     height: 17px; 
     width:160px; 
     margin-top: 5px;
     }
   
   .roundabout-photo {
		float:left; 
		margin-right: 13px; 
		height: 80px; 
		width: 65px
   }
   
   .roundabout-photo img{
    	height: 80px; 
    	width: 65px; 
   }
   
   .roundabout-icon {
		float:left; 
		height: 50px; 
		margin-top: 2px;
   }
   
    .roundabout-icon img{
    	height: 68px; 
    	width: 68px; 
   }
   
   
   
   

/***********************/

/*** FOOTER ***/

#OverFooterDiv
{
	height: 10px;
	width:100%;
	display:table;	
}

#OverFooterDiv H1
{
	font-size:100%;
	font-weight:normal;
	font-style:italic;	
}
#FooterDiv
{
	width:100%;
	display:table;
	height:392;
}

/****************************/

#sportsList {
	display: block;
	width: 600px;
}

.EventLinksList{
	width:475px;
}

.SportLinksList{
	width:625px;
}

.StaticList{
	background-color: #FFFFFF;
	width:100%;
}
	
.StaticList .LinkSportBox{
	float:left;
	width:153px;
	margin:0 0 3px 3px;
	height:30px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.StaticList .LinkSportBox div{
	margin: 0 auto;
	text-align:left;
	padding: 3px;
}

.LinksList{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	position: absolute;
	text-align: left;
	padding: 4px 4px 0 0;
	z-index: 200;
	-webkit-box-shadow: 7px 6px 6px -6px rgba(50,50,50,0.5);
	-moz-box-shadow: 7px 6px 6px -6px rgba(50,50,50,0.5);
	box-shadow: 7px 6px 6px -6px rgba(50,50,50,0.5);			
}

.LinksList .LinkEventBox{
	font-size:90%;
	float:left;
	width:153px;
	margin:0 0 3px 3px;
	height:35px;
	background-color: #c9e6f0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align:center;
}
.LinksList .LinkEventBox div{
	margin: 0 auto;
	text-align:left;
	padding: 3px;
}

.LinksList .LinkSportBox{
	float:left;
	width:153px;
	margin:0 0 3px 3px;
	height:30px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.LinksList .LinkSportBox div{
	margin: 0 auto;
	text-align:left;
	padding: 3px;
}

.transparentFrame{
	margin: 2px auto;
	vertical-align:top;
	text-align:left;
}
.transparentFrame A					{text-decoration: none;color: #000000;}
.transparentFrame A:active			{text-decoration: none;color: #000000;}
.transparentFrame A:hover			{text-decoration: underline;color: #000000;}
.transparentFrame A:hover:active 	{text-decoration: underline;color: #000000;}


/************************* EVENT OVERVIEW  **************************/
.SingleFrameContainer{
	background-color:#CCCCCC;
	width:100%;
	padding:1px;
	margin-top:2px;
	margin-bottom:2px;
}
.SingleFrame{
	background-color:#FFFFFF;
	text-align:center;
	width:100%;
}
.SingleFrame .CompetitorBox{
	float:left; 
	position: relative;
	margin: 5px;
	vertical-align: middle;
}
.SingleFrame .PlayerBox{
	/**/
}
.SingleFrame .CountryBox{
	/**/
}
.SingleFrame .CountryBox .playerTagContainer{
	float:left;
	vertical-align: middle;
	margin-top: 4px;
}
.SingleFrame .CountryBox .MedalBox{
	float:left;
}
.SingleFrame .PlayerBox .MedalBox{
	position: absolute;
	z-index: 3;
	top:3px;	 
	right: 10px;
}
.singleFrame A					{text-decoration: none;color: #000000;}
.singleFrame A:active			{text-decoration: none;color: #000000;}
.singleFrame A:hover			{text-decoration: underline;color: #000000;}
.singleFrame A:hover:active 	{text-decoration: underline;color: #000000;}

/************************************************************/

.reportsFrame{
	width:auto; 
	/*margin-left: 10px;*/
}

.photosFrame{
	width:180px; 
	height:204px;	
}

.reportsFrame .aditionalReports{
	width:100%; 
	height:29px;	
	font-size:120%;
	font-weight:bold;
	vertical-align:middle;
	line-height:29px;	
	background: #2c8856;
	color: #FFF;
	border-top:1px solid white;
	padding-left: 15px;
}

.reportsFrame .aditionalReportsSel{
	width:100%; 
	height:29px;	
	font-size:120%;
	color:#FFFFFF;
	vertical-align:middle;
	line-height:29px;
	border-top:1px solid white;
	/*	
	background-color: #09692f;	
	background-image:url('../img/nav/menuArrow.png');
	background-position: left center;
	background-repeat: no-repeat;
	*/
	background: url('../img/nav/menuArrow.png') #09692f left center no-repeat;
	padding-left: 15px;
}

.reportsFrame .aditionalReportsSel A				{text-decoration: none;color: #FFFFFF;font-weight:bold;}
.reportsFrame .aditionalReportsSel A:active			{text-decoration: none;color: #FFFFFF;font-weight:bold;}
.reportsFrame .aditionalReportsSel A:hover			{text-decoration: underline;color: #FFFFFF;font-weight:bold;}
.reportsFrame .aditionalReportsSel A:hover:active 	{text-decoration: underline;color: #FFFFFF;font-weight:bold;}

.reportsFrame .aditionalReports A					{text-decoration: none;color: #FFFFFF;font-weight:normal;}
.reportsFrame .aditionalReports A:active			{text-decoration: none;color: #FFFFFF;font-weight:normal;}
.reportsFrame .aditionalReports A:hover				{text-decoration: underline;color: #FFFFFF;font-weight:normal;}
.reportsFrame .aditionalReports A:hover:active 		{text-decoration: underline;color: #FFFFFF;font-weight:normal;}


.titleThumbContainer{
	width:100%;
	height:69px;
}

.titleThumb{
	clear: both; 
	float: left; 
	font-size: 150%;
	background-color: #114D77; 
	padding: 8px;
	color: #FFFFFF;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	
}

.titleThumb A					{text-decoration: none;color: #FFFFFF;}
.titleThumb A:active			{text-decoration: none;color: #FFFFFF;}
.titleThumb A:hover				{text-decoration: underline;color: #FFFFFF;}
.titleThumb A:hover:active 		{text-decoration: underline;color: #FFFFFF;}


/************************************* TABLES ********************************/

.medalRankHeader
{
      width: 40px;
}


/***** LIVE *********/
.LiveEvents{
	float:left;
	height:400px;
	overflow-y:auto;
	overflow-x:hidden;
}
 
.LiveMedals{
	float:left;
	height:400px;
	overflow-y:auto;
	overflow-x:hidden;
}

.LiveEvents .LiveEventsInner{
 	margin:2px;
 	width:100%;
 	height:100%;	
}
.LiveMedals .LiveMedalsInner{ 
 	margin:2px;
 	width:100%;
 	height:100%;
 }

.LiveEvents .LiveEventsInner .Title,
.LiveMedals .LiveMedalsInner .Title{ 
	color:#717171;
	background-color:#AAD72A;
	padding:3px;  
 }
 
 .LiveEvents
{
	/*
	background-image: url('../img/nav/greenBoxBg.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #d7eb75;
	*/
	background: url('../img/nav/greenBoxBg.png') #d7eb75 top left no-repeat;
	height:auto;
	padding-top: 4px;   
	padding-bottom: 20px;      
	padding-right: 0px;
	padding-left: 0px;       
	margin-right: 5px;
    
}

.LiveEventsContent
{
       background-color: #FFF;
       padding: 8px 5px 5px 5px;
       box-sizing: border-box;
       margin: 5px;
       min-height:200px;
}

.LiveEventsContent .ResFoot TD
{
       background-color: transparent;
}

.LiveMedals
{
	background: url('../img/nav/orangeBoxBg.png') f8bd00 top center no-repeat;
    height:auto;
    padding-top: 4px;   
    padding-bottom: 20px;      
}

.LiveMedals .ResHead TH
{background-color: transparent;}

.LiveMedals .ResHead TH IMG
{
       width: 25px; 
}

.LiveMedals .medalRankHeader
{
       display: none !important;
}

.LiveEvents .LiveEventsInner .Title, .LiveMedals .LiveMedalsInner .Title
{
       background-color: transparent;
       color: white;
}

.LiveEvents .LiveEventsInner{
      margin:0px;
      width:auto;
      height:auto; 
}
.LiveMedals .LiveMedalsInner{ 
       margin:0px;
      width:auto;
      height:auto;
}
/***** END LIVE **********/


/*** desplegable disciplinas ***/
.SportTitle{
	cursor:pointer;
	height:38px;
	font-weight:bold;
	width: 200px; 
	border: 1px solid #CCCCCC;
	padding:2px 2px 0 2px; 
	background-color:#EEEEEE;
	margin:0 auto;	
}
.SportTitle .SportsContainerInner{	
	width: 100% ;
	height: 100% ;
	background-color:white;
}
.SportTitle .Selection{
	background: url('../img/nav/comboArrow.png') right center no-repeat;
}
.SportsContainer{	
	position: absolute; 
	width: 200px; 
	height: 250px; 
	z-index: 40; 
	border: 1px solid #CCCCCC;
	padding:2px; 
	display:none;
	background-color:#EEEEEE;
}

.SportsContainer .SportsContainerInner{	
	width: 100% ;
	height: 100% ;
	overflow-y:scroll;
	background-color:white;
}
.SportsContainerInner .Selection{
	text-align:left;
	padding:2px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom:2px;
}
.SportsContainerInner .Selection img{
	vertical-align:middle;
}
.SportsContainerInner .Selection a{
	color:#000000;	
}
.SportsContainerInner .Selection a strong{
	margin-left:8px;
	font-weight:normal;
}
/*************************************/

.ArrowButton {
	background:url('../img/nav/arrow_right.gif');
	width:48px;
	height:40px;
	margin: 0 auto 0 auto;
	cursor:pointer;
}

.ResTable, 
.ResTableFull,
.ResTableFullPDF,
.ResTableHalf,  
.ScheduleTable,
.ResTableInternal,
.CalendarTable
{
	font-size:100%;
	border:0px;
	border-collapse:collapse;
	
}
.ResTable {
}
.ResTableFull {
	width:100%;
}
.ResTableHalf {
	width:50%;
}
.ResTableInternal {
	padding: 0px;		
	margin: 0px;	
}
.ScheduleTable {
	width: 100%;
}

.ResTableInternal TR TD{
	height:15px !important;
	border: 0px none;
	margin: 0px;	
}

.TableTopSched{	
	border:0px;
	border-collapse:collapse;
	width:100%;
	font-weight:bold;
	color:#000000;
}

.TableTopSched TR TD{
	vertical-align:middle;
	text-align:center;
	height:20px;
	padding:0;	
}

.ScheduleTable .Res1 TD,
.ScheduleTable .Res2 TD,
.ScheduleTable .Res3 TD
{
	height: 15px;
	padding:0px;
}

.ScheduleCaption {
	color: #333;
	height: 30px;
	font-weight: bold;
	padding: 2px 1px 1px 2px;
	text-align: left;
	border: 1px solid #dadbdb;
	background: #FFFFFF;
}

.ScheduleCaption IMG					{vertical-align: middle;}

.ScheduleCaption A					{text-decoration: none;color: #000000;}
.ScheduleCaption A:active			{text-decoration: none;color: #000000;}
.ScheduleCaption A:hover			{text-decoration: underline;color: #000000;}
.ScheduleCaption A:hover:active 	{text-decoration: underline;color: #000000;}

/*** General Schedule Table / Calendario General ***/

.eventTagLink {color: #bb0340 !important;}

.CalendarTable {
	width: 100%;
	border:1px;
	border-collapse:separate;
}

.CalendarTable .Res1 TD,
.CalendarTable .Res2 TD,
.CalendarTable .Res3 TD
{
	height: 15px;
	padding:0px;
}

.CalendarTable .ResHead TD,
.CalendarTable .ResHead TH{
	color: #FFFFFF;
	/*background-color: #26c0f1;*/
	margin: 0px;
	height: 15px;
	font-weight: normal;
	vertical-align:middle;
	padding-left: 2px;	
	padding-right: 2px;
	padding-top: 3px;	
	padding-bottom: 3px;	
	border-bottom:1px solid #FFFFFF;
}

.CalendarTable .ResHead TD A, .CalendarTable .ResHead TH A, 
.CalendarTable .ResHead TD A:active, .CalendarTable .ResHead TH A:active, 
.CalendarTable .ResHead TD A:hover, .CalendarTable .ResHead TH A:hover, 
.CalendarTable .ResHead TD A:hover:active, .CalendarTable .ResHead TH A:hover:active
 {color: #FFFFFF;}
 
 /* Result tables */
.ResHead,
.Res1,
.Res2,
.Res3{		
	vertical-align:middle;
	padding-left: 3px;	
	padding-right: 3px;
	padding-top: 0px;	
	padding-bottom: 0px;
}

.Res1 TD A					{text-decoration: none;color: #000000;}
.Res1 TD A:active			{text-decoration: none;color: #000000;}
.Res1 TD A:hover			{text-decoration: underline;color: #000000;}
.Res1 TD A:hover:active 	{text-decoration: underline;color: #000000;}

.Res2 TD A					{text-decoration: none;color: #000000;}
.Res2 TD A:active			{text-decoration: none;color: #000000;}
.Res2 TD A:hover			{text-decoration: underline;color: #000000;}
.Res2 TD A:hover:active 	{text-decoration: underline;color: #000000;} 

.ResCaption{
	color: #FFFFFF;
	margin: 0px;
	vertical-align:middle;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
	height: 30px;
	line-height: 30px;
	font-size: 110%;
	background: #007b38;
}

.ResCaption A				{text-decoration: none;color: #FFFFFF;}
.ResCaption A:active		{text-decoration: none;color: #FFFFFF;}
.ResCaption A:hover			{text-decoration: underline;color: #FFFFFF;}
.ResCaption A:hover:active 	{text-decoration: underline;color: #FFFFFF;}

.ResFoot TD,
.ResFoot TH{
	color: #FFFFFF;
	border: 0px none;
	margin: 0px;
	height: 5px;
	font-weight: bold;
	vertical-align: middle;
	background: #007b38;
}
.ResFoot TD A				{text-decoration: none;	color: #FFFFFF;}
.ResFoot TD A:active		{text-decoration: none;	color: #FFFFFF;}
.ResFoot TD A:hover			{text-decoration: underline;color: #FFFFFF;}
.ResFoot TD A:hover:active	{text-decoration: underline;color: #FFFFFF;}

.ResHead TD,
.ResHead TH{
	color: #FFFFFF;
	margin: 0px;
	height: 19px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;	
	background: #007b38;
}
.ResHead TH A				{text-decoration: none;	color: #000000;}
.ResHead TH A:active		{text-decoration: none;	color: #000000;}
.ResHead TH A:hover			{text-decoration: underline;color: #000000;}
.ResHead TH A:hover:active	{text-decoration: underline;color: #000000 ;} 
	
	
.ResHead_DIV
{
	color: #ffffff;
	background-color: #AAD72A;
}

.Res1_DIV
{
	background-color: #ffffff;	
	border-bottom:1px solid #CCDDE3;
}
.Res2_DIV
{
	background-color: #F0F0F0;	
	border-bottom:1px solid #CCDDE3;
}

.Res1 TD,
.Res1 TH{
	background-color: #FFFFFF;	
	border-bottom:1px solid #CCDDE3;
}

.Res2 TD,
.Res2 TH{
	background-color: #F0F0F0;
	border-bottom:1px solid #CCDDE3;

}

.Res3 TD,
.Res3 TH{
	color: #000000;
}


.NoSel{
	color:#AAAAAA !important;
}

.Sel{
	color:#FFFFFF !important;
}

.SelMed{
	color:#FFFFFF !important;
}

.Selected
{	
	text-decoration:none;
	text-align:left;
}

.Selected a
{	
	text-decoration:none;
}

.Selection
{
	text-decoration:none;
	text-align:left;
	border-bottom: 1px solid #555555;
}

.Selection a
{	
	text-decoration:none;
}

.SolidCell{
	background: #AAD72A !important;
}

.ScrolledList{
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
	font-weight:none;	
	overflow:auto;
	height:500px;
	z-index:2;	
}

.ThinLinksList{
	width:190px;
	border:1px solid #FFFFFF;
	background:#AAD72A;
	color:#000000;
	position:absolute;
	display:none;
	text-align:left;
	padding:4px;
	z-index:2;	
}

.ScrolledLinksList{
	background:#FFFFFF;
	color:#000000;
	text-align:left;
	font-weight:none;	
	overflow:auto;
	z-index:2;	
}

.ScrolledLinksList A				{text-decoration: none;color: #000000;}
.ScrolledLinksList A:active			{text-decoration: none;color: #000000;}
.ScrolledLinksList A:hover			{text-decoration: underline;color: #000000;}
.ScrolledLinksList A:hover:active 	{text-decoration: underline;color: #000000;}


.Menu1{
	background:#E6F1F7;
	width:100%;
}

.Menu2{
	background:#FEFFFF;
	width:100%;
}

.MenuSportLine{
	width:540px;
}

.ReportTitle{
	font-size : 18px;
	color:#000000;
	text-align : center;
	font-weight : bolder;	
}

.FormButtonsStyle{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FCB84D;
	font-weight : bold; 
}

.FormTextsStyle{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FCB84D;
	font-weight : bold;
}


.ScheduleMenu{
	width:300px;	
}

.ScheduleMenuTable{
	height:15px;
	width: 100%;
	float:left;	
	padding-left:2px;
	text-align:center;
}


.TableButtons{
	border:0;
	padding:0;
	margin:0;
	text-align:center;
}

.ZZSchedule{
	width:39px;
	height:39px;
	text-align:center;
}

.ZZSchedule IMG{
	margin:0 auto;
}


.ScheduleSmallFont
{
	font-size:80%;
	text-align: center;
}

.ScheduleBigFont
{
	font-size:150%;
	text-align: center;
}

.TableTopSched A				{text-decoration: none;color: #000000;}
.TableTopSched A:active		    {text-decoration: none;color: #000000;}
.TableTopSched A:hover			{text-decoration: none;color: #000000;}
.TableTopSched A:hover:active	{text-decoration: none;color: #000000;} 



/* Capas contenedoras de contenido en la página de event unit */

.ResultContentContainer{
	width:100%;	
	height:auto;
	margin:0 auto;
}

/**
 * Capa contenedora de tablas de resultados
 */
.ResultContentContainer .ResContainer{
	width:50% !important;
	float:left;
	padding:0 2px 0 2px;
	text-align:center;
	margin:0 auto;	
}
.ResContainer .ResTable,
.ResContainer .ResTableFull, 
.ResContainer .ResTableHalf{
	text-align:center;
	margin:0 auto;
}  

/*********************************************************/
	
/*** Pestañas en la página de resultados ***/

.ResultTabContainer{
	width: 100%;
	margin-bottom: 15px;
	cursor:pointer;
}

.ResultTab{
	height: 25px;
	text-align: center;
	padding-top: 5px;
	font-size: 120%;
	float: left;
	width: 25%;
	-webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background: #EEE;
    border: 1px solid #CCC;
}

.ResultTabSelected{
    background: #FFF;
    -webkit-box-shadow: #CCC 0 -1px .20em;
    -moz-box-shadow: #CCC 0 -1px .20em;
    box-shadow: #CCC 0 -1px .20em;
    border-bottom: 0;
}

.ResultTab:hover {
    background: -webkit-gradient(linear, 0 0, 0 70%, from(#EEF), to(#FFF));
    background: -webkit-linear-gradient(#EEF, #FFF 70%);
    background: -moz-linear-gradient(#EEF, #FFF 70%);
    background: -ms-linear-gradient(#EEF, #FFF 70%);
    background: -o-linear-gradient(#EEF, #FFF 70%);
    background: linear-gradient(#EEF, #FFF 70%);
}


/***************** Schedules *******************************/
.AvailableLinks{
	position:absolute;
	padding:3px;
	border:1px solid #000000;
	background:#FFFFFF;
}

.AvailableLinksVisible{
	position:relative;
	width:110px;
	text-align:center;
	padding:5px;
	z-index:2;
}

.ScheduleCollapseButtons{
	display:block;
	float:right;
	padding-top: 5px;
	cursor:pointer;	
}

.ScheduleCaptionText{
	float: left;
}

.ScheduleDiscipline{
	width: 25px;	
	text-align: center;
	font-weight:bold;
}

.ScheduleTime, .ScheduleTimeRunning{
	width: 55px;	
	text-align: center;
	font-weight:bold;
}

.ScheduleVenue{	
	text-align: center;
	width: 75px;	
}

.ScheduleEvent{
	margin-right:0px;	
}

.ScheduleMedalIndicator{
	width:25px;
	margin-left:0px;
}

.ScheduleParticipants{
	text-align: left;
	padding:0px;
}

.ScheduleResults{	
	text-align: left;
	padding-left:2px;	
	padding-right:2px;
}

.ScheduleButton{	
	text-align: right;
	width: 20px;	
	padding:0;
}


.Res1 .ScheduleEventMedal{
	background:url('../img/medals/medals.gif') #FFFFFF no-repeat right !important;	  
}
.Res2 .ScheduleEventMedal{
	background:url('../img/medals/medals.gif') #F0F0F0 no-repeat right !important;	  
}

.ScheduleStatus{
	width: 60px;	
	text-align: center;	
}

.ScheduleAvailable{
	width:55px;
	text-align:center;
}

.ScheduleAvailable IMG{
	cursor:pointer;;
}

.ScheduleMainScreenButtons{
	float:left;
	color: #AF3475;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	background: url('../img/nav/button-deg-light.gif') repeat-x;
	height:30px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 330px;
	border-right: 1px solid #FAFAFA;
	border-left: 1px solid #CACACA;
}

.ScheduleMainScreenButtonsDown
{
	float:left;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	background: url('../img/nav/button-deg-dark.gif') repeat-x;
	height:30px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 330px;
}

.ScheduleMainScreenButtonsText
{
	margin-top: 7px;
}



/************ MENÚS CONTEXTUALES **********/
.ReportFrameStyle {
	color: #FFF;
	position: absolute;
	width: 219px;
	border: 1px solid #888;
	background-color: #0057A0;
	display: none;
	z-index: 1;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0 0 0 rgba(0, 62, 114, 0.067);
}

.ReportFrameStyleSubMenu {
	width: 95%;
	background-color: #0057A0;
	margin: 0 auto;
}

.ReportFrameStyleSubMenu .aditionalReports {
	background-color: #0057A0;
	width: 100%;
	height: 25px;
	font-size: 120%;
	vertical-align: middle;
	line-height: 29px;
	border-top: 1px solid #006bc4;
	border-bottom: 1px solid #003e72;
	padding-bottom: 3px;
}

.ReportFrameStyleSubMenu .aditionalReports A {
	text-decoration: none;
	color: #FFF;
}

.ReportFrameStyleSubMenu .aditionalReports A:active {
	text-decoration: none;
	color: #FFF;
}

.ReportFrameStyleSubMenu .aditionalReports A:hover {
	text-decoration: none;
	color: #FFF;
}

.ReportFrameStyleSubMenu .aditionalReports A:hover:active {
	text-decoration: none;
	color: #FFF;
}

/*****************************************************/

/********************************* Daily medals Screen ***********************/

.ActiveButton {
	background-color: #0059aa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px 8px 5px 5px;
}

.ActiveButtonDay {
	background-color: #cc0000;
	border: 1px solid #cc0000;
	border-left: 1px solid #FFFFFF;
}

#FirstActive {
	border-left: 1px solid #0059aa;
}

.ActiveButton A {
	text-decoration: none;
	color: #FFFFFF;
}

.ActiveButton A:active {
	text-decoration: none;
	color: #FFFFFF;
}

.ActiveButton A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.ActiveButton A:hover:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.InactiveButton {
	background-color: #FFFFFF;
	border: 1px solid #DDD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px 8px 5px 5px;
}

/***************** Bios *******************************/

.BioInfo {
	text-align: left;
	float: left;
}

.BioInd {
	width:70%;
}

.BioTeam {
	width:40%;
}

.BioTeamFrame {
	width:60%;
	background-color: #F1F1F1;
	border-top: 1px solid #CCCCCC;	
	border-bottom: 1px solid #CCCCCC;	
	border-right: 1px solid #CCCCCC;
	
}

.BioTeamMembers {
	height:350px;	
	overflow:auto;
	padding:2px;
}


.BioPhoto {
	position: relative;
	float: left;
	padding-right : 0px;
	padding-bottom: 2px;	
	width:30%;
	text-align:center;
	background-color: #F1F1F1;
	border-top: 1px solid #CCCCCC;	
	border-bottom: 1px solid #CCCCCC;	
	border-right: 1px solid #CCCCCC;	 	
}

.BioPhoto IMG{
	background: #FFFFFF;
	width: 155px;
	/*width:176px; 
	height:220px;*/
	border: 1px solid #FFF;	
	margin: 8px 0px 8px 0px;
}

.BioSingleFrame{
	margin: 0; 
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	border-right: 1px solid #CCCCCC;	
}

.BioTitle {
	margin: 0; 
	padding: 10px;
	border-top: 1px solid #CCCCCC;	
	border-bottom: 1px solid #CCCCCC;	
	border-left: 1px solid #CCCCCC;	
	border-right: 2px solid #F1F1F1;	
	background-color: #F1F1F1;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
}

.BioTitleName {
	font-size: 250%; 
	clear: both; 
	font-family: sans-serif;
}

.BioCountry {
	width:100%;
	vertical-align:middle;
	font-size:130%;
	font-weight:bold;
}

.BioMedalGold,
.BioMedalSilver,
.BioMedalBronze{
	width:30px; 
	height: 32px; 
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
	text-shadow: 0 0 0.2em #FFF,  0 0 0.3em #FFF,  0 0 0.2em #FFF;
}

.BioMedalGold {
	background:url('../img/medals/big/1.png');
	color: #AD5A00;
}
.BioMedalSilver {
	background:url('../img/medals/big/2.png');
	color: #44423D;
}
.BioMedalBronze {
	background:url('../img/medals/big/3.png');
	color: #613F22;
}

.HorseBioContainer {
	float: left;
	background: #F2F2F2;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
	width: 95%;
	background:#22b1d6;
 	border-bottom:1px solid #E2E2E2;
 	
}

.HorseBioContainer .BioTable {
	border: none;
	font-size: 11px;	
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 300px;
	float: left;
}

.HorseBioContainer .BioBox{
 	border-bottom:1px solid #004499;
 	text-align: left;
	font-size: 15px;	
}


/***************** PDF Screen *******************************/

.pdfParametersBox{
	border: 1px solid #FCB84D;
}

.pdfParametersBoxTitle{
	background-color:#FCB84D;		
}

.pdfStyle
{
	height:20px;
	padding-left:12px;	
	margin-right:4px;
	/*
	background-image:url('../img/nav/pdf_small.gif');
	background-repeat: no-repeat;
	*/
	background: url('../img/nav/pdf_small.gif') no-repeat;
}



/********************************* Lists ***********************/

.Page{
	list-style-type:disc;
}

.Margin{
	list-style-image:url('../img/nav/trans_point.gif');
}

.FastReport{
	list-style-image:url('../img/nav/pdf_small.gif');	
}

/********************************* Generals ***********************/

.loadingDivLarge{
	height:75px;		
	background: url(../img/nav/large-loading.gif) center center no-repeat;
}

.loadingDivMed{
	height:75px;		
	background: url(../img/nav/med-loading.gif) center center no-repeat;
}

.loadingDivSmall{
	height:75px;		
	background: url(../img/nav/small-loading.gif) center center no-repeat;
}
/***************************************************************/

.SubTitle{
	font-weight : bold;
	vertical-align:middle;
	padding-left: 3px;	
	padding-right: 3px;
	padding-top: 0px;	
	padding-bottom: 0px;
	font-size:14px;
	color:#717171;

}	

.SportButton{
	background-color: #FFFFFF;
}

.StyleTopLine {
	border-top:1px solid #000000;
}

.StyleLeft {
	text-align:left;	
}

.StyleRight {
	text-align:right;	
}

.StyleRight .ResTableInternal {
	text-align:center;
	margin: 0px auto;
}

.StyleCenter {
	text-align:center;
}

.StyleCenter .ResTableInternal {
	text-align:center;
	margin: 0px auto;
}



.StyleCenterTop {
	text-align:center;
	vertical-align:top;
}

.StyleCenterBottom {
	text-align:center;
	vertical-align:bottom;
}

.StyleLeftLine
{
	border-left:1px solid #000000;
}

.pdfTable
{
	border: 1px solid #AAAAAA; 
	font-size:10px;
}

.pdfTable td
{
	border: 1px solid #FFFFFF;
	color: #000000;
	background: #E6F1F7;
}

.pdfContainer {
	width:100%; 
	float: left;  
	background: #FFFFFF;
}

.PdfTitle{
	color:#000000;
	font-size : 14px;
	font-weight : bold;
}

.PdfSubTitle{	
	font: inherit;
	font-size : 11px;
	color:#000000;
}


.sportsTable
{
	border: 1px solid #AAAAAA; 
}

.overflowContainer{
	border:1px solid #AAD72A;		
}

/**** Capa de texto con ancho fijo y ellipsis y hack para Firefox ****/

.fixedTextDiv{
	vertical-align:top;
}

.fixedTextDiv span{
	text-overflow:ellipsis; /* for IE */
	overflow:hidden;
	display:block;
	width:380px;
	height:26px;	
}

html>body .fixedTextDiv{
	clear:both;
}

html>body .fixedTextDiv span:after{
	content: '...';
}

html>body .fixedTextDiv span{
	max-width: 380px;
	width: auto !important;
	float:left;
}



/***************** Flecha to Top *******************************/

#toTop {
    background: url('../img/nav/totop.png') no-repeat scroll left top transparent;
    border: medium none;
    height: 51px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -999px;
    width: 51px;
    z-index: 10000;
    bottom: 10px;
    position: fixed !important;
    right: 10px;
}

#toTopDiv {    
    height: 51px;
    position: fixed;
    width: 51px;
}

#toTopHover {
	background:url('../img/nav/totop.png') no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}


TD.periodRed, TH.periodRed{
color: #FFFFFF;
background-color: #AAD72A;
}	

.sitemap, .nav {
	width:100%;
}
.nav {
	position:relative;
	left:0;
}

.sitemap dl, .sitemap dt, .sitemap dd {
	width:100%;
	margin:0;
	padding:0;
	line-height:163.64%;
}

.sitemap ul {
	float:left;
	width:20%;
}

.sitemap li {
	width:100%;
}

ul li {
	list-style:none;
}


.sitemap A					{text-decoration: none;	color: #002277;}
.sitemap A:active			{text-decoration: none;	color: #002277;}
.sitemap A:hover			{text-decoration: underline;	color: #770011;}
.sitemap A:hover:active		{text-decoration: underline;	color: #002277;} 

/*** ESTILOS GENERALES DE SPLITS ***/
.split_container{
	background: #f4f4f4;
	width:100%;
	overflow:hidden;
	/*display:block;*/
	display:none;
}
.split_container .split_box {
	/*background: #CCDDE3;*/
	background: transparent;
	float: left;
	width: 85px;
	height: 65px;
	border: 1px solid #000;
	margin-left: 4px;
	margin-top:2px;
	margin-bottom:2px;	
	text-align: right;
}
.split_box .split_box_header{
	background: #AAD72A;
	color: #FFF;
	text-align: center;
	padding-top:2px;
	padding-bottom:2px;
}
.split_box .split_box_header_start{
	background: #C00 !important;
}
.split_box .split_result{
	padding-top: 2px;
	padding-right: 5px;
}
.split_current_attempt { background: #93df91 !important;}
.split_last_attempt { background: #eecb8d !important;}

.split_button, .split_all_button {    
    background: #AAD72A;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
}
.split_all_button{
	display:none;
}
.split_button:hover, .split_all_button:hover {
    background: #DB7917;
}

/*****************************************************************/

.boxCombi {
	background: #CCDDE3;
	float: left;
	width: 69px;
	height: 70px;
	border: 1px solid #000;
	margin-left: 3px;
	text-align: right;
}


/*Legend para el div*/

div.legend div, div.legend span, div.legend p, div.legend dl, div.legend dd, div.legend legend {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
}

div.legend {
	padding: 10px;
	overflow: hidden;
	font-style: italic;
	color: #666;
	width: 100%;
}
div.legend dl {
	display: inline;
}
div.legend dl dd {
	float: left;
	padding: 2px 5px 0 0;
	line-height: 15px;
	width:25%;
}
.b {
	font-weight: bold;
}
#arriba {
	width:50px;
	height:50px;
	position:fixed;
	border-radius:50px;
	background:#0087bf;
	right:50%;
	opacity:0;
	box-shadow:1px 1px 2px #666;
	bottom:10%;
	right:1%;
}
#arriba span{
	width:50x;
	height:50px;
	position:relative;
	left:0px;
	top:5px;
	display:block;
	/*
	background-image:url(../img/nav/backTop.png);
	background-position: top;
	background-repeat:no-repeat;
	*/
	background: url(../img/nav/backTop.png) top no-repeat;
}
.CurrentDay a{
		color: #CC0000;
}

.toDay{
	background: #d7e4ed !important;
}

/* FOOTER SC2014 */

#pie {
    /*background: url(../img/nav/footerBackground.gif) no-repeat center 54px rgba(0, 0, 0, 0);*/
}

#pie A					{text-decoration: none;	color: #000000;}
#pie A:active			{text-decoration: none;	color: #000000;}
#pie A:hover			{text-decoration: underline;color: #000000;}
#pie A:hover:active	{text-decoration: underline;color: #000000;}

#pie .bg {
    
}
#pie .bg_right {
    
}
#pie .contenedor {
    padding-top: 34px;
}
#pie .sociales {
    height: 500px;
    width: 100%;
}
#pie .sociales .box {
    float: left;
}
#pie .sociales .box h3 {

}
#pie .sociales .box.deporte {
    width: 25%;
}
#pie .sociales .box.resultados {
    width: 25%;
}
#pie .sociales .box.medallas {
    width: 25%;
}
#pie .sociales .box.interes {
    width: 25%;
}
#pie .sociales .box li {
    padding-bottom: 4px;

}
#pie .empresas {
    float: left;
    padding-top: 0px;
    width: 98%;
}
#pie .empresas #organizadores {
    float: left;
    text-align: left;
    width: 500px;
}
#pie .empresas #organizadores li {
    float: left;
    margin-left: 10px;
}
#pie .sociales .box h4 {
    padding-bottom: 0px;
    padding-top: 11px;
}
#pie .sociales .box ul {
  list-style: none;
  margin: 10;
  padding: 0;
}


/* FIN FOOTER */



/********* SELECTABLE LIST *********************/


.selectableList .selectedStyle{ 
	background: #AAD72A url(../img/nav/menuArrowLeftSmall.png) right center no-repeat;
	color: black; 
}
.selectableList { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	text-align: left; 
}
.selectableList li { 
	padding: 3px; 
	cursor: pointer; 
	border-bottom: 1px solid #CCDDE3;
}
