@charset "UTF-8";
/* CSS Document */
/*
body
{
	background-color: #000000;
	
}


#container
{
	margin:0 auto;
	width:909px;
	height: auto;
	z-index:10px;
}

#header
{
	height:81px;
	width:899px;
	background-image:url(../images/header.png);
	margin-left:5px;
	margin-bottom:10px;
	
	
}

#content
{
	width:100%;
	height: auto;
	text-align: center;
	
	
}

#loader
{
	width:100px;
	position:absolute;
	top:300px;
	right:45%;
	z-index:-1;
	
}

#footer
{
	margin:0 auto;
	width:909px;
	height:80px;
	margin-top: 10px;
}

#footer img{
	float: right;
}

#construccion{
	float:left;
	width:695px;
	margin-top:30px;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}
*/


	body
	{
		background-color:#000000;
	}
	
	#lista
	{
		list-style:none;
		float:left;
		padding:0px;
	}
	
	#contenedor
	{
		width:910px;
		margin:0 auto;
	}
	
	#lista li
	{
		float:left;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:6px;
		
	}
	
	#lista li img
	{
		border:none;
	}
	
	#header
	{
		width:900px;
		float:left;
		height:69px;
		/*border:1px solid #666;*/
		position:relative;
		background-image:url(../images/header.png);
	}
	
	#wraper
	{
		width:900px;
		margin:0 auto;
	}
	
	#contNavegador
	{
		width:300px;
		position:absolute;
		bottom:0px;
		height:40px;
	}
	
	#contNavegador ul
	{
		list-style:none;
		float:left;
		padding:0px;
	}
	
	#contNavegador ul li
	{
		
		float:left;
		margin-left:5px;
		margin-right:5px;
		padding:2px;
		/*font-family:Tahoma, Geneva, sans-serif; 
		font:normal normal normal 12px/normal Arial, sans-serif;
		font-size:12px;
		cursor:pointer;
		font-weight:bold;
       color: #E5E5E5 !important; */
	   
		font:normal normal normal 13px/normal Arial, sans-serif;
		color: #CCC ;
		text-align: justify;
	}
	
	.selected
	{
		text-decoration:underline;
		
	}
	
	A:link {text-decoration: none;color: #CCC;}
A:visited {text-decoration: none;color: #CCC;}
A:active {text-decoration: none;color: #CCC;}
A:hover {text-decoration: underline;color: #CCC; }