/* CSS Ad Action */

html{
	height: 100%;
	overflow: hidden;
}

body{}

.clear{
	clear:both;
	overflow:hidden;
}

#content{
	position:absolute;
	width:500px;
	top:50%;
	left:50%;
	margin-top:-90px;
	margin-left:-260px;
}

#izq{
	float:left;
	border-right:1px solid #CCC;
	padding-right:20px;
	height:135px;
}

#der{
	float:right;
	width:300px;
	font-size:10px;
	color:#818181;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#der a{
	text-decoration:none;
	color:#818181;
}

#der img{
	border:0;
	margin-left:-1px;
	margin-top:14px;
}