/* CSS Document */
/*********/
/*GENERAL*/
/*********/

* {
font-style:normal;
line-height:1.25;
margin:0;
padding:0;
}

p, ul, ol, dl, table{
color:#FFF;
font-family:Verdana,Tahoma,sans-serif;
font-size:10px;
text-decoration:none;
}

img{
	border:none;
	}

body{
	background:#000;
	overflow:hidden;
	}
	
.clear{
	clear:both;}
	
a:focus{outline:0px;}


#wrapper{
		background:url(../img/defaulttitle.png) no-repeat top left;
		padding-top:63px;
		width:313px;
		height:450px;
		position:absolute;
		left:50%;
		top:50%;
		margin-top:-275px;
		margin-left:-156px;
		z-index:9999px;
		}
		
div.content{
	height:300px;
	float:left;
	width:313px;
	}		
		
div.idioma{
	float:left;
	margin:40px 93px 30px 88px;
	width:138px;
	}
	
div.idioma a{
	float:left;
	}
	
div.idioma a.soff{
	background:url(../img/defaultspa.png);
	width:68px;
	height:17px;
	}
	
div.idioma a.soff:hover{
	background:url(../img/defaultspaon.png);
	width:68px;
	height:17px;
	}
	
div.idioma a.son{
	background:url(../img/defaultspaon.png);
	width:68px;
	height:17px;
	}
	
div.idioma a.eoff{
	background:url(../img/defaulteng.png);
	width:62px;
	height:17px;
	}
	
div.idioma a.eoff:hover{
	background:url(../img/defaultengon.png);
	width:62px;
	height:17px;
	}
	
div.idioma a.eon{
	background:url(../img/defaultengon.png);
	width:62px;
	height:17px;
	}

div.idioma span{
	float:left;
	}
	
div.idiomas{
	float:left;
	margin:50px 0 0 -212px;
	padding:0;
	width:805px;
	}
	
div.idiomas a{
	color:#FFF;
	font-family:Verdana,Tahoma,sans-serif;
	font-size:10px;
	text-decoration:none;
	float:left;
	width:115px;
	margin:2px 0px;
	}
	
div.esp{
	float:left;
	}
	
div.idiomas a:hover{
	color:#767676;
	font-family:Verdana,Tahoma,sans-serif;
	font-size:10px;
	text-decoration:none;
	float:left;
	width:115px;
	margin:2px 0px;
	}
	
div.foot{
	width:251px;
	height:85px;
	background:url(../img/defaultfoot.png);
	float:left;
	margin:0px 40px;
	}
