@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image: url(templates/lptango/images/bg.jpg);
	background-repeat: repeat;
}

#cont_pr{
	width:960px;
	margin:auto;
	text-align:center;
	background-color:#000;
}

#cont_btn{
	width:100%;
	height:43px;
	background-color:#4B4B4B;
	border-top-color:#900;
	border-top-style:solid;
	border-top-width:2px;
	border-bottom-color::#000;
	border-bottom-style:solid;
	border-bottom-width:10px;
}

#cont_btn a{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	text-decoration:none;
}

#cont_btn a:hover{
	color:#000;
	text-decoration:underline;
}

#logo_lp{
	height:135px;
	width:280px;
	float:left;
	margin-top:30px;
	margin-left:10px;
}

#logo_p{
	height:135px;
	width:280px;
	float:right;
	margin-right:10px;
	margin-top:30px;
	background:url(templates/lptango/images/logo_portena.jpg);
	background-repeat:no-repeat;
}

#logo_p h1{
	display:none;
}

.espacio{
	width:340px;
	margin:auto;
	padding-top:10px;
}

.iz{
	float:left;
}

.de{
	float:right;
}

.clear{
	clear:both;
}
