body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

  SCROLLBAR-FACE-COLOR: #231F20;
  SCROLLBAR-HIGHLIGHT-COLOR: #231F20;
  SCROLLBAR-SHADOW-COLOR: #666666;
  SCROLLBAR-3DLIGHT-COLOR: #666666;
  SCROLLBAR-ARROW-COLOR: FFFFFF;
  SCROLLBAR-TRACK-COLOR: #231F20;
  SCROLLBAR-DARKSHADOW-COLOR: FFFFFF;
  SCROLLBAR-BASE-COLOR: #231F20;
}


.LinkIdioma {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
A.LinkIdioma:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #A71039;
	text-decoration: none;
}
.TextoDireccion {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-weight:none;
}
.TextoMenuBold {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-weight:none;
}
.TextoMenuBold:hover {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #A71039;
	text-decoration: none;
	font-weight:none;
}

.TextoMenuBoldOn {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #A71039;
	text-decoration: none;
	font-weight:none;
}
.TextoMenuBoldOn:hover {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-weight:none;
}
.TextoTitulares {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #A71039;
	text-decoration: none;
	font-weight:bold;
}
.TextoGeneral {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-weight:none;
}

.TextoFlechas {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:none;
}
.TextoFlechas:hover {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #A71039;
	text-decoration: none;
	font-weight:none;
}

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 90px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #231F20; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid #A71039; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */


