/* CSS Document */
	
#box {
	width:100%;
	height:720px;
	background:url(../img/bg.gif);
	}	
	
#cont {
	width:995px;
	height:700px;
	margin:0 auto;
	}	

#pop {
	width:300px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	position:absolute;
	margin:605px 0 0 685px;
	}	
	
#pop a:link{
	text-decoration:none;
	color:#d20000;
	font-size:9px;
	}

#pop a:visited{
	text-decoration:none;
	color:#d20000;
	font-size:9px;
	}

#pop a:hover{
	color:#333;
	font-size:9px;
	}

#pop a:active{
	text-decoration:none;
	color:#d20000;
	font-size:9px;
	}

#obs {
	width:700px;
	height:65px;
	margin:605px 0 0 0;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:10px;
	color:#333;
	}
	
#btenviar{ 
		width:202px; height:46px;
		overflow: hidden;
		background: url(../img/btenviar.png) bottom left no-repeat;
		display: block;
		text-indent: 10000px;
}
 
#btenviar:hover{
		background-position: top left;
	}

#btenviadas{ 
		width:202px; height:46px;
		overflow: hidden;
		background: url(../img/btenviadas.png) top left no-repeat;
		display: block;
		text-indent: 10000px;
	}
 
#btenviadas:hover{
		background-position: bottom left;
	}

#btcomo{ 
		width:202px; height:46px;
		overflow: hidden;
		background: url(../img/btcomo.png) top left no-repeat;
		display: block;
		text-indent: 10000px;
	}
 
#btcomo:hover{
		background-position: bottom left;
	}
