/* BASKETSTARS INDEX.CSS
 Navegador : Firefox (Motor Gecko)
 Pagina : Index.asp
 Creador : Enrique Represa
 Modificado : 15-08-2009
*/

body
{
	background : #000;
	background-image:url('../images/index/bg_index.png');
	background-repeat:repeat-x;
	margin : 0px;
	font-family: helvetica,sans;
	font-size : 1em;
}
.logo_top
{
	height:229px;
	width:1000px;
	background-image:url('../images/index/logo-top.png');
	background-repeat:no-repeat;
	font-color : #FFF;
	margin-top:8px;
}
#logo_central
{
	height:593px;
	width:1000px;
	text-align: left;
}
#logo_centro
{
	height:593px;
	width:509px;
	text-align: left;
	float: left;
	position:relative;
}

#logo_med_izq
{
	height:593px;
	width:245px;
	background-image:url('../images/index/logo-med-izq.jpg');
	background-repeat:no-repeat;
	float: left;
	position:relative;	
}
#logo_med_cen_top
{
	height:256px;
	width:509px;
	background-image:url('../images/index/logo-med-top.jpg');
	background-repeat:no-repeat;
	float: left;
	position:relative;	
}
#logo_med_cen_bot
{
	height:337px;
	width:509px;
	background-image:url('../images/index/logo-med-bot.jpg');
	background-repeat:no-repeat;
	font-family: helvetica,sans;
	font-size : 0.75em;
	color : #FFF;
	float: left;
	position:relative;	
}

#logo_aspectos
{
	margin-top:0px; 
	margin-left:60px; 
	text-align:left; 
	position:relative;
	 clear:both;
}

#logo_aspectos_texto
{
	width : 470px; 
	margin-top:35px; 
	margin-left:20px; 
	text-align:justify; 
	position: relative; 
	clear:both;
}

#logo_med_der
{
	height:593px;
	width:246px;
	background-image:url('../images/index/logo-med-der.jpg');
	background-repeat:no-repeat;
	float: left;
	position:relative;	
}

#box_login
{
	height:200px;
	width:200px;
	background-image:url('../images/index/box-login.png');
	background-repeat:no-repeat;
	float: left;
	position:relative;
	clear:both;	

	margin-top:25px; 
	margin-left:26px; 
	color : #7c756b;
	text-align:left; 
	font-family: helvetica,sans;
	font-size : 0.6em;
}

#box_login a
{
	color:#7c756b;
	margin-top:10px;
	margin-left:10px;
	float: left;
	text-decoration:none;
}

#box_login a:hover
{
	color : #e16a00;
}


#box_world
{
	height:300px;
	width:200px;
	background-image:url('../images/index/box-world.png');
	background-repeat:no-repeat;
	float: left;
	position:relative;
	clear:both;	

	margin-top:25px; 
	margin-left:26px; 
	color : #7c756b;
	text-align:left; 
	font-family: helvetica,sans;
	font-size : 0.80em;
}

#box_world a
{
	color:#7c756b;
	margin-left:15px;
	text-decoration:none;
}

#box_world a:hover
{
	color : #e16a00;
}


#box_ban_izq
{
	height:125px;
	width:200px;
	float: left;
	position:relative;
	clear:both;	

	margin-top:25px; 
	margin-left:26px; 
}

#box_screen
{
	height:200px;
	width:200px;
	background-image:url('../images/index/box-screen.png');
	background-repeat:no-repeat;
	float: right;
	position:relative;
	clear:both;	

	margin-top:25px; 
	margin-right: 26px; 
}

#box_live
{
	height:200px;
	width:200px;
	background-image:url('../images/index/box-live.png');
	background-repeat:no-repeat;
	float: right;
	position:relative;
	clear:both;	

	margin-top:25px; 
	margin-right: 26px; 
}

#box_ban_der
{
	height:125px;
	width:200px;
	float: right;
	position:relative;
	clear:both;	

	margin-top:25px; 
	margin-right: 26px; 
}

#footer
{
	margin-top:0px; 
	font-size:0.6em;
	color:#AAA;
}
#footer a
{ 
	color:#AAA;
	text-decoration:none;
}

#footer a:hover
{ 
	color : #e16a00;
}

.headline {
	font-size:1.4em;
	font-weight:bold;
	color : #e18a00;
	margin-top:8px;
	margin-bottom:7px;
}
a
{
	color : #e16a00;
}
a:hover
{
	color : red;
}


.form_button
{
	width:50px;
	height:20px;
	background-image: url('../images/index/button-submit.png');
	background-repeat: no-repeat;
	border-style: none;
	display: block;
	cursor: pointer;
	color : #d5cdc2;
	font-family: helvetica,sans;
	font-size : 1.1em;
	float: right;
	margin-top:7px;
}

.form_input_der, .form_input_izq
{
	border: 1px solid #000; 
	padding-right: 4px; 
	padding-bottom : 2px; 
	background: #68451a; 
	margin-bottom: 3px; 
	color: #FFF; 
	font-size: 12px; 
	width: 178px; 
	
}
.form_input_der
{
	text-align : right
}
.form_input_izq
{
	text-align : left
}
