/* CSS Document */
html{
	overflow-x:hidden;
}
body{
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-y;
	background-color:#000000;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:72px;
	background-image:url(../images/bg_header.gif);
	background-repeat:repeat-x;
	z-index:3;
	min-width:726px;
}
#header .izq{
	float:left;
	width:401px;
}
#header .der{
	float:right;
	width:325px;;
}

#esqsombra{
	background-image:url(../images/esqsombra.png);
	background-repeat:no-repeat;
	position:absolute;
	width:800px;
	height:30px;
	top:68px;
	left:0px;
	z-index:4;
}
#menu1 {
	position:absolute;
	top:90px;
	left:14px;
}
#menu1 a {
	background-image:url(../images/item_enlace.gif);
	background-repeat:no-repeat;
	display:block;
	height:19px;
	width:103px;
	padding-top:3px;
	padding-left:25px;
	margin-bottom:4px;
	text-decoration:none;
	letter-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333333;
}
#menu1 a:hover {
	background-image:url(../images/item_hover.gif);
	background-repeat:no-repeat;
	color:#666666;
}
#menu {
	position:absolute;
	top:98px;
	width:160px;
	left:0px;
	text-align:center
}
#menu a {
	display:block;
	height:21px;
	width:160px;
	padding-top:5px;
	text-decoration:none;
	letter-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333333;
	background-image:url(../images/bg_item.gif);
	background-repeat:no-repeat;
	background-position:0px -26px;
	/*border:1px #999999 solid*/
}
#menu a:hover {
	color:#ffffff;
	background-position:0px 0px;
}
#menu a.activo{
	height:21px;
	padding-top:5px;
	background-image:url(../images/bg_item_activo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#FFFFFF;
	font-weight:bold;
}
#menu .fin{
	background-image:url(../images/bg_menu_fin.gif);
	background-repeat:no-repeat;
	width:160px;
	height:19px;
}
#ligas {
	position:absolute;
	left:0px;
	top:300px;
	width:160px;
	background-image:url(../images/lig_bg.gif);
	background-repeat:repeat-y;
	z-index:3;
}
#ligas div{
	display:block;
	float:left;
	width:160px;
	height:28px;
	background-repeat:no-repeat;
}
#ligas div.arr{
	background-image:url(../images/lig_arr.gif);
}
#ligas div.aba{
	background-image:url(../images/lig_aba.gif);
}
#ligas div.det{
	color:#444444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	height:auto;
}
#ligas div.det span{
	padding-left:35px;
}
#ligas div.det a{
	display:block;
	width:110px;
	height:52px;
	margin-left:20px;
	margin-top:10px;
}
#ligas div.det a.ricblu1{
	background-image:url(../images/ricblu1.gif);
}
#ligas div.det a.ricblu2{
	background-image:url(../images/ricblu2.gif);
}
#ligas div.det a.ricblu3{
	background-image:url(../images/ricblu3.gif);
}
#content{
	position:absolute;
	top:90px;
	left:180px;
	width:600px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	z-index:4;
	color:#444444;
	/*border:1px #666666 solid;*/
}
#bgimg{
	z-index:3;
	position:fixed;
	left:345px;
	width:454px;
	height:100%;
	bottom:0px;
	background-image:url(../images/bg_img.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
h1{
	font-size:18pt;
	margin-top:0px;
}
h2{
	font-size:14pt;
}
p{
	font-size:10pt;
}
td{
	font-size:10pt;
}
li{
	font-size:10pt;
}
form{
	margin:0px 0px 8px 0px;
}
input{
	color:#333333;
}
textarea{
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
}
select{
	color:#333333;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}

.small{
	font-size:8pt;
}
.disabled{
	background-color:transparent;
}