/*///////////////////////// PRESENTACION ///////////////////////////////*/		
#img_cabecera{
	float:left;
	width:581px;
	height:201px;
	background:url(../images/cabecera_logo.gif) top left no-repeat;
	margin:7px 2px 7px 0;
}
#txt_cabecera{
	margin:20px 50px 15px 15px;
	width:240px;
	color:#fff;
}	
#txt_cabecera h1{
margin-bottom:15px;
}		
/*///////////////////////// REGISTRO ///////////////////////////////*/		
#registro{
	float:left;
	width:188px;
	height:201px;
	background-color:#6E6E6E;
	background-image:url(../images/fondo_registro.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:7px 0 7px 2px;
}
	#txt_registro{
		margin:10px;
		color:#fff;
	}
		#txt_registro a{
			color:#ffffff; 
			text-decoration:underline;
		}
		#txt_registro a:hover{
			text-decoration:none;
		}
		input.entrar{
		width:80px;
		color:#fff;
		cursor:pointer;
		float:left;
		margin-top:10px;		
		background-color:#27748A;
		font-weight:bold;
		border-top:1px solid #00A5D5;
		border-left:1px solid #00A5D5;
		border-bottom:1px solid #fff;
		border-right:1px solid #fff;}
.ver_carrito{
	background-image:url(../images/ico_categoria.gif); 
	background-position:0px 5px; 
	background-repeat:no-repeat; 
	padding-left:15px;
}
.cerrar_sesion{
	background-image:url(../images/ico_flecha_naranja.gif); 
	background-position:0px 5px; 
	background-repeat:no-repeat;
	padding-left:15px;
}
