/*----------------------GENERAL----------------------*/

body {
	background-color: #000000;
	background-image:url(../images/fondo2.jpg);
/*	background-image:url(../images/fondo3.jpg);
	background-repeat:repeat-x;*/
	background-attachment:fixed;
	background-position: center;
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
}

a { color: #CC91BA; text-decoration: none;  font-weight:bold; }
a:visited { color: #CC91BA; text-decoration: none;  font-weight:bold; }
a:hover { color: #741F7F; text-decoration: none;  font-weight:bold; }

a.link_pie { color: #666666; text-decoration: none;  font-weight:bold;  }
a.link_pie:visited { color: #666666; text-decoration: none;  font-weight:bold;  }
a.link_pie:hover { color: #741F7F; text-decoration: none;  font-weight:bold;  }

div.div_fondo {
	background-image:url(../images/fondoxxx2.png);
	background-position:center top;
	background-repeat:repeat-y;
}

div.div_pie {
	background-image:url(../images/pie_fondo1.jpg);
	height:170px;
	padding-top:20px;
}

div.piex {
		text-align:left;
		border-right-color:#CC91BA;
		border-right-style:solid;
		border-right-width:1px;
		padding-bottom:5px;
		width:100%;
		height:60px;
		font-size:11px;
		color:#666666;
}

a.pie_tit { color: #666666; text-decoration: none; font-weight:bold;  }
a.pie_tit:visited { color: #666666; text-decoration: none;  font-weight:bold;  }
a.pie_tit:hover { color: #741F7F; text-decoration: none; font-weight:bold;  }

a.pie_link { color: #999999; text-decoration: none; font-weight:100;   }
a.pie_link:visited { color: #999999; text-decoration: none;  font-weight:100;  }
a.pie_link:hover { color: #741F7F; text-decoration: none;  font-weight:100;  }

font {
	font-size: 12px;
	}
	
font.pie {
	font-size: 11px;
	color: #999999;
	}	

font.contenido {
	text-align: left;
	font-size: 12px;
	color: #666666;
	}

font.texto_casa {
	font-size:11px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}



input, textarea, select{
	font-family:Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	font-size:14px;
	color: #666666;
}

input.buscador, textarea.buscador, select.buscador{
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #c1c1c1;
	width:160px;
	font-size:14px;
	color: #666666;
}


div.titulos_r {
		text-align:left;
		border-bottom-color:#CC91BA;
		border-bottom-style:solid;
		border-bottom-width:1px;
		padding-bottom:5px;
		margin-bottom:10px;
		width:100%;
		font-size:20px;
		color:#666666;
		background-color:#FFFFFF;
}

div.titulos_v {
		text-align:left;
		border-bottom-color:#CC91BA;
		border-bottom-style:solid;
		border-bottom-width:1px;
		padding-bottom:5px;
		width:100%;
		font-size:20px;
		color:#666666;
}

table.navizq tr{
	cursor:pointer;
	background-color:#EEEEEE;
}

table.navizq tr:hover{
	background-color:#CC91BA;
	color:#ffffff;
}

td.tdequipo{
	cursor:pointer;
	background-color:#FFFFFF;
}

td.tdequipo:hover{
	cursor:pointer;
	background-color:#EEEEEE;
}