body {
	background-image: url(../images/background-xx_02.png);
	background-repeat: repeat-x;
	margin:0;
	
	
}

#background {
	background-image:url(../images/background-home.png);
	background-repeat: no-repeat;
	
}

#submenu{
	font-family: "Arial, Helvetica, sans-serif", sans-serif;
	font-size: 14px;
	color:#71DBF3;
	font-weight: lighter;
	letter-spacing: -1pt;
	text-shadow: #ccc 1px 1px;
	
}

ul.index-titulo-ligas li {
	display:inline;
	padding-left: 10px;
	
}
ul.index-titulo-ligas li a {
	color:#FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: #666 1px 1px 0.1em;
}
ul.index-titulo-ligas li a:hover {
	color:#3CF;
	text-decoration: underline;
}

#titulo-epiica {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color:#6CF;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	letter-spacing: -0.5pt;
	text-shadow: #000 1px 1px;
	
}

#loginbox {
	font-family:Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: lighter;
	font-variant: normal;
	letter-spacing: 0px;
	text-shadow: #FFF 1px 1px;

}

.u1 {
	margin-left: 5px;
	line-height: 1pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color:#174F63 ;
	padding: 4px 8px;
	letter-spacing: -0.02em;
	text-shadow: 0px 1px 0px #CCC;
	outline: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#ffffff));
	background: -moz-linear-gradient(top,  #e0e0e0,  #ffffff);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #717171;
	margin-right: 20px;
	-webkit-box-shadow: 1px 1px 0px #efefef;
	-moz-box-shadow: 1px 1px 0px #efefef;
	box-shadow:  1px 1px 0px #efefef;
	width:155px;
	
}

.index-login {
	font:normal 12px Verdana, Geneva, sans-serif; color:#505759;
}

.index-label-password {
  	font:normal 12px Verdana, Geneva, sans-serif; color:#505759;
}

.boton {
	background-image:url(../images/boton-acceso_03.png);
	background-repeat:no-repeat;
	width:91px;
	height:25px;
	border: none;
	cursor: pointer;
	
}

.datos-paragraph {
	text-align:center;
	font-size: 14px;
	color:#333;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	letter-spacing: -0.01em;
	text-shadow: #FFF 1px 1px;	
	

}

.slide-home-text {
	
	padding-top: 60px;
	text-align:center;
	font-size:16px;
	color:#FFF;
	font-style: normal;
	font-weight: lighter;
	font-variant:inherit;
	letter-spacing: -0.01em;
	text-shadow: #000 1px 1px 0.01em;
	
	
}

<!--
/** 
 * Slideshow style rules.
 */
 
#slideshow {
	margin:0 auto;
	width:771px;
	height:171px;
	background-image:url(../images/bg_slideshow.jpg);
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:575px;
  height:170px;
  overflow:auto; /* allow scrollbar */
  
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:580px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:170px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl {
  top:0;
  left:0;
  background: url(../images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background: url(../images/control_right.jpg) no-repeat 0 0;
}

/** 
 * Style rules for slides
 */


a:hover {
  text-decoration:underline;
}


#pageContainer {
  margin:0 auto;
  width:773px;
  
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
	letter-spacing:-0.01em;
	text-shadow: 1px 1px #000;
	font-weight: lighter;	
}
.slide img {
  float:left;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,.1)));
	background: linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,.1) 100%);
}

h2 {
  	font: bold 330%/100% "Lucida Grande";
  	position: relative;
  	color: #CECDCD;
	font-size:30px;
	
}

h2 span {
  	position: absolute;
  	display: block;
  	width: 100%;
  	height: 10px;
}

input.fail { 
	-webkit-box-shadow: 0px 0px 5px #ff4848; -moz-box-shadow: 0px 0px 5px #ff4848; box-shadow: 0px 0px 5px #F04309;
}
input:focus { 
	-webkit-box-shadow: 0px 0px 5px #007eff; -moz-box-shadow: 0px 0px 5px #007eff; box-shadow: 0px 0px 5px #24708C;
}

.tip-darkgray {
	opacity:0.95;
	z-index:1000;
	text-align:right;
	text-shadow:#444 0 1px 1px;
	border:1px solid #888;
	padding:5px;
	min-width:50px;
	max-width:530px;
	height:25px;
	color:#fff;
	background-color:#999;
	background-image:url(../images/tip-darkgray.png); 
}
.tip-darkgray .tip-inner {
	font:normal 12px/12px arial,helvetica,sans-serif;
	margin-top:0px;
	padding:0 4px 3px 4px;
}

/*TIP */
.tip-darkgray .tip-arrow-top {
	margin-top:5px;
	margin-left:15px;
	top:0;
	left:0;
	width:16px;
	height:10px;
	background:url(../images/tip-darkgray_arrows.png) no-repeat;
}
.tip-darkgray .tip-arrow-right {
	margin-top:5px;
	margin-left:-7px;
	top:50%;
	left:100%;
	width:11px;
	height:21px;
	background:url(../images/tip-darkgray_arrows.png) no-repeat -22px 0;
}
.tip-darkgray .tip-arrow-bottom {
	margin-top:5px;
	margin-left:15px;
	top:100%;
	left:0;
	width:22px;
	height:13px;
	background:url(../images/tip-darkgray_arrows.png) no-repeat -44px 0;
}
.tip-darkgray .tip-arrow-left {
	margin-top:5px;
	margin-left:-6px;
	top:50%;
	left:0;
	width:11px;
	height:21px;
	background:url(../images/tip-darkgray_arrows.png) no-repeat -66px 0;
}

input#submitbtn { 
	font-size: 15px; padding: 4px 9px; font-family: Arial, Helvetica, sans-serif; letter-spacing: -0.05em; color: #505759;
	
}

h3 {
	font:normal 12px Verdana, Geneva, sans-serif; color:#444444      ;
	text-shadow: 1px 1px 1px #FFF; 
}

h4 {
	font:normal 12px Verdana, Geneva, sans-serif;
	color:#444444;
	text-decoration: none;
	position:relative;
	
}

h4 span {
 	background:url(../images/gradient-full.png) repeat-x;
  	position: absolute;
  	display: block;
  	width: 100%;
  	height: 31px;
}
